fieldset {
border:0
}

form {
font-family: Trebuchet MS;
font-size:10px;
margin:0;
width:500px
}

form p {
height:12px
}

form label  {
width:140px;
float:left;
text-align:right
}

form .button {
margin:10px 0 0 120px;
clear:none;
font:10px "Trebuchet ms";
font-weight:bold;
color:#008;
width:100px;
border:2px solid #008;
background-color:#00cfff
}

form input {
float:right;
width:320px;
background-color:white;
font:10pt courier
}

form select {
float:right;
width:280px;
background-color:transparent;
font:7.5pt "Trebuchet MS"
}
        			
form textarea {
float:right;
width:320px;
margin-bottom:5px;
background-color:white;
overflow: auto;
height: 80px;
font:10pt courier
}
        					
form br {
clear:left
}
