.bgMainRed {
	background-image: url(../img/bg_main_red.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ED008C;
}
.bgRed {
	background-color: #ED008C;
}
.bgBlue {
	background-color: #00ADEF;
}
.bgMainBlue {
	background-image: url(../img/bg_main_blue.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #00ADEF;
}
#contestform {
	padding-top: 15px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.formField {
	width: 220px;
	padding: 1px;
}
.formerror {
	color: #CCCCCC;
}
.formButton {
	background-color: #00ADEF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	width: 80px;
}
.bg_footer_top {
	background-image: url(../img/bg_footer_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 8px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
.formTextArea {
	width: 350px;
	padding: 1px;
	height: 100px;
}
.Errorsleft {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Errorsright {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
