﻿ 


.textbox
 { 
 	border:1px solid Black; 
 	background-color: #EBF1F5; 
 	width :220px;
 	height :22px;
 	
 }
 .textbox:disabled
 {  background: #FFF;
    color: #000000;
    cursor: default;
 	 background-color: #E6F6CD;
 	 border:1px solid #660033; 
 	 background-color:#E6F6CD; 
 	 }
 	  body 
  {
font-family: Arial, Helvetica, sans-serif ,Bookman Old Style,Calibri;
font-size: 13px;
color: #434A4E;
background-color: #E0E0E0;
border-bottom: 0.1em solid #330066;
border-left :0.1em solid #330066;
border-right :0.1em solid #330066;
border-top :0.1em solid #330066;
}


.btn 
{
	height :32px;
	width :80px;
	text-align :center ;
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  font-family: Arial;
  color: #635963;
  font-size: 14px;
  background: #C3D1F7;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #b8e8f0;
  text-decoration: none;
}
.label
{
	font:Bookman Old Style;
	font-size :14px;
	font-weight :normal ;
	color :#000000;
}

.combo
 { 
 	width :220px;
 	height :23px;
 	border:1px solid Black; 
 	background-color: #EBF1F5; 
 	
 }
 .combo:disabled
 {  background: #FFF;
    color: #000000;
    cursor: default;
 	 background-color: #E6F6CD;
 	 border:1px solid #660033; 
 	 background-color:#E6F6CD; 
 	 }