
/* default styles for contest entry form */
body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: black; 
}
#header {
	padding: 5px 0 5px 0;
	height: 35px;
}
h1 {
	font-size: 22px;
	line-height: 26px;
}
.entercontest {
	padding: 10px;
	margin: 0;
	width: 480px;
	height: auto;
	border: 1px solid #CCCCDD;
	background-color: #EEEEFF;
	display: none;
}
.star {
	color: #CC0000 !important;
	font-weight: bold !important;
	margin-right: 2px;
	font-size: 110%;
}
.entercontest p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 3px 0 0 3px;
	color: black
}
#contest_instructions {
	display: none;
}
.entercontest #overallError {
	margin: 5px 0 10px 0;
	padding: 5px 10px 5px 10px;
	width: 95%;
	border: 1px solid #AA0000;
	background-color: #FFFFEE;
	color: #CC0000;
	font-weight: bold;
	display: none;
}
.entercontest .error {
	margin: -7px 0 10px 3px;
	padding: 2px 5px 2px 5px;
	width: 98%;
	color: #CC0000;
	font-weight: bold;
	display: none;
}
.entercontest .spaced {
	margin-top: 0;
}
.entercontest input[type="text"] {
	width: 150px;
	border: 1px solid #DDDDDD;
	font-size: 10px;
	height: 14px;
	color: #666666;
	margin: 0 0 5px 0;
}
.entercontest textarea {
	width: 300px;
	border: 1px solid #DDDDDD;
	font-size: 10px;
	height: 100px;
	color: #666666;
	margin: 0 0 5px 0;
}
.entercontest select {
	width: 150px;
	border: 1px solid #EEEEEE;
	font-size: 10px;
	height: 18px;
	color: #666666;
	margin: 0 0 5px 0;
}
.entercontest .enter {
	margin-top: 10px;
}
/* styles related to file upload box */
.upload_form {
	padding: 5px;
	margin: 15px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}
.upload_field {
	width: 225px;
	* width: 200px;
}
.upload_form .error {
	margin-top: 2px !important;
	margin-left: -2px !important;
}
.upload_iframe {
	width: 450px;
	height: 60px;
	border: none;
	background-color: transparent;
}

/* styles related to age consent validation */
#ageconsent { display: none; }
#error_consent { margin-top: 5px; }
/* styles related to the "email a friend" box */
.sendtofriend_link {
	display: block;
	padding: 5px;
	margin: 15px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	width: 50%;
}
.sendtofriend_form {
	display: none;
	padding: 5px;
	margin: 15px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	width: 50%;
}
.sendtofriend_form .stf_error {
	display: none;
	padding-top: 0;
	margin-top: -5px;
	margin-bottom: 4px;
	color: #CC0000;
}
.sendtofriend_form #sendtofriend_name, .sendtofriend_form #sendtofriend_from, .sendtofriend_form #sendtofriend_to {
	width: 150px;
}

