/* CSS Document */
body {
	font:11px, Arial, Helvetica, sans-serif;
	margin: 2px 0px 0px 0px;
	padding: 0;
	}
h1 {
	font-size:14px;
	color:#990000;
	}	
#wrap {
	width:717px;
	margin: 0 auto;
	border:1px solid black;
	padding:0px;
	}
	
#logotop {
	background-color:#fff;
	text-align:center;
	height:35px;
	}	
#logomid {
	background-color:#000;
	text-align:center;
	/*height:188px;*/
	}	
#burg {
	width:717px;
	background-color:#990000;
	height:15px;
	}
#content {
	padding:5px 15px 15px 15px;
	}	
.floatl {
	float:left;
	margin-right:8px;
	}	
/* ----------------------- form customization ------------*/

fieldset { 
width:80%;
border:none;
margin-bottom:10px;

} 
fieldset#contact  {
width:390px;
}

legend { 
padding-bottom:10px;
color:#999999;
} 

input, textarea {
display:inline;
font-size:11px;
margin:2px 0px 0px 0px; 
}

form {
color:7b7b7b;
font-family:helvetica, arial, sans-serif;
margin:0px 10px 0px 0px;
}

label {
	float: left;
	clear: left;
	text-align: right;
	width: 8em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}


