#contest_form {
	width: 440px;
	float:left;
}
#contest_image {
	float:right;
	vertical-align:top;
	padding-top: 85px;
}
.row {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*height: 30px;*/
	width: 100%;
}

div.row br {
	clear: both;
	height:0;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}

.label {
	float: left;
	width: 120px;
	color: #681888;
}
.field {
	float: right;
}

a {
	text-decoration:none;
	color: #000000;
}