div.main div.form {
	position:relative;
	padding-left:200px;
}
div.main div.form div.input {
	position:static;
}
div.main div.form span.description {
	position:absolute;
	left:0px;
}
* html div.main div.form span.description {
	position:absolute;
	left:-200px;
}
div.main textarea {
	width:410px;
	height:300px;
}
div.main div.form input.text,div.main div.form input.password,div.main div.form textarea.text {
	width:200px;
}
div.main input.readonly {
	background-color:#dddddd;
}
div.submitarea {
	text-align:center;
	width:600px;
}	
div.main textarea.small {
	height:50px;
	width:300px;
}

