#forms{
	margin: 0 0 1em 0;
}
#forms form{
	margin: 0 auto 0 auto;
	width: 400px;
}
#forms fieldset{
	border: 0;
	whitespace: no-wrap;
}
#forms #buttons{
	margin: 1em 0 1em 0;
	background: url(../../../images/common/button_back.gif) top left repeat-x transparent; 
}
#forms #buttons input{
	float: left;
	clear: both;
	padding: 0.5em 0.2em 0.5em 0;
}
#forms label{
	width: 160px;
	display: block;
	float: left;
	clear: left;
	padding: 0.4em 0 0.4em 0;
}
#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;
}