/* CSS Document */

.popup {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  left: 0px;
  top: 0px;
}

.popup H1 {
	padding-left: 0px !important;
}

.popup .popuptitlediv {
	padding-left: 0px !important;
}

.popup .main {
  left: 5px;
  top: 5px;
  background-color: #f1f1f1;
  position: absolute;
  color: #1f1f1f;
  padding: 15px 11px;
}

.popup .maincurrency {
  left: 5px;
  top: 5px;
  background-color: #ffffff;
  position: absolute;
  color: #vvvvvv;
  padding: 0px;
}

.popup .main h1 {
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.popup .main .popuptitlediv {
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.popup .close {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/popup/close.gif);
  right: 8px;
  top: 8px;
  display: block;
  z-index: 101;
}

#large-image-holder .close {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/popup/close.gif);
  right: 8px;
  top: 8px;
  display: block;
  z-index: 101;
}

#large-flash-holder .close {
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/popup/close.gif);
  right: 8px;
  top: 8px;
  display: block;
  z-index: 101;
}

.popup .top, .popup .bottom {
  height: 5px;
  background-repeat: repeat-x;
  left: 5px;
  position: absolute;
}

.popup .top {
  background-image: url(../images/popup/top-bg.gif);
  top: 0px;
}

.popup .bottom {
  background-image: url(../images/popup/bottom-bg.gif);
  bottom: 0px;
}

.popup .left, .popup .right {
  position: absolute;
  width: 5px;
  top: 5px;
  background-repeat: repeat-y;
}

.popup .left {
  left: 0px;
  background-image: url(../images/popup/left-bg.gif); 
}

.popup .right {
  right: 0px;
  background-image: url(../images/popup/right-bg.gif); 
}

.popup .top-left, .popup .top-right, .popup .bottom-left, .popup .bottom-right {
  width: 5px;
  height: 5px;
  position: absolute;
} 

.popup .top-left {
  background-image: url(../images/popup/overlay-topleft.png);
  left: 0px;
  top: 0px;
}

.popup .top-right {
  background-image: url(../images/popup/overlay-topright.png);
  top: 0px;
  right: 0px;
}

.popup .bottom-left {
  background-image: url(../images/popup/overlay-bottomleft.png);
  left: 0px;
  bottom: 0px;
}

.popup .bottom-right {
  background-image: url(../images/popup/overlay-bottomright.png);
  bottom: 0px;
  right: 0px;
}

p {
  line-height: 14px;
}

strong {
  font-weight: bold;
}

.field {
 margin: 13px 0px;
}

.field label {
  width: 160px;
  float: left;
  color: #1f1f1f;
  line-height: 22px;
}

.field input {
  margin-left: 160px;
  display: block;
  height: 16px;
  padding: 2px;
  width: 249px;
  border:1 px solid #bbbbbb;
}

.s {
  width: 40px !important;
  height: 22px !important;
  float: right;
  padding-right: 16px;
  padding-left: 25px;
  padding-bottom: 20px;
}

#form {
  clear: both;
}

.invalid {
  border: 1px solid red !important;
}
