html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

body {
	background-image:url(../images/bgHeader.gif);
	background-repeat:repeat-x;
	margin-top: 30px;
}

fieldset {
margin-left: 20px;
width: 60%;
}

legend {
font-weight: bold;
}

label {
font: normal 14px verdana;
display: block;
margin-top: 6px;
}

.submit {
border : 1px solid silver; 
background-color: #f5f5f5;
font-size: 16px;
}