/* CSS Document */
input, textarea, select {
	width : 200px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:#F7F7F7;
	padding:2px;
	border:1px solid #9ca6b2;
}
input[type=text],input[type=password]{
	border:1px solid #CCCCCC;
	}
input:focus{
	background-color:#FFFFFF;
}

textarea{
	height:80px;
	border:1px solid #CCCCCC;
	background-color:#F7F7F7;
	}
textarea:focus{ 
	background-color:#FFFFFF; 
	}

select{
	width:206px;
	}
select:focus{
	background-color:#FFFFFF;
}

fieldset{
	padding:10px;
	border:1px solid #cccccc;
	} 
fieldeset legend{
	color : black;	
	}
/*
fieldset {	
	margin	: 0;
	padding : 0;
 	padding	: 0 0 0 0px;
  	border	: 1px solid #CCCCCC;  
	}
fieldset legend {
	padding	: 0 5px 0 5px;
	margin	: 0 0 0 10px;
}
*/
.fieldsetline {
	padding	: 0;
	border	: none;
	border-top: 1px solid #D0D0D0;
	}
.fieldsetline legend {
	margin-bottom: 5px;
	margin-left: -9px;
	padding-right: 0px;
	padding-left: 2px;
	font-weight:bold;
	}


.commonButton {
  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  
	font-size: 11px;
  
	color: #000000;
  
	background-color: transparent;

	}


.commonButton button {
  
	background-image : url(../images/btn_bg.gif);
  
	border    : 0px solid white;
  
	background-repeat: no-repeat;
	width     : 102px;
  
	height    : 22px;
  
	text-align: center;
	font-size : 11px;
	cursor    : pointer;
;
	
}


.commonButton button[disabled] {
  
	background-image: url(/NpV20Util/images/btn_bg-disabled.gif); 
  
	color: #999999;

	}
	#sml button {
	width     : 50px;
  	background-image : url(NpV20Util/images/btn_sml_bg.gif);
	}
	#search button {
	width     : 50px;
  	background-image : url(NpV20Util/images/btn_ara.gif);
	}
	#back button {
  	background-image : url(NpV20Util/images/btn_back_bg.gif);
	padding-left     : 8px;
	}
	#update button {
  	background-image : url(NpV20Util/images/btn_upd_bg.gif);
	padding-left     : 8px;
	}
	#cart button {
  	background-image : url(NpV20Util/images/btn_cart_bg.gif);
	padding-left     : 14px;
	}
	#next button {
  	background-image : url(NpV20Util/images/btn_next_bg.gif);
	padding-right     : 8px;
	}
	#big button {
	width     : 141px;
  	background-image : url(NpV20Util/images/btn_big_bg.gif);
	}
	#bid-ok button {
  	background-image : url(../images/btn_ok_bg.gif);
  	padding-left     : 8px;
	}
	#big-ok button {
	width     : 141px;
  	background-image : url(../images/btn_ok_big_bg.gif);
  	padding-left     : 8px;
	}
	#bid-cancel button {
  	background-image : url(../images/btn_cancel_bg.gif);
	padding-left     : 10px;
	}
	#big-pf button {
	width     : 130px;
  	background-image : url(NpV20Util/images/btn_pf_big_bg.gif);
  	padding-left     : 8px;
	}
input.imgBut{
	width:73px;
	height:26px;
	background-color:none;
	border:none;
}
