#contest {
	margin-left:5px;
	margin-right: 5px;
}
#contest .Canswer {
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	clear:both;
	overflow:hidden;	
}
#contest .sponsorText {
	margin-bottom: 10px;
	line-height: 17px;
}

#contest .Canswer .Cleft {
	width: 25px;
	float: left;
	line-height: 18px;
}
#contest .Canswer .Cright {
	width: 500px;
	float: left;
	_float: none;
	line-height: 18px;
	padding:0px;
	margin:0px;
	clear: right;
}
#contest .Cquestion {
	clear:both;
	overflow: hidden;
	margin-bottom: 10px;
	border: dashed 1px #CCC;
	background: #FAFAFA;
	/*padding-top: 5px;*/
	padding-bottom: 5px;
}






#contact {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border: dashed 1px #CCC;
}
#contact .inner {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact .ContactRow {
	clear: both;
	line-height: 22px;
	padding:0px;
	margin: 0px;
	margin-bottom:5px;
	overflow: hidden;
}
#contact .ContactRow .ContactLeft {
	float: left;
	width: 250px;
	text-align: right;
}
#contact .ContactRow .ContactRight {
	float: left;
	_float: none;
	text-align: left;
	width: 200px;
	padding-left:5px;
}
#contact .ContactRow .ContactRight input {
	border: solid 1px #777;
}
.submitline {
	text-align: center;
	margin-bottom: 10px;
	background: #FEC;
	width: 100%;
	border: dashed 1px #CCC;
}
.submitBtn {
	font-family:Verdana;
	font-weight: Bold;
	font-size: 11px;
}
.ContestError {
	font-weight: bold;
	padding-left: 5px;
	color: #c00;
	margin-bottom: 5px;
}
.ContactLabel {
	padding-left: 5px;
	line-height: 22px;
	font-weight: bold;
	border-bottom: dashed 1px #C00;
	background: #EEE;
}

#contest .CquestionTit {
	position: relative;
	font-size: 13px;
	line-height: 22px;
	padding-left: 5px;
	margin-bottom: 6px;
	background: #F7F0F6;
	border-bottom: dashed 1px #C00;	
}
.notify {
	line-height: 22px;
	font-size: 11px;
	color: #444;
}
.notify input {
	position:relative;
	top: 2px;
}
