.inputRow{
float:left;
margin:3px 0 0 0;
width:100%;
}

label{
	float:left;
	margin:0 5px 0 0;
	padding:1px 10px 0 0;
	width:200px;
	height:20px;
	color:#363636;
	text-align:right;
}

input[type="text"]{
	height:20px;
	color:#000000;
	font:normal 11px Tahoma;
	border:none;
	padding:0px 0px;
}

input[type="text"], textarea, select{
	border:solid #d0d0d0 1px;
	width:301px;
	background-color:#f2eded;
}

textarea{
	height:70px;
}

