#content_image{
	margin-top:0px;
	position:relative;
}
input,textarea{
	border:1px solid #c7d5de;
	width:250px;
}
input{
	height:20px;
	padding:4px 5px;
}
textarea{
	width:390px;
	padding:5px;
	height:100px;
}

.fieldRow{
	float:left;	
	width:402px;
	height:40px;
}
.fieldCell,.inputRow{
	float:left;
}
.inputText{
	width:140px;
}
.submitButton{
	color:#6ec013;
	float:right;
	text-decoration:underline;
	margin-top:10px;
	cursor:pointer;
}
.submitButton:hover{
	text-decoration:none;
}