.feedbackform{
padding: 5px;
font-family:verdana, sans-serif;
font-size:100%;
}


div fieldset{
margin-bottom:20px;
padding-top:5px;
background-color:#F3F3EB;
}

div fieldset legend{
font-family:georgia, serif;
color:#990000;
font-size:100%;
font-weight:bold;
border:1px solid #666;
background-color:#DDE1F4;
padding:5px 12px;

}


div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 400px; /*width of form rows*/
overflow: hidden;
padding: 3px 0;
border:0px dashed red;
margin-left:30px;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 160px; /*width of label (left column)*/
font-variant: small-caps;
font-size:95%;
_font-size:85%;
border-bottom: 1px solid #98A5DE;
padding-bottom:2px;
line-height:1.2em;
margin-bottom:0px;
margin-right: 15px; /*spacing with right column*/
color:#000066;
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 5px; /* space following the field */
}

div.fieldwrapper div.thefield ul{ 
list-style: none;
margin-left:0px!important;
font-size:90%;
_font-size:85%;
}


div.fieldwrapper div.thefield li{ 
margin-left:0px;
padding:0px!important;
margin:0px!important;
border:0px dashed red;
}



div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 1600px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 160px;
height: 180px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin: 5px 5px 5px 120px; /*space  around buttonsdiv*/

}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}


