.error, .req{color:red;}
.ok, p#submitcontest em{color:green;}

/*strong{background-color: #D4EDB0;padding: 2px;}*/

p#submitcontest{
	margin-top: 8px;
	padding: 8px;
	font-size: 1.1em;
	line-height: 1.5em;
	background-color: #FFFFA3;
	position: relative;
	display: block;
}

p#submitcontest input{
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 2px outset #fff;
	background-color: #75C503;
	margin-bottom: 9px;
}

p#submitcontest input:active{
	border: 2px inset #fff;
}

input.error{
	background-color: #FFFFA3;
}

/*h3{
	margin: 10px 0;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #000;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}*/

label.error{
	padding-left: 5px;
}

#captiontext{
	width:98%;
}

ul li img{
	position: relative;
	top: 4px;
}

.hidden{display: none;}

.icon{
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#troubleform{
	display: none;
	padding: 10px;
	background-color: #FFFFA3;
}

#troublessubmit{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 2px outset #fff;
	background-color: #75C503;
	margin-bottom: 9px;
}

#errormessage{
	display: none;
}

.rules{
	display: none;
	background: #FFFD82;
	padding: 4px;
	margin: 5px 0;
	border: 1px solid #FFAE22;
}
	
		