@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

form{
	width:400px;
	margin:auto;
}
.styleinput label{
	float:left;
	width:120px;
	text-align:right;
	display:block;
	background:#FFFFCC;
	padding:2px;
	margin-right:3px;
}
/*input{
	float:left;
	width:180px;
	border:1px solid #333;
	margin-bottom:5px;
}*/

p{
	clear:both;
}