* { margin: 0; padding: 0; }

html, body {
height: 100%;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


#container {
width: 990px;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -87px;
margin-left: auto;
margin-right: auto;
}

#header {
  background: rgb( 242, 101, 34 );
  color: #c0c0c0;
  height: 75px;
  min-width: 990px;
  width: 100%;
  margin-bottom: 8px;
}

.header-l {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

#logo {
  background-image: url( "/images/desktop/logo_white.png" );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 1.1rem;
  float: left;
  height: 45px;
  width: 160px;
}

#logo a {
position: absolute;
width: 202px;
height: 70px;
display: block;
}

#logo a span {
display: none;
}

#nav {
float: right;
margin-top: 25px;
height: 35px;
text-align: right;
}

#nav_link ul {
    margin-bottom: 5px;
}

#nav_link ul li {
  display: inline;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;

}

#nav_link ul li a {
  font-family:Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  color: white;
}

#nav_link ul li.active {
  background-color: rgb( 43, 164, 108 );
  border-radius: 3px;
}

#nav_link li.nav_videos a {
  color: rgb( 255, 255, 255 );
  border-color: rgb( 255, 255, 255 );
  border-style: solid;
  border-width: 1px;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.1rem;
}

#nav_link li.nav_videos a:hover {
  background-color: rgb( 255, 255, 255 );
  border-color: rgb( 209, 0, 0 );
  color: rgb( 209, 0, 0 );
  text-decoration: none;
}

#nav_alert ul li {
display: inline;
padding-left: 5px;
}

#section_container {
float: left;
width: 670px;
margin-bottom: 20px;
}

#section_container_right {
float: right;
width: 670px;
}

#section_bar1 {
height: 18px;
text-align: right;
background: #1d1d1a;
padding: 3px 10px 0 0;
color: #fff;
}

#section_bar1 a {
text-decoration: underline;
}

#section_bar1 a:hover {
text-decoration: none;
}

#section_bar2 {
height: 21px;
padding: 6px 0 0 0;
}

#section_bar3 {
height: 10px;
}

#sub_nav {
height: 24px;
margin-bottom: 1px;
}

#sub_nav ul li {
float: left;
height: 22px;
margin-right: 1px;
}

#sub_nav ul li a {
border: 1px solid #c9c9c8;
padding: 3px 12px;
display: block;
font-size: 14px;
font-family: helvetica, arial, sans-serif;
font-weight: bold;
color: #838384;
letter-spacing: -1px;
}

#sub_nav .active ul li {
float: left;
height: 24px;
margin-right: 1px;
}

#sub_nav .active a {background: #1d1d1a;
color: #fff;
border: 1px dotted #1d1d1a;
}

.box1_header {background: #eceae1;
height: 18px;
padding: 4px 0 0 9px;
font-weight: bold;}

.box1 {background: #fff;
border: 1px solid #c9c9c8;
padding: 20px;
margin-bottom: 20px;
}

.box2_header {
height: 18px;
padding: 4px 0 0 9px;
font-weight: bold;
}

.box2 {background: #f6f4ee;
border-top: 1px solid #fff;
padding: 10px;
margin-bottom: 10px;
}

.box3_header {background: #191919;
height: 18px;
color: #fff;
padding: 4px 0 0 9px;
font-weight: bold;}

.box3 {background: #f6f4ee;
border-top: 1px solid #fff;
padding: 15px 20px;
margin-bottom: 10px;
font-size: 12px;
}

.box4 {background: #f6f4ee;
border-top: 1px solid #fff;
padding: 20px;
margin-bottom: 10px;
}

.box5 {background: #fff;
border-top: 1px solid #fff;
padding: 10px;
margin-bottom: 10px;
}

.box6 {
border: 1px solid #c9c9c8;
}

.bg1 { background: #000; }
.bg2 { background: #f4fcfe; }
.bg3 { background: #fff; }
.bg4 { background: #f9f7f1; }

.hr 			{ margin-bottom: 10px; border-bottom: 1px solid #c0c0c0; }
.hr_dotted		{ padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #c0c0c0; }
.hr_dotted2		{ margin-bottom: 10px; border-bottom: 1px dotted #c0c0c0; }

.padtop 		{ margin-top: 10px; }
.padtop2 		{ margin-top: 20px; }
.pad-right 		{ padding-right: 10px; }
.pad-left       { padding-left: 20px; }
.pad-bottom     { padding-bottom: 10px; }
.pad1 			{ padding: 5px 0; }
.pad2			{ padding: 10px 5px 5px 5px; margin-bottom: 10px; }
.pad3			{ padding: 10px; }

.float-left	 { float: left; }
.float-right { float: right; }
.middle { vertical-align: middle; }
.justify { text-align: justify; }
.top { padding: 8px 15px 5px 0px; text-align: right; }
.details { text-align: right; }
.hide { display: none; }
.show { display: block; }
.inline { display: inline; }

.color1 { color: #2e2e2e; }
.color2 { color: #005073; }
.color3 { color: #d16900; }
.color4 { color: #854200; }
.color5 { color: #0087bf; }
.color6 { color: #fff; }
.color7 { color: #850000; }
.color8 { color: #969696; }

.feature 	{ border-bottom: 1px dotted #c0c0c0; padding-bottom: 10px; margin-bottom: 10px; }
.feature a 	{ text-align: right; }

.hubble_shadow {background: url( "/images/desktop/hubble_shadow.gif" ) no-repeat left top;
filter:alpha(opacity=30);
opacity:0.3;
-moz-opacity:0.3;
width:217px;
height:118px;
z-index: -1;
margin-left: 25px;
margin-top: 15px;
}

.hubble_bubble {background: url( "/images/desktop/hubble.gif" ) no-repeat left top;
width:227px;
height:120px;
position: absolute;
top:0;
left:0;
}

.hubble_content {background: transparent;
padding: 10px 10px 8px 25px;
width: 180px;
height: 90px;
}

.hubble_content .weight1 {
font-weight: bold;
}

.hubble_content .weight2 {
font-weight: bold;
font-size: 12px;
}

.widget_side_mini {background: url( "/images/desktop/bg_side_mini.gif" ) no-repeat;
padding-top: 20px;
height: 210px;
width: 290px;
text-align: center;
margin-bottom: 10px;
}

.widget_side_mini img {
height: 120px;
margin-bottom: 4px;
}

.widget_side_mini_home {background: url( "/images/desktop/bg_side_mini.gif" ) no-repeat;
padding-top: 20px;
height: 180px;
width: 290px;
text-align: center;
margin-bottom: 10px;
}

.widget_side_mini_home img {
height: 120px;
margin-bottom: 4px;
}

.nav-adsbar {
  background-color: rgb( 242, 101, 34 );
  width: 100%;
}

.nav-adsbar-l {
  width: 666px;
  height: 28px;
  text-align: left;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

/* Tier 2 What's New navigation */
.nav-adsbar-nav {
  float: left;
  height: 2rem;
  width: 60%;
  line-height: 2.8;
}

.nav-adsbar-heading {
  display: inline-block;
  margin-right: -4px;
  vertical-align: text-bottom;
}

.nav-adsbar-list {
  display: inline-block;
  margin-left: 0.8rem;
}

.nav-adsbar-list-item {
  display: inline-block;
  height: 28px;
  width: 90px;
}

/* Tier 2 Profile Action navigation */
#profile_action {
  float: right;
  font-weight: bold;
  padding-top: 7px;
  text-align: right;
  color: black;
}

#profile_action a {
  color: white;
}

#profile_action span {
  color: white;
}

#benefits_mini {
margin-top: 9px;
margin-bottom: 10px;
border-top: 1px solid #c0c0c0;
padding: 10px 0 0 0;
}

#benefits_mini span {
font-weight: bold;
}

.benefits_mini_pic {
float: left;
margin-right: 10px;
margin-bottom: 5px;
height: 60px;
}

.benefits_mini_desc {
clear: both;
margin-bottom: 10px;
}

.widget_img {
width: 290px;
height: 212px;
background: url( "/images/desktop/widget_img.gif" ) no-repeat;
text-align: center;
overflow: hidden;
}

.widget_img_body {
margin-top: 18px;
height: 146px;
}

.widget_img img {
margin: 2px;
}

.widget_img h1 {
margin: 0;
padding: 0;
text-align: center;
font: 11pt Arial;
font-weight: bold;
}

.widget_img_footer {
margin-top: 8px;
height: 50px;
}

.widget_img h2 {
margin: 0;
padding: 0;
font: 9pt Arial;
font-weight: bold;
text-align: center;
}

.widget_img h2 a {
color: #7b7a79;
}

#home_mini {
height: 70px;
}

.home_mini_pic {
float: left;
margin-right: 10px;
padding-bottom: 7px;
}

#results .profile {
float: left;
padding: 0 7px 12px 0;
width:160px;
}

#results .profile img {
margin-bottom: 2px;
}

#pagination {
clear: both;
padding: 20px 0 20px 0;
text-align: center;
width: 670px;
}

#pagination li {
display: inline;
margin-right: 6px;
}

.previous {
padding-right: 15px;
}

.next {
padding-left: 15px;
}

#pagination_top {
clear: both;
padding: 0px 0 10px 0;
text-align: center;
width: 670px;
}

#pagination_top li {
display: inline;
list-style-type: none;
margin-right: 6px;
}

.footer,
.container_footer {
clear: both;
height: 87px;
}

.front_seo {
clear: both;
}

.front_seo a {
display: inline-block;
width: 193px;
text-align: center;
padding-top: 10px;
font-size: larger;
}

.front_seo h1, .front_seo h3 {
font-size: 18px;
text-align: center;
padding-top:1em;
}

.footer {
background: rgb( 99, 103, 105 );
color: rgb( 255, 255, 255 );
line-height: 1.75;
margin: 0 auto;
min-width: 990px;
text-align: left;
width: 100%;
padding-bottom: 3.5rem;
padding-top: 0.5rem;
}

.footer_align {
margin: 0 auto;
text-align: left;
width: 990px;
}

.footer ul {
padding: 20px 0 0 0 ;
}

.footer ul li {
display: inline;
padding-left: 5px;
}

.footer a {
color: rgb( 255, 255, 255 );
}

#usc2257 {
padding: 3px 0 0 0;
}

#copyright {
padding: 3px 0 0 0;
}

.widget_container {
float: right;
width: 300px;
}

.widget_container_left {
float: left;
width: 300px;
}

.widget_banner {
padding-bottom: 10px;
}

.widget_title1, .widget_title2 {
height: 18px;
padding: 3px 0 0 10px;
margin-bottom: 10px;
font-weight: bold;
}

.widget_title1 {
background: #eceae1;
}

.widget_title2 {
background: #eceae1;
}

.widget_title3 {background: #eceae1;
height: 18px;
padding: 3px 0 0 10px;
margin-bottom: 0px;
font-weight: bold;
}

.widget_footer {background: url( "/images/desktop/hr_1.gif" ) top no-repeat;
margin-top: 10px;
padding: 8px 0;
text-align: right;
width: 290px;
}

#widget_mini img {
padding-bottom: 7px;
}

.bookmark_profile {
float: left;
margin-right: 7px;
margin-bottom: 10px;
width: 104px;
}

.bookmark_profile img {
margin-bottom: 3px;
vertical-align: top;
width: 104px;
height: 78px
}

.bookmark_profile a {
color: #0087bf;
}

.bookmark_nopic {background:#fff;
height:52px;
padding: 24px 10px 0 10px;
width:82px;
border:1px solid #838384;
margin-bottom: 3px;
text-align: center;
}

.bookmark_deleted {background:#fff;
height:59px;
padding: 17px 10px 0 10px;
width:82px;
border:1px solid #838384;
margin-bottom: 3px;
text-align: center;
color: #838384;
}

.bookmark_nopic, .bookmark_deleted a {
cursor: hand;
color: #838384;
}

.bookmark_nopic, .bookmark_deleted a:hover {
cursor: hand;
text-decoration: none;
}

#promotions {
font-size: 12px;
}

.y_highlight {
	background-color: yellow;
}

#im {
color: #b7b7b7;
}

#im ul {
padding-top: 4px;
}

#im li {
margin: 0px;
padding-bottom: 5px;
}

#camzSchedule .left {
width: 130px;
float: left;
}

#camzSchedule .right {
display: inline;
}

.chatter{
width: 600px;
}

#naughty_tale .tale_container{
width: 100px;
float: left;
}

#naughty_tale .tale_subject_container{
width: 220px;
float: left;
}

#naughty_tale_view .tale_container{
width: 150px;
float: left;
}

#naughty_tale_view .tale_subject_container{
width: 300px;
float: left;
}

#naughty_tale_view .tale_digit_container{
width: 385px;
text-align: right;
float: left;
}

#naughty_tale_view .tale_more_container{
width: 535px;
text-align: right;
}

#image_upload .photoalbum {
margin: 0 auto;
width: 600px;
}

.album_image {
float: left;
padding: 0 2px 10px 3px;
}

#view_video .story_body {background: #f6f4ee;
border-left: 1px solid #c9c9c8;
border-right: 1px solid #c9c9c8;
clear: both;
padding: 10px 15px 10px 15px;
height: 100%;
text-align: left;
}

.header_input {
margin-top: -3px;
}

.widget_input {
margin-bottom: 0px;
width: 250px;
}

.ajax_edit_submit {
font: 10px Arial, sans-serif;
}

.chat_feed { width:160px; height:120px; border:0px; margin:0px; }

/* Quick Search */
.question { border-bottom:1px dotted #C0C0C0; margin-bottom:10px; padding-bottom:10px; }
.shadowed {}
.rounded {-moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; }
#quick_search { margin-bottom: 17px; padding: 10px 0; border: 1px solid #aeaeae; background: url( "/images/desktop/bg_search_top.png" ) repeat-x; }
#quick_search h1 { font-size: 16px; font-weight: bold; padding: 0 0 10px 10px; }
#quick_search h3 { background: url( "/images/desktop/bg_search_mid.png" ) #dcdcdc repeat-x; font-family: arial, helvetica, sans-serif; letter-spacing: 0; font-size: 12px; margin: 0; line-height: 1; padding: 8px 10px; border-bottom: 1px solid #828282; border-top: 1px solid #fff; border-left: 1px solid #fff; height: 12px; cursor:pointer; cursor:hand;}
#quick_search .h_left, #quick_search .h_left_s { float: left; width: 200px; }
#quick_search .h_left .arrow { display: inline-block; width: 19px; height: 11px; background: url( "/images/desktop/icons/icon_right.png" ) no-repeat 0 0; }
#quick_search .h_left .arrow.down { width: 19px; background: url( "/images/desktop/icons/icon_down.png" ) no-repeat 0 0; }
#quick_search .h_right { float: left; text-align: right; width: 67px; }
#quick_search h3 a { color: #222; text-decoration: none; }
#quick_search h3 span { font-style: italic; color: #999; }
#quick_search label { padding-right: 4px;}

#quick_search #accordion { border-top: 1px solid #a7a7a7; }
#quick_search .drawer { padding: 4px 0 8px 10px; font-weight: bold; background: url( "/images/desktop/bg_search_bottom.png" ) #d1d1d1 repeat-x; border-bottom: 1px solid #828282; }
#quick_search .drawer li { padding: 0px; }
#quick_search ul.has_media { font-size: 12px; }
#quick_search .has_media li { display: inline; padding-right: 15px; }

#quick_search .selection { padding-left: 10px; margin-bottom: 8px; }
#quick_search .selection .age_min { float: left; margin-right: 10px; }
#quick_search .selection .age_max { float: left; }
#quick_search .selection select { width: 55px; font-weight: bold; }
#quick_search .submit_button input { font-size: 14px; width: 150px; height: 28px; }
#quick_search .location_box { padding-bottom: 13px; }
#quick_search .location_box input.text { font-size: 13px; width: 274px; height: 18px; }
#quick_search input { outline: none; }
#quick_search input.text:focus, #quick_search select:focus { border: 1px solid #333; }
#quick_search .field_alert, #quick_search .field_alert_static { display: none; position: absolute; background: url( "/images/desktop/bg_alert.png" ) no-repeat; height: 41px; width: 300px; padding: 14px 10px 0 50px; text-align: left; }
#quick_search .valid_alert { background: url( "/images/desktop/icons/icon_success.png" ) no-repeat 5px 10px; }

#container #register_popup { display: none; width: 625px; }

/* jGrowl Colours */
div.jGrowl div.jGrowl-notification {
  border: 10px solid #ff6c00;
  background: #f6f4ee !important;
  color: #2e2e2e !important;
  opacity: 1 !important;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

div.jGrowl img {
  border: 1px solid #9c9c9c;
  float: left;
  margin: 0 10px 0 0;
}

div.jGrowl h5 {
  color: #df3400;
}

div.jGrowl .button {
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  color: white;
  background-color: #333;
}

.grwl_username {
    font-weight: bold;
    color: #D10000;
}

.isonline {
    background: transparent url( "/images/desktop/controls_results.png" ) no-repeat 0 -112px;
    z-index: 500;
    position: absolute;
    width: 30px;
    height: 17px;
    left: 0;
    top: 0;
}

/* abuse form */
#abuse { margin: 0 0 0 10px; overflow: hidden;}
#abuse label { clear: both; float: left; margin: 5px 0 5px 5px;}
#abuse label input { margin: 0 10px 0 0;}
#abuse input[type="submit"] {clear:both; float: left; margin: 10px 0;}

/* bonus feeds */
.bonus {
    width: 100%;
    min-height: 1600px;
    border: 0;
}

.no-border {
    border: none;
}

/* Billing Support */
.bsupport-global-svg {
  display: none;
}

.bsupport {

}

.bsupport:after {
  content: "";
  display: table;
  clear: both;
}

.bsupport-heading {
  text-transform: uppercase;
}

.bsupport-mlink {
  display: block;
  margin-bottom: 0.4rem;
  padding-left: 0.6rem;
}

.bsupport-mlink:hover {
  text-decoration: none;
}

.bsupport-mlink:before {
  content: "❯";
  margin-right: 0.4rem;
}

.bsupport-mlink.bsupport-mlink-first {
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 1rem;
}

.bsupport-heading-secondary {
  color: rgb( 223, 52, 0 );
  padding-left: 0.6rem;
}

.bsupport-accordion {
  padding-left: 0.6rem;
}

.bsupport-accordion-link {
  color: rgb( 223, 52, 0 );
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0.6rem;
}

.bsupport-accordion-link svg {
  fill: rgb( 223, 52, 0 );
  height: 1.6rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  width: 1.6rem;
}

.bsupport-card {
  width: 100%;
}

.bsupport-card:after {
  content: "";
  display: table;
  clear: both;
}

.bsupport-card-heading {
  margin-left: 1rem;
}

.bsupport-card-list {
  float: left;
  list-style: disc;
  margin-left: 1rem;
  width: 20rem;
}

.bsupport-card-list-item {
  margin-left: 1rem;
  margin-bottom: 0.4rem;
}

.bsupport-card-list-item:last-child {
  list-style: none;
  margin-top: 2.6rem;
}

.bsupport-card-other-heading {
  margin-bottom: 0;
}

.bsupport-card-other-list {

}

.bsupport-card-other-list-item {
  margin-bottom: 0.2rem;
  margin-left: 0.4rem;
}

.bsupport-card-other-link {
  color: rgb( 0, 0, 0 );
}

.bsupport-card-other-link:hover {
  color: rgb( 0, 0, 0 );
  text-decoration: none;
}

.bsupport-card-image {
  float: right;
}
.bsupport-card-text {
  margin-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 20rem;
}

/* About Cookies */
.cookies-svg {
  display: none;
}

.about-cookies-accordion h3 {
  font-size: 16px;
}

.about-cookies-accordion svg {
  height: 26px;
  width: 26px;
  vertical-align: middle;
}

.about-cookies-accordion h3 svg {
  margin-right: 0.4rem;
}

.about-cookies-link {
  cursor: pointer;
  text-align: left;
}

.about-cookies-list {
  list-style: decimal;
  margin-bottom: 2rem;
}

.about-cookies-list-item {
  display: list-item;
  margin-bottom: 0.4rem;
  margin-left: 2rem;
}

/* featured members highlights */
.profile.featured{position: relative;}
.profile.featured .featured-icon{right: 0; top: 121px;}
.featured-icon{ background: url( "/images/desktop/icons/icon_featured.gif" ) no-repeat; display: block; height: 16px; width: 27px; position: absolute; }
.featured .pic, #inbox .featured .username, #profile_list.list .profile_details.featured {position: relative;}
.pic .featured-icon{ right: 0px; bottom: -27px;}
#inbox .featured .username .featured-icon{ position: relative; margin: 6px 0 0 10px; display: inline-block;}
#profile_list.stacked .featured-icon{ margin: 2px 0 0 10px; display: inline-block; *display: inline; vertical-align: middle; *vertical-align: auto;}
#profile_list.list .featured-icon{right: 6px; bottom: 16px}
.sender_name .featured-icon{ display: inline-block; position: relative; *display: inline; vertical-align: middle; *vertical-align: auto; margin: -4px 0 0 5px;}
.related_video_thumbnail { position: relative; }
.related_video_thumbnail .featured-icon { bottom: 0; left: 90px; }

.introducer-profile-body {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px 0;
    overflow: hidden;
}

.introducer-profile-avatar {
    float: left;
    margin-right: 10px;
}

.introducer-username {
  font-weight: bold;
}

.introducer-username .featured-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: -5px 0 0 5px;
}

.introducer-map-body {
    margin-top: 20px;
    margin-bottom: 20px;
}

.introducer-map {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 20px;
}

.introducer-profile-thumbs {
    padding: 10px 0;
}

.introducer-profile-thumbs li {
    display: inline;
}

.introducer-profile-thumbs img {
    margin: 0 5px 5px 0;
}

.button-body{
    float: right;
    padding-top: 30px;
}

.introducer-button {
    padding: 5px;
    border-radius: 5px;
    color: white;
    background-color: #ff6c00;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.introducer-button:hover {
    text-decoration: none;
}

.introducer-more {
    margin-top: 15px;
}

.introducer-icon-location {
  background-image: url( "/images/desktop/icons/icon_location.png" );
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 3px;
}

.mid-button {
  background: #f7f7f7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(#ffffff, #e8e8e8);
  background-image: linear-gradient(#ffffff, #e8e8e8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 white;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 1px 0 white;
  border: 1px solid #777777;
  clear: both;
  color: #444444;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 20px 6px 20px;
  text-align: center;
}
.mid-button:hover, .mid-button:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
  color: #444444;
  text-decoration: none;
}
.arrow-right {
  background-image: url( "/images/desktop/icons/icon_arrow_right.png" );
  background-position: center;
  background-repeat: no-repeat;
}

#signup-success {margin: 20px;}
#signup-success h2{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 24px; text-align: center; padding: 20px 0; margin: 20px 0 40px 0;}
#signup-success h3{font-size: 16px; letter-spacing: normal; margin-bottom: 20px;}
#signup-success h3 strong{color: #ff6633;}
#signup-success li{font-size: 14px; line-height: 1.5;}
#signup-success li strong{color: #ff6633.; font-weight: bold;}
#signup-success li strong:after{content: ' - '}
#signup-success li:before{color: #ff6633; content: '\2713'; margin-right: 10px; font-weight: bold; text-shadow: 1px 1px 1px #c0c0c0;}

/* Fancybox styles override */
.fancybox-signupsuccess .fancybox-skin,
.fancybox-camssuccess .fancybox-skin,
.fancybox-camsfail .fancybox-skin {
    box-shadow: none !important;
    background-color: rgba( 0, 0, 0, 0 );
}

.fancybox-signupsuccess .fancybox-skin .fancybox-title,
.fancybox-camssuccess .fancybox-skin .fancybox-title
.fancybox-camsfail .fancybox-skin .fancybox-title {
  visibility: visible;
}

.fancybox-signupsuccess .fancybox-skin .fancybox-title .child,
.fancybox-camssuccess .fancybox-skin .fancybox-title .child
.fancybox-camsfail .fancybox-skin .fancybox-title .child {
  background-color: transparent;
}
