@charset "UTF-8";
/* Form CSS Document */

fieldset {
paddding 1em;
	border: 1px solid #ccc;
	background:#fff;
	padding: 5px;
	width: 390px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
legend {
font-weight: bold;
}
label {
display:block;
} /* if you want the label to go next to the text box just float it left and give it a width 10em*/
input{
width: 200px;
}
text area {
width: 300px;
height: 100px;
}

input.radio,input.checkbox,input.submit {
width: auto;
}
input.radio{
float: left;
margin-right: 1em;
}

input:focus, textarea:focus {
background: #ffc;
}
input[type="text"], textarea{
border-top: 2px solid #999;
border-left: 2px solid #99;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.required{
font-size: 0.75em;
color: #760000;
}
.clear{
clear:both;
}
