<style type="text/css">
<!--
#form{
	text-align:left;
	width: 100%;
	font-size:80%;
}
/*form label {
display:block;
width: 80px;
margin-bottom: 3px;
}*/
form fieldset {
border:0;
}
form input {
background:#fff;
width:98%;
margin-bottom: 3px;
/*border:1px solid #CC9933;*/
}
form textarea {
font-family:Arial, Helvetica, sans-serif;
background:#fff;
display:block;
width:98%;
margin-bottom: 2px;
/*border:1px solid #CC9933;*/
}
form select {
background:#fff;
font-family:Arial, Helvetica, sans-serif;
width:98%;
margin-bottom: 2px;
/*border:1px solid #CC9933;*/
}
form input#submit {
color:#fff;
background: #ff9900;
border: #fff 1px solid;
}
form legend {
background:transparent;
color: #0066CC;
font-weight:bold;
padding: 0 4px;
}
.right{float:right; width: 47%; position:relative;}
.left{float:left; width: 47%;position:relative;}
.bot{width:100px;}
-->
</style>