/**
 * Contest Page CSS
 * Theme New York
 * (c) 2010 PlumbR http://www.plumbr.com
 * by Romain Thiberville
 **/
 
body div.app_contests .app_contests_sprite {
	background-image: url(../images/sprite.png); 
}
 
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: left;
}

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

body div.app_contests .app_contests_bigcolor {
 	color: #005260;
}

body div.app_contests .app_contests_mediumcolor {
 	color: #292929;
}

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

/* popup */

body #app_contests_popup {
	width:557px;
	height:305px;
    margin-left: -274px;
	background: transparent url(../images/popup.png) no-repeat top left; 
}

body p.app_contests_popup_title {
	color: #ff007e;
	padding-left: 90px;
}

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

/* dual optin */

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

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

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

