form br,
form p {
clear:both;
}

fieldset {
border:none;
padding:0;
margin-top: 20px;
}

legend {
font-weight:bold;
color:#000;
font-size:12px;
color: #464749;
padding:0;
}

label {
line-height:25px;
float:left;
width:110px;
color:#464749;
font-weight:normal;
}

.radio {
font-weight:bold;
}

.radio input  {
width:auto;
float:left;
border:none;
background:none;
}

.radio label  {
width:auto;
float:left;
margin:0 0 0 2px;
}

label.checkbox  {
width:210px;
height:auto;
float:left;
margin:0 0 8px 5px;
line-height:14px;
}

input.checkbox  {
float:left;
margin-left:120px;
width:auto;
border:none;
background:none;
}


input, select, textarea {
border:1px dotted #eee9e5;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
width:220px;
background:none;
color:#eee9e5;
padding:2px;
}

textarea {
height:100px;
margin-bottom:10px;
}

option {
background:#fff;
color:#6474AE;
}


input[type=submit] {
width:auto;
float:left;
clear:left;
background:none;
color:#eee9e5;
font-weight:bold;
padding: 1px 10px;
margin:20px 0 0 110px;
}