/* BASE COLORS */
/* BASE ELEMENT STYLES */
/* Global Text Styles */
H1 {
  font-size: 26px;
}
H2 {
  font-size: 18px;
}
P {
  font-size: 13px;
}
/* All Buttons
----------------------------------------------------*/

#popovers .header H2 {

}

FORM A, FORM INPUT {

}

FORM A.button, FORM INPUT.button {
  display: block;
  height: 24px;
  background: url(../img/sprite_buttons.png) no-repeat 0 0;
  text-indent: -999em;
}
FORM A.button.accept, FORM INPUT.button.accept {
  background-position: -1343px 0;
  width: 84px;
}
FORM A.button.add, FORM INPUT.button.add {
  background-position: -1437px 0;
  width: 63px;
}
FORM A.button.cancel, FORM INPUT.button.cancel {
  background-position: -1988px 0;
  width: 88px;
}
FORM A.button.choose_file, FORM INPUT.button.choose_file {
  background-position: -2586px 0;
  width: 116px;
}
FORM A.button.close, FORM INPUT.button.close {
  background-position: -2733px 0;
  width: 72px;
}
FORM A.button.continue, FORM INPUT.button.continue {
  background-position: -513px 0;
  width: 104px;
}
FORM A.button.download_press_pack, FORM INPUT.button.download_press_pack {
  background-position: -191px 0;
  width: 214px;
}
FORM A.button.enter, FORM INPUT.button.enter {
  background-position: -1049px 0;
  width: 88px;
}
FORM A.button.exhibit, FORM INPUT.button.exhibit {
  background-position: -2712px 0;
  width: 88px;
}
FORM A.button.login, FORM INPUT.button.login {
  background-position: -1147px 0;
  width: 88px;
}
FORM A.button.next, FORM INPUT.button.next {
  background-position: -99px 0;
  width: 82px;
}
FORM A.button.proceed, FORM INPUT.button.proceed {
  background-position: -2086px 0;
  width: 97px;
}
FORM A.button.proceed_with_offer, FORM INPUT.button.proceed_with_offer {
  background-position: -1510px 0;
  width: 172px;
}
FORM A.button.respond, FORM INPUT.button.respond {
  background-position: -2193px 0;
  width: 97px;
}
FORM A.button.save, FORM INPUT.button.save {
  background-position: -627px 0;
  width: 74px;
}
FORM A.button.save_settings, FORM INPUT.button.save_settings {
  background-position: -1838px 0;
  width: 140px;
}
FORM A.button.see_bulletins, FORM INPUT.button.see_bulletins {
  background-position: -2810px 0;
  width: 134px;
}
FORM A.button.send, FORM INPUT.button.send {
  background-position: -1245px 0;
  width: 88px;
  cursor: pointer;
}
FORM A.button.sign_up, FORM INPUT.button.sign_up {
  background-position: -415px 0;
  width: 88px;
}
FORM A.button.start_collecting, FORM INPUT.button.start_collecting {
  background-position: -711px 0;
  width: 159px;
}
FORM A.button.submit, FORM INPUT.button.submit {
  background-position: 0px 0;
  width: 89px;
}
FORM A.button.submit_request, FORM INPUT.button.submit_request {
  background-position: -2586px 0;
  width: 137px;
}
FORM A.button.submit_application, FORM INPUT.button.submit_application {
  background-position: -2300px 0;
  width: 173px;
}
FORM A.button.upload_photo, FORM INPUT.button.upload_photo {
  background-position: -1692px 0;
  width: 136px;
}
FORM A.button.view_your_profile, FORM INPUT.button.view_your_profile {
  background-position: -880px 0;
  width: 159px;
}
FORM A.button.next_step, FORM INPUT.button.next_step {
  background-position: -3346px 0;
  width: 104px;
}
FORM A.button.browse_for_image, FORM INPUT.button.browse_for_image {
  background-position: -3460px 0;
  width: 162px;
}
FORM A.button.add_another_image, FORM INPUT.button.add_another_image {
  background-position: -3632px 0;
  width: 104px;
}
FORM A.button.save_as_draft, FORM INPUT.button.save_as_draft {
  background-position: -3810px 0;
  width: 146px;
}
FORM A.button.set_to_public, FORM INPUT.button.set_to_public {
  background-position: -3968px 0;
  width: 146px;
}
/* common form 
--------------------------------------*/
FORM.common_form, FORM.common_form * {

}
FORM.common_form FIELDSET {

}
FORM.common_form FIELDSET LABEL {

}
FORM.common_form FIELDSET LABEL.for_checkbox {
  clear: left;
  color: #7c7c7c;
  margin-right: 10px;
  max-width: 75%;
  line-height: 18px;
  position: relative;
  padding-left: 21px;
}
FORM.common_form FIELDSET LABEL.inline {
  float: left;
  clear: none;
}
FORM.common_form FIELDSET LABEL.for_checkbox INPUT.checkbox {
  clear: left;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
FORM.common_form FIELDSET LABEL.for_checkbox + INPUT.connected_checkbox {
  clear: left;
  position: relative;
  top: 0;
  left: 21px;
}
FORM.common_form FIELDSET LEGEND.left {
  margin-right: 30px;
}
FORM.common_form INPUT.text {
  border: 1px solid #cbcbcb;
  padding: 0px 5px;
  width: 200px;
  height: 27px;
  color: #7c7c7c;
  margin-bottom: 7px;
  float: left;
  clear: left;
}
FORM.common_form INPUT + SPAN {
  line-height: 29px;
  margin-left: 7px;
}
FORM.common_form TEXTAREA {
  float: left;
  clear: both;
  color: #7c7c7c;
  padding: 5px;
  border: 1px solid #cbcbcb;
  resize: none;
  width: 289px;
  height: 148px;
  display: block;
}

FORM.common_form INPUT.submit {
  position: absolute;
  top: -999em;
  left: -999em;
}
FORM.common_form FIELDSET.submit {
  margin-top: 40px;
}
FORM.common_form FIELDSET.inline {
  display: inline;
  clear: none;
  float: left;
  margin: 0 0 40px;
}
FORM.common_form FIELDSET.inline .submit_btn {
  margin: 0 0 40px 10px;
}
FORM#site_contact.common_form SPAN.error {
  width: 415px;
}
/* JQUERY CHECKBOX, RADIO, UPLOADER STYLING */
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(../img/sprite_checkboxes.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
/* Checkbox */
div.checker {
  width: 13px;
  height: 12px;
  float: left;
  clear: left;
  display: inline-block;
}
div.checker input {
  width: 13px;
  height: 12px;
}
div.checker span {
  background-position: -96px 0;
  height: 12px;
  width: 13px;
}
div.checker:active span, div.checker.active span {
  background-position: -32px 0;
}
div.checker.focus span, div.checker:hover span {
  background-position: -96px 0;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -96px 0;
}
div.checker span.checked {
  background-position: -32px 0;
}
div.checker:active span.checked, div.checker.active span.checked {
  background-position: -32px 0;
}
div.checker.focus span.checked, div.checker:hover span.checked {
  background-position: -32px 0;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -32px 0;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
  background-position: -96px 0;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
  background-position: -96px 0;
}
/* Radio */
div.radio {
  width: 13px;
  height: 12px;
}
div.radio input {
  width: 13px;
  height: 12px;
}
div.radio span {
  height: 12px;
  width: 13px;
  background-position: -96px 0;
}
div.radio:active span, div.radio.active span {
  background-position: 0 0;
}
div.radio.focus span, div.radio:hover span {
  background-position: -96px 0;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -96px 0;
}
div.radio span.checked {
  background-position: 0 0;
}
div.radio:active span.checked, div.radio.active span.checked {
  background-position: 0 0;
}
div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: 0 0;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: 0 0;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
  background-position: -96px 0;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
  background-position: -96px 0;
}
/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */

  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus, div.uploader.hover, div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action, div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active, div.button:active {
  background-position: 0px -583px;
}
div.button.active span, div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled, div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span, div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 8px;
}
/* Radio */
div.radio {
  margin-right: 8px;
}
/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Button */
div.button a, div.button button, div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: absolute;
  top: 0;
  left: 0;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: absolute;
  top: 0;
  left: 0;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}
/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
div.progress_bar_container {
  position: relative;
  width: 114px;
  height: 22px;
  border: 1px solid #cbcbcb;
}
div.progress_bar_container .progress_bar {
  position: absolute;
  margin: 1px;
  background: #eee;
  left: 0;
  top: 0;
  height: 20px;
  width: 50%;
}
#popovers {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #7c7c7c;
  padding: 30px;
  background: #fff;
  margin: 0 auto;
  *display: inline-block;
}
#popovers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#popovers A.exit {
	display: block;
	float: right;
	background: url(../img/dialogs/dialog_exit.png) 0 0 no-repeat;
	width: 26px;
	height: 26px;
	text-indent: -999em;
}
#popovers A.exit.floating {
  margin-top: -26px;
}
#popovers A.exit.no_header {
  margin-top: 0;
}
#popovers .steps {
  margin-bottom: 25px;
}
#popovers .steps A {
  color: #7c7c7c;
  text-decoration: none;
}
#popovers .steps A:hover, #popovers .steps A.active {
  color: #1242db;
  text-decoration: none;
}
#popovers .error_message {
  height: 45px;
  clear: both;
  position: relative;
  background: url(../img/icon_red_x.png) 0 2px no-repeat;
  padding-left: 14px;
  *display: inline-block;
}
#popovers .error_message:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#popovers .error_message P {
  display: block;
  font-size: 11px;
  line-height: 14px;
  color: #ee0a3b;
}
#popovers .images_info {
  color: #000000;
  margin: 25px 0;
}
#popovers .image_preview {
  display: block;
  float: left;
  height: 145px;
  width: 145px;
  padding: 15px;
  margin-right: 23px;
  border: 1px solid #cbcbcb;
}
#popovers .image_actions {
  display: block;
  float: left;
  width: 136px;
  height: 24px;
}
#popovers .form_footer {
  display: block;
  padding-top: 5px;
  *display: inline-block;
}
#popovers .form_footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#popovers .form_footer .info {
  display: inline-block;
  float: left;
  color: #ee0a3b;
}
#popovers .form_footer .button {
  display: inline-block;
  float: right;
  margin-right: 4px;
}
#popovers.authnet {
  width: 530px;
}
#popovers.authnet .error_message p {
  font-size: 12px;
}
#popovers.authnet .error_message strong {
  font-weight: bold;
}
#popovers.authnet .header.info {
  width: 275px;
	}

#popovers.authnet .header.form {
  width: 245px;
  padding: 0 0 0 10px;
  position: relative;
}
#popovers.artwork {
  width: 425px;
}
#popovers.artwork .error_message {
  background: url(../img/icon_red_x.png) 0 2px no-repeat;
  padding-left: 14px;
}
#popovers.artwork .header {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
}
#popovers.artwork .header.info {
  width: 275px;
}
#popovers.artwork .header.form {
  width: 140px;
  text-align: right;
  color: #7c7c7c;
}
#popovers.transactions {
  width: 525px;
}
#popovers.transactions .header {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
}
#popovers.transactions .header.info {
  width: 425px;
}
#popovers.transactions .header.form {
  width: 100px;
  text-align: right;
  color: #7c7c7c;
}
#popovers.transactions .range_container h2 {
  float: left;
  margin-top: 20px;
}
#popovers.transactions .range_container h2 .date_range {
  font-size: inherit;
}
#popovers.transactions .range_container FORM.common_form {
  float: right;
  margin: 0 15px 0 20px;
  padding: 0;
}
#popovers.transactions .total_container {
  margin: 20px 0;
}
#popovers.transactions .total_container p, #popovers.transactions .total_container span {
  color: black;
}
#popovers.transactions TABLE.transactions {
  width: 100%;
}
#popovers.transactions TABLE.transactions TR:nth-child(2n) {
  background: #eee;
}
#popovers.transactions TABLE.transactions TD {
  padding: 2px 5px;
}
#popovers.transactions TABLE.transactions TD.date {
  color: black;
}
#popovers.transactions TABLE.transactions TD.status {
  color: black;
}
#popovers.transactions TABLE.transactions TD.price {
  color: black;
  text-align: right;
}
#popovers.message, #popovers.alert {
  width: 380px;
  padding: 25px 35px 35px;
}
#popovers.message .header, #popovers.alert .header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #000000;
  border-bottom: 1px solid #cbcbcb;
}
#popovers.message .header.floated, #popovers.alert .header.floated {
  border: 0;
  margin-bottom: 0;
}
#popovers.message .checkbox, #popovers.alert .checkbox {
  display: block;
  float: left;
}
#popovers.message .field, #popovers.alert .field {
  display: block;
  float: left;
}
#popovers.message FIELDSET.btn, #popovers.alert FIELDSET.btn {
  margin: 30px 0 0;
}
#popovers.message FIELDSET.btn_no_margin, #popovers.alert FIELDSET.btn_no_margin {
  margin: 0;
}
#popovers.message LABEL, #popovers.alert LABEL {
  color: #000000;
  margin: 2px 0 5px;
}
#popovers.message .two_buttons, #popovers.alert .two_buttons {
  display: inline-block;
  float: right;
  margin: 0 0 0 10px;
}
#popovers.message .two_buttons:last-child, #popovers.alert .two_buttons:last-child {
  margin: 0;
}
#popovers.message .image_actions, #popovers.alert .image_actions {
  width: 191px !important;
}
#popovers.message .offer_heading, #popovers.alert .offer_heading {
  color: #000000;
  font-size: 13px;
  line-height: 20px;
}
#popovers.message .offer_amount, #popovers.alert .offer_amount {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 24px;
}
#popovers.message .offer_expires, #popovers.alert .offer_expires {
  color: #ee0a3b;
  line-height: 20px;
  margin-bottom: 20px;
}
#popovers.message .gallery_name, #popovers.alert .gallery_name {
  display: block;
  color: #7c7c7c;
  margin-bottom: 49px;
}
#popovers.video {
  width: 650px;
  padding: 25px 35px 35px;
} 
#popovers.lost_code {
  width: 300px;
}
#popovers.lost_code .header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #000000;
  border-bottom: 1px solid #cbcbcb;
}
#popovers.lost_code .header.floated {
  border: 0;
  margin-bottom: 0;
}
#popovers.lost_code INPUT.text {
  width: 288px;
}
#popovers.lost_code FIELDSET {
  margin: 40px 0 0;
}
#popovers.password_reset .header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #000000;
  border-bottom: 1px solid #cbcbcb;
}
#popovers.password_reset .header.floated {
  border: 0;
  margin-bottom: 0;
}
#popovers.password_reset FIELDSET {
  margin: 40px 0 0;
}
#popovers.apply .header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #000000;
  border-bottom: 1px solid #cbcbcb;
}
#popovers.apply .header H2 {
  float: left;
}
#popovers.alert {
  width: 391px;
}
#popovers .popover_two_col .header {
  display: block;
  height: 45px;
  color: #000000;
  float: left;
  *display: inline-block;
}
#popovers .popover_two_col .header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#popovers .popover_two_col .full_width_column {
  display: block;
  width: 100%;
}
#popovers .popover_two_col .full_width_column FORM {
  margin-top: 40px;
}
#popovers .popover_two_col .full_width_column FORM A.add_more_select {
  position: relative;
  top: -34px;
  left: 260px;
  text-decoration: none;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET {
  margin-bottom: 10px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.normal {
  margin-bottom: 30px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.btn {
  margin-bottom: 0;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.button {
  margin-top: 20px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.image_upload {
  margin-bottom: 40px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.margin_bottom {
  display: block;
  margin-bottom: 30px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.margin_bottom_less {
  display: block;
  margin-bottom: 20px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.select_group {
  clear: both;
  margin: 0 0 10px;
}
#popovers .popover_two_col .full_width_column FORM FIELDSET.select_group:last-child {
  margin-bottom: -10px;
}
#popovers .popover_two_col .full_width_column FORM LEGEND {
  color: #000000;
}
#popovers .popover_two_col .full_width_column FORM TEXTAREA {
  height: 60px;
}
#popovers .popover_two_col .full_width_column FORM INPUT.dimensions {
  text-align: right;
  width: 40px !important;
}
#popovers .popover_two_col .full_width_column FORM SPAN.input_desc {
  float: left;
  line-height: 27px;
}
#popovers .popover_two_col .full_width_column FORM.wider INPUT, #popovers .popover_two_col .full_width_column FORM.wider TEXTAREA, #popovers .popover_two_col .full_width_column FORM.wider FIELDSET.select_group {
  width: 235px;
}
#popovers .popover_two_col .info_column {
  display: block;
  float: left;
  width: 250px;
  padding-right: 25px;
}
#popovers .popover_two_col .info_column .info_row {
  display: block;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  *display: inline-block;
}
#popovers .popover_two_col .info_column .info_row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#popovers .popover_two_col .info_column .info_row:first-of-type {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

#popovers .popover_two_col .info_column .info_row DIV {
  display: block;
  line-height: 23px;
}
#popovers .popover_two_col .info_column .info_row DIV.content {
  display: block;
  width: 200px;
  line-height: 23px;
  float: left;
}
#popovers .popover_two_col .info_column .info_row DIV.content .row_heading {
  color: #000000;
  line-height: 18px !important;
  margin-bottom: 3px;
}
#popovers .popover_two_col .info_column .info_row DIV.content P.phone {
  margin-top: 18px;
}
#popovers .popover_two_col .info_column .info_row DIV.actions {
  display: block;
  float: left;
  text-align: right;
  line-height: 18px;
}
#popovers .popover_two_col .info_column .info_row DIV.actions A {
  display: block;
  color: #898989;
}
#popovers .popover_two_col .form_column {
  display: block;
  background: #eeeeee;
  float: left;
  width: 219px;
  padding: 20px 18px;
}
#popovers .popover_two_col .form_column FIELDSET {
  margin-bottom: 5px !important;
}
#popovers .popover_two_col .form_column FIELDSET INPUT {
  width: 215px;
}
#popovers .popover_two_col .form_column FIELDSET LEGEND {
  color: #000000;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration {
  display: block;
  float: left;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_target {
  overflow: hidden;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_group_container {
  display: block;
  float: left;
  width: 138px;
  margin-right: 20px;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_group_container.year {
  width: 51px;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_group_container.year .select_group {
  width: 51px;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_group_container.month {
  width: 57px;
}
#popovers .popover_two_col .form_column FIELDSET .card_exipiration .select_group_container.month .select_group {
  width: 57px;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv {
  display: block;
  float: left;
  width: 51px;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv LABEL {
  position: relative;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv .help {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv .ccv_help_rollover {
  display: none;
  cursor: default;
  position: absolute;
  z-index: 100;
  bottom: 12px;
  right: -25px;
  bottom: 20px;
  width: 190px;
  padding: 20px;
  background: #ddd;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv .ccv_help_rollover .card {
  display: block;
  margin-bottom: 10px;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv .ccv_help_rollover .card .img {
  display: block;
  float: left;
  width: 20px;
  height: 16px;
  background: red;
  margin: 2px 10px 0 0;
}
#popovers .popover_two_col .form_column FIELDSET .card_ccv .ccv_help_rollover .card .text {
  display: block;
  float: left;
  width: 150px;
  line-height: 16px;
  color: black;
}
#popovers .popover_two_col .form_column FIELDSET .shortest {
  width: 51px;
}
#popovers .popover_two_col .form_column FIELDSET .shorter {
  width: 57px;
}
#popovers .popover_two_col .form_column FIELDSET .medium {
  width: 108px;
}
#popovers .popover_two_col .row_heading {
  color: #000000;
}

#popovers.transfers {
  padding: 0!important;
  width: 100%;
  color: #333;
}

#popovers.transfers .header {
  padding-bottom: 0;
  margin-bottom: 0;
}

#popovers.transfers .header h2 {
  font-size: 24px;
  padding: 20px 25px;
}

#popovers.transfers h2.description {
  font-size: 18px;
  line-height: 26px;
  padding: 0 25px;
  margin-bottom: 15px;
}

#popovers.transfers .closing-time {
  background: #f2f2f2;
  padding: 20px 25px;
  margin-bottom: 20px;
}

#popovers.transfers .closing-time h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

#popovers.transfers .closing-time p {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

#popovers.transfers .closing-time a {
  display: block;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#popovers.transfers .closing-time a:hover {
  color: #0837EF;
}

#popovers.transfers .transfer-info {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  font-size: 14px
}

#popovers.transfers .transfer-info a.event_tickets{
	color:#333;
	text-decoration:none;
}

#popovers.transfers .transfer-info a.event_tickets:hover{
	color: #0837EF;
}

#popovers.transfers a.exit {
  background: url(/assets/img/nu_x.png) 0 0 no-repeat;
  float: none;
  position: absolute;
  top: 45px;
  right: 20px;
}

#popovers.transfers .transfer-info h3 {
  text-transform: uppercase;
  font-family: SweetSans;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 3px;
}

#popovers.transfers .transfer-footer {
  border-top: 1px solid #d9d9d9;
  margin-top: 15px;
  padding-top: 15px;
  margin-left: 25px;
  margin-right: 25px;
  line-height: 26px;
}

#popovers.transfers .transfer-footer h2 {
  padding: 0 25px;
}

@media screen and (max-device-width: 480px) and (min-device-width: 320px){
    #popovers.message{
      width: 380px !important;
      padding: 10px !important;
      margin: 0 !important;
    }
    #popovers.message a.exit.floating {
      top: 4px !important;
      right: 13px !important;
      background-size: 50% !important;
    }
    #popovers.message .header{
      padding-bottom: 0px !important;
      padding-top: 0 !important;
      margin-bottom: 10px !important; 
      border-bottom: 0 !important;
    }
    #popovers.message .header p.intro{padding-top: 0px !important;}
    #popovers.message .header h2{font-size: 16px !important;}
    form#funds_form h3{font-size: 15px !important; margin-bottom: 0px !important;}
    #popovers.message a#submit_form{
      float:left;
      margin-top: 6px;
    }
    #popovers.message #legal{
      color: #333;
      margin-bottom: 6px;
      width: 320px;
      font-size: 12px;
      line-height: 15px;
    }
    #popovers.message .section{ padding: 0; margin-bottom: 5px; border: none;}
    #popovers.confirmBid .right{ padding-right:20px;}
    #popovers.transfers .header h2{padding: 0;}
    #popovers.transfers .closing-time h2{ margin-bottom: 0px; font-size: 13px;}
    #popovers.transfers .closing-time{margin-bottom: 10px;}
    #popovers.transfers h2.description{font-size: 14px; line-height: 18px; margin-bottom: 5px; padding: 0px 25px;}
    #popovers.transfers .transfer-footer h2{font-size: 14px; line-height: 18px; }
    #popovers.message.transfers a.exit.floating{float: right; position: relative; top: 10px !important; right: -25px !important;}
}
/*iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (device-aspect-ratio: 2/3) and (-webkit-min-device-pixel-ratio: 2) {
  #popovers.message #primary-image-container img{
    max-height: 120px !important;
  }
  #popovers.message .my_bid{width: 300px !important;}
  #popovers.message #bid-currency{float:none !important;}
  #popovers.message #bid-amount{float:left !important;}
  #popovers.message #legal{
    width: 300px !important;
  }
  #popovers.confirmBid .right{ padding-right:90px !important;}
}