body {background-color:#000000;color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px;}
	.container {width:600px; margin:0 auto; top:0;}
	.contestform {width: 580px; padding:15px;}
	.description {background-image:url(images/bg_redrafiki.gif); background-repeat:no-repeat; width:600px; height:348px; clear:both;  }
	.footer {text-align:center; width:600px; background-color:#FFFFFF; clear:both;}
	
	label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size:10px;
}

input { width:200; }

.button {
	float:right;;
	margin-bottom: 10px;
	padding-right: 25px;
	width:200;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-weight:bold;
}
	
form { position: relative; top:15px;}
