@charset "utf-8";
/* CSS Document */

#formcontainer {
margin: 30px auto 0px;
width: 900px;
height: auto;
background-color:#666666;
/*border: 1px solid #CCCCCC;*/
}

#formheader {
height: 30px;
line-height: 30px;
font-size:17px;
text-indent: 20px;
font-weight: bold;
background:  #FF0000;
color: #FFFFFF;
}

#tablelinkform {
margin-top: 0px;
background-color: #000000;
}

.fieldtitles {
text-align:right;
font-size:14px;
}

.fieldanswers {
text-align:left;
background-color:#990000
}

.linkbuttons {
background: url(../images/formlink_button_bg.jpg);
background-repeat: repeat-x;
border: 0px;
color: #FFFFFF;
width: 150px;
height: 25px;
}

#info {
background: #FF0000;
color: #FFFFFF;
font-size: 12px;
height: 30px;
text-align:center;
text-transform:uppercase;
}