@charset "utf-8";
/* CSS Document */

#panelSuccess {
	display:none;
	border:1px #94d556 solid;
	background-color:#ecffe9;
	padding:5px;
	width:90%;
}

#panelError {
	display:none;
	border:1px #f14646 solid;
	background-color:#fbecec;
	padding:5px;
	width:90%;
}

#competitionForm {
	background-image:url("../images/competition-form-background.jpg");
	width:489px;
	height:288px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#competitionForm #form {
	width:470px;
	height:170px;
	margin-top:50px;
	margin-left:10px;
	position:relative;
}

#competitionForm #form div.row  {
	width:320px;
	overflow:hidden;
}

#competitionForm #form div.row .title  {
	width:150px;
	overflow:hidden;
	line-height:24px;
	height:24px;
	font-size:11px;
	font-family:arial;
	color:#be4f60;
	font-weight:bold;
	float:left;
}

#competitionForm #form div.row .field {
	float:left;
	width:160px;
	line-height:24px;
	height:24px;	
}

#competitionForm #form div.row .field  input {
	border:1px #999999 solid;
	line-height:18px;
	height:18px;
	width:140px;
	font-family:arial;
	color:#444444;
}

#competitionForm #form img#submit {
	position:absolute;
	left:345px;
	top:150px;
}

#competitionForm .rowLong{
	font-size:9px;
	color:#777777;
}


