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;
}

.bigbutton3{
  font-weight: bold;
   width: 170px;
   height: 21px;
   border: 0px;
   background-image: url('../images/button_gray_170.jpg');
   cursor: pointer;
   color:#ffffff;
}


.button_gray{
   font-weight: bold;
   font-family:Tahoma, Arial;
   width: 137px;
   height: 22px;
   border: 0px;
   background-image: url('../images/general_button.jpg');
   cursor: pointer;
   color:#9C0031;
}
.back_button{
   width: 78px;
   height: 23px;
   border: 0px;
   background-image:url(../images/back_button.gif);
   cursor: pointer;
}
.add_to_cart{
   width: 137px;
   height: 22px;
   border: 0px;
   background-image:url(../images/addcart.gif);
   cursor: pointer;
}