/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body
{
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
#ill
{
width:1000px;
height:1000px;
background-color:#FFFF99;
border-style:groove;
border-color:#3366FF;
border-width:thick;
text-align:left;
margin:auto;
}
#illform
{
float:left;
width:340px;
height:300px;
padding-left:10px;
}
h1
{
color: #3366CC;
font-family: arial;
text-align:center;
}
h2
{
color: 3366CC;
font-size:medium;
}
h3
{
color: 3366CC;
font-size:small;
}
#policy
{
width:550px;
color: black;
position:relative;
float:left;
top:5px;
font-size:14px;
font-family: arial;
margin-left: 80px;
}
ul.inside
{
list-style-position:inside;
text-indent: -1.1em;
list-style-type:square;
}
ul.form
{
list-style-type:none;
}
.feedbackform{
padding: 5px;
}
div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid #006699;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 210px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 60px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}

