body {
margin: 0;
padding: 0;
background: #666 url(icons/bg.gif) center repeat-y;
}
/*CONTAINER*/
#container {
	width: 750px;
	margin: 0% 0 0 15% ;
	font: 73% helvetica, verdana, arial, "Trebuchet MS", sans-serif;
	line-height: 1.8em;
	color: #666;
	background: #fff;
}

label{ font-weight : bold;}

legend { font-weight : bold;  font-size: 16px; color : #E0BA01; }
input {
	border: 1px #000000 solid;
	float:left;
}
table,tr,td {
border: 1px solid #fff;
}
fieldset {
	width: 100%;
	margin-left:15px;
	
}