body
{
	background-color: #fff;
	margin:0 0 30px 5px;
	padding:0;
	border:0;
	font-family: Verdana, Arial;
}
.Clear
{
	clear: both;
}
#divGenericForm
{
	width: 450px;
}
#divGenericForm p
{
	font-size: 12px;
}
#divGenericForm span
{
	float: left;
	clear: both;
}
.CompetitionLeft
{
	width: 180px;
	font-weight: bold;
	float: left;
	clear: both;
	margin-bottom: 10px;
	font-size: 11px;
}
.CompetitionRight
{
	width: 250px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}
.CompetitionRight input
{
	width: 230px;
	font-size: 10px;
}
.CompetitionRight textarea
{
	width: 230px;
	height: 100px;
	font-size: 10px;
}
.CompetitionRight select
{
	width: 230px;
	font-size: 10px;
}
.CompetitionCheckLeft
{
	float:left;
}
.CompetitionBtn
{
	border: 0;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial;
}
.CompetitionTitle
{
	width: 500px;
	font-weight: bold;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	/*background-color: #A52A2A;*/
	color:#000;
}
.CompetitionImage
{
	margin-bottom: 10px;
}
.CompetitionLabel
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.CompetitionLabelUnder
{
	text-decoration:underline;
	margin-top:10px;
	margin-bottom:10px;
}
hr
{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-bottom-style: dashed;
}

