fieldset {
	width:500px;
	height: 55px;
}
legend {
	font-size:12px;
	color: #EBE3D9;
	font-weight:bold;
}
label {
	display:inline;
	float:left;
	width:100px;
	margin:2px 4px 0px 15px;
	height:16px;
	line-height:16px;
}
input, textarea, select {
	border:1px solid #444444;
}
