div#galleries { clear: both; }

body#index.home div#sub_content {
	width: 120px;
	float: right;
	margin-left: 20px;
	}

form#competition {	
	width: 350px;
	background: #eee;
	padding: 10px;
	}

form#competition fieldset { border: 0; }
form#competition label {
	display: block;
	margin: .2em .4em
	}

form#competition input, form#competition select { float: right; width: 55%; }
form#competition label, form#competition label span { display: block; padding: 0 0 .3em 0; }
form#competition label { float: left; width: 100%; }
form#competition label span { float: left; width: 38%; text-align: right; }

p.error { color: #f00; font-weight: bold; }