/* CSS Document */

.table
{
border: 0px dotted #999999;
background-color: #FFFFFF;
width: 100%;
}
.table_result
{
border: 0px dotted #999999;
background-color: #FFFFFF;
}

.title
{
background-color: #FFFFFF;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
}
.title_result
{
background-color: #FFFFFF;
color: #CC0000;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: bold;
}
.question
{
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}
input
{
border: 1px dotted #CCCCCC;
background-color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
}
.divResult
{
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-top: 0px;
background-color: #FFFFFF;
border: 0px #FFFFFF;
}
.close
{
color: #0000FF;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
text-decoration: none;
}
.errormessage
{
color: #FF0000;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}
.goodmessage
{
color: #009900;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
}