.headstyl
{
    background-color:#668ba3;
    font-family:Verdana;
    font-size:12px;
    height:25px;
    color:White;
}

.rowstyl
{
    background-color:#d9ecff;
    font-family:Verdana;
    font-size:12px;
    height:25px;
}

li.wrdstyle{
  font-family:Verdana;
  font-size:12px;
}
ul.wrdstyle{
  font-family:Verdana;
  font-size:12px;
}
.topmenu
{
    font-family:Verdana;
    font-size:12px;
    background-color:#cc9900;
    height:25px;
}
.exd
{
    cursor:pointer;
    font-family:Verdana;
    color:Black;
}    
.validate
{
 font-family:Verdana; font-size:11px;color:Red;
}
.inputbox  { 
    border: 1px solid #c4c4c4; 
    height: 23px; 
    width: 150px; 
    font-size: 13px; 
    padding: 1px 1px 1px 1px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.inputbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}

.inputbox1
{
	border: 1px solid #c4c4c4; 
    height: 35px; 
    width: 175px; 
    font-size: 13px; 
    padding: 1px 1px 1px 1px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
}