/* CSS Document */

.textbox
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #000000;
padding-left:5px;
border-bottom:  #FF0000 1px solid;
border-top:  #FF0000 0px solid;
border-left:  #FF0000 0px solid;
border-right:  #FF0000 0px solid;
width:150px;
}
.title
{
font-family:Arial, Helvetica, sans-serif;
border-bottom:1px dotted #000;
color:#000;
font-size:30px;
}
.chattitle
{
font-family:Calibri;
border-bottom:1px dotted #000;
color:#000;
font-size:30px;
}
.drpfont
{
font-family:Calibri;
font-size:11px;
color:#000000;
}
.submitbtn
{
background-image:url(../IMGE/button/submit.png);
height:31px;
width:87px;
border:0px;
}
.submitbtn:hover
{

}
.resetbtn
{
background-image:url(../IMGE/button/reset.jpg);
height:31px;
width:87px;
border:0px;
}
.formtext2
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}