#forms{
	margin: 0 0 1em 0;
}
#forms form{
	margin: 0 auto 0 auto;
	width: 400px;
}
#forms fieldset{
	border: 0;
	whitespace: no-wrap;
}
#forms label{
	width: 160px;
	display: block;
	float: left;
	clear: left;
	padding: 0.4em 0 0.4em 0;
}
#forms #buttons {
	text-align: right;
}
#forms input.text, #forms select, #forms #upld{
	width: 220px;
	margin: 0.4em 0 0.4em 0;
	border: solid 1px #839db8;
}

#forms textarea{
	width: 100%;
	margin: 0.4em 0 0.4em 0;
	border: solid 1px #839db8;
}