/*This style will be use for Form tables*/







/*Style for all form tables*/
.formt{
background-color:#e2ddd2;
border: #ccc7bc 1px solid; 
padding:10px; 
margin-bottom:8px;
margin-right:14px;
color:#4b3d35; 
}
/*Style for all form table head*/
.head{
}
/*Style for all form table foot*/
.foot{
}
/*Style for all form table top-cell*/
#topcell{
font-size:14px;
font-weight:bold;
}
/*Style for special right side table data*/
.fontNormal2
{
color:#000000;
}
/*Style for all form table sub-topcell*/
#sub_top{
font-size:10px;
color:#333333;
}
/*Style for Registeration form sub-sections*/
#sub_section{
font-size:13px;
color:#333333;
}
/*Style for all form table left-sided cell*/
.left{
color:#000000;
}
/*Style for all form table right-sided cell*/
.right{
color:#000000;
}
/*Style for all form table row one*/
.tr1{
color:#000000;
}
/*Style for all form table row one*/
.tr2{
color:#000000;
}
/*Style for all form text fields and buttons*/
.input{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:#000000 1px solid;
}

/*Style for all success message*/
#ok{
font-weight:bold;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #99CC99;
border: 2px #99CC99 solid;
background-color: #FFFFFF;
padding:5px;
width: 70%;
}
/*Style for all form error messages*/
#error
{
font-weight:bold;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #fd6300 ;
border: 2px #fd6300 solid;
background-color: #FFFFFF;
padding:5px;
width: 70%;
}

.right2
.disabled
.current

/*----------------------------*/