INPUT {
	BORDER-RIGHT: #A0A0A0 1px solid; 
	BORDER-TOP: #A0A0A0 1px solid; 
	BORDER-LEFT: #A0A0A0 1px solid; 
	BORDER-BOTTOM: #A0A0A0 1px solid; 
	COLOR: #115e94; 
	font-size: 8pt; 
	FONT-FAMILY: tahoma;
	height:17px;
}

INPUT.disabled {
	BORDER-RIGHT: #71B5F9 1px solid; 
	BORDER-TOP: #71B5F9 1px solid; 
	BORDER-LEFT: #71B5F9 1px solid; 
	BORDER-BOTTOM: #71B5F9 1px solid; 
	COLOR: #000000; 
	font-size: 9pt; 
	FONT-FAMILY: verdana;
	background-color: #DEE7EF
}

.focus {
	BORDER-RIGHT: #ffdead 1px solid; 
	BORDER-TOP: #c07300 1px solid; 
	BORDER-LEFT: #c07300 1px solid; 
	BORDER-BOTTOM: #ffdead 1px solid
}
select { background: #FFFFFF; 
		 color: #115e94; 
		 font-family: tahoma; 
		 font-size: 8pt; 
		 font-weight: normal; 
}
TextArea{
	BORDER-RIGHT: #A0A0A0 1px solid; 
	BORDER-TOP: #A0A0A0 1px solid; 
	BORDER-LEFT: #A0A0A0 1px solid; 
	BORDER-BOTTOM: #A0A0A0 1px solid; 
	COLOR: #115e94; 
	font-size: 8pt; 
	FONT-FAMILY: tahoma;
}

#Submit {
   font-weight: bold;
   width: 90px;
   height: 21px;
   border: 0px;
   background-image: url('../images/cancel_button_bg.gif');
   cursor: pointer;
   color:#ffffff;
   
}

#backtolist{
   font-weight: bold;
   width: 90px;
   height: 21px;
   border: 0px;
   background-image: url('../images/cancel_button_bg.gif');
   cursor: pointer;
   color:#ffffff;
}

#delete{
   font-weight: bold;
   width: 90px;
   height: 21px;
   border: 0px;
   background-image: url('../images/insert_button_bg.gif');
   cursor: pointer;
   color:#ffffff;
   
}

#cancel{
   font-weight: bold;
   width: 90px;
   height: 21px;
   border: 0px;
   background-image: url('../images/insert_button_bg.gif');
   cursor: pointer;
   color:#ffffff;
   
}

.bigbutton {
  font-weight: bold;
   width: 100px;
   height: 21px;
   border: 0px;
   background-image: url('../images/big_button_100.gif');
   cursor: pointer;
   color:#ffffff;

}

.bigbutton2{
  font-weight: bold;
   width: 144px;
   height: 21px;
   border: 0px;
   background-image: url('../images/big_button_144.gif');
   cursor: pointer;
   color:#ffffff;
}

.button_gray{
  font-weight: bold;
   width: 144px;
   height: 25px;
   border: 0px;
   background-image: url('../images/button_gray.jpg');
   cursor: pointer;
   color:#E46E88;
}
