/**
 * Contest Page CSS
 * Theme Maldives
 * (c) 2010 PlumbR http://www.plumbr.com
 * by Romain Thiberville
 **/
 
body div.app_contests .app_contests_sprite {
	background-image: url(../images/sprite.png); 
}

body .app_contests_terms {
	width: 380px;
	padding-left:30px;
	padding-top: 30px;
}
 
body div.app_contests label.app_contests_radio,
body div.app_contests td.app_contests_label label {
 	font-weight: bold;
 	font-size: 14px;
}
  
body div.app_contests input.app_contests_input_large,
body div.app_contests input.app_contests_input_small {
	border: 1px solid #c6c4b9;
	padding: 3px 4px;
}

body div.app_contests .app_contests_field td.app_contests_label,
body div.app_contests .app_contests_partner td.app_contests_label {
	text-align:right;
}

body div.app_contests .app_contests_bigcolor {
 	color: #4d2d00;
}

body div.app_contests .app_contests_mediumcolor {
 	color: #4d2d00;
}

body div.app_contests .app_contests_smallcolor {
 	color: #6b6b6b;
}

body div.app_contests .app_contests_sprite_partners {
	width: 400px;
}

/* popup */

.jqmOverlay { background-color: #fff!important; }

body #app_contests_popup {
	width:508px;
	height:287px;
    margin-left: -254px;
    margin-top: 50px;
	background: transparent url(../images/popup.png) no-repeat top left; 
}

body #app_contests_preload_popup {
	background: transparent url(../images/popup.png) no-repeat top left; 
	width:1px;
	height:1px;
	background-position: -1px -1px;
}

body p.app_contests_popup_title {
	padding-top: 0px;
	color: #ff007e;
	padding-left: 90px;
	text-indent: -3000px;
}

body p.app_contests_popup_description {
	color: #525252;
	padding-left: 90px;
	text-indent: -3000px;
}

body div.app_contests_popup_buttons {
	padding-top: 35px;
	padding-left: 63px;
}

body a.app_contests_popup_button {
	width:122px;
	height:53px;
	display:block;
}

body a.app_contests_popup_button_yes {
	background-position: -384px -239px;
}

body a.app_contests_popup_button_no {
	background-position: -518px -239px;
}

body a.app_contests_popup_button_yes:hover {
	background-position: -384px -300px;
}

body a.app_contests_popup_button_no:hover {
	background-position: -518px -300px;
}

body div.app_contests .app_contests_sprite_x2 {
	position:relative;
	top: -13px;
}

body div.app_contests .app_contests_sprite_share {
	width: 326px;
}

body div.app_contests .app_contests_sprite_share_grabber {
	width: 230px;
}

body div.app_contests .app_contests_sprite_share_social {
	width: 343px;
}

body div.app_contests .app_contests_sprite_share_email {
	width: 200px;
	height: 30px;
}

/* dual optin */

body div.app_contests .app_contests_partner .t3 {
	color: #4d2d00; /* mediumcolor */
}

body div.app_contests .app_contests_partner .t3 strong {
	color: #4d2d00; /* bigcolor */
	font-size: 12px;
}

body div.app_contests .app_contests_partner .t3 b {
	color: #4d2d00; /* bigcolor */
	font-size: 12px;
}


