/* CSS Document */
table a{
color:#FFFFFF;
}
form {
margin:0;
padding:0;
width:500px;
}
table {
width:500px;
}
.table2 {
width:800px;
}

.table2 tr{
padding:2px;
border:solid 1px;
}
#appstat{
margin: auto;
width:800px;
}
#fielddiv{
width:800px;
margin: 10px 0px 25px 0px;

}
fieldset {
margin: 10px 0px 10px 0px;
padding:5px;
width: 500px;
border:2px solid ;
border-color:#a51f38;
background:#9EB9E0;
margin-bottom:25px;

}

.fieldset2 {
width:800px;


text-align:left;
}

input, textarea{
border: 3px double #333;
width:90%;
margin-bottom:6px;
}

textarea{
height:45px;
}
.radio input{
border: none;
width:auto;
height:auto;
}
.cb {

width:auto;
}

tr{
background:#5f899f;

}
.tr2{
background:#D6EBED;
border:1px #5f899f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
}

.table2 td{
padding:2px 10px 2px 10px;
text-align:left;

}
.table2 tr{
border:1px #666666;
}
.t_area{
width:300px;
padding-top:2px;
}
.t_area2{
width:200px;
}
.t_area3{
width:auto;
}
.t_area input{
width:290px;
}
#submit, #submit1, #submit2, #submita, #submitb, #makecut, #save{
width:auto;
}
label{
color:#FFFFFF;
font-weight:700;
}
.h3white {
color:#FFFFFF;
}
#infield{
padding-bottom:10px;
}
.error{
color:#FF0033;
border:solid 1px white;
background:#CCCCCC;
}