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

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

.fieldset2 {
width:800px;
}
input, textarea{
border: 3px double #333;
width:100%;
}
.radio input{
border: none;
width:auto;
}
.cb {

width:auto;
}

tr{
background:#5f899f;

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

td{
padding:2px 10px 2px 10px;

}
.t_area{
width:250px;
}
.t_area2{
width:200px;
}
.t_area3{
width:auto;
}
.t_area input{
width:100%;
}
#submit, #submit1, #submit2, #submita, #submitb, #makecut, #save{
width:auto;
}
label{
color:#FFFFFF;
font-weight:700;
}
.h3white {
color:#FFFFFF;
}