
/************************************************************************************/
/**********************************formularze****************************************/
/************************************************************************************/
select { font-size:10px; }

input { font-size:11px; color:#000000;}

input.big_error, input.small_error, input.very_small_error, input.smaller_error {color:#FF0000; border-color:#FF0000;}

input.big_input, input.big_error {width:100%;}
input.small_input, input.small_error {width:50%;}
input.smaller_input, input.smaller_error {width:25%;}
input.very_small_input, input.very_small_error {width:10%;}

label.required {color:#FF0000; font-weight:bold; font-size:14px;}

/**************************************************************************************************/



input.value {
	border: 1px solid #999999;
	height:17px; 
}

textarea.value {
	width: 312px;
	height:139px;
	font-size:11px;
	color:#000000;
	border: 1px solid #666666;
	background-color:#FFFFA0;
	margin:0px; padding:0px;
}

select.value {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFA0;
	border-top: 1px solid #4A6063;
}
.value_error {
	border: 1px solid #ff0000;
	background-color: #FFFFA0;
	color: red;
	font-size: 11px;
	width: 100%;
	height:18px;	
	text-align:left;
} 
textarea.value_error {
	border: 1px solid #ff0000;
	color: red;
	width: 312px;
	height:139px;
	text-align:left;
	background-color: #FFFFA0;
} 


td.label, td.fbiglabel, td.fradio, td.flabel_r {
	text-align:right;
	padding-right:5px;
	color:#666666;
	font-size:11px;
	vertical-align:top;
	width:45%;
}
td.flabel_r {text-align:right; padding-right:10px;}

td.fbiglabel {font-size:12px; text-align:right; font-weight:bold; padding-top:10px; padding-right:5px; color: #666666;}

td.fradio {
	padding-left:20%;
	text-align:left;
}

td.break {
	height:1px;
	background-color: #DFFDE0;
}

td.fvalue, .fvalue_center {
	text-align:left;
	padding-left:0px;
	color:#666666;
	font-size:11px;
	vertical-align:top;
}

.fvalue_center {text-align:center;}

td.fsubmit {text-align:center; padding-top:10px;}

input.fbutton, input.fbuttonhover {
   color:#038C4F;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   background-color:#f0f0f0;
   border:1px solid #eeeeee;
   border-bottom-color:#666666;
   border-right-color:#666666;
   height:20px;
	}
input.fbuttonhover{
   color:#000000;
   border:1px solid #eeeeee;
   border-top-color:#666666;
   border-left-color:#666666;      
}

input.bbutton, input.bbuttonhover {
   color:#038C4F;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   background-color:#f0f0f0;
   border:1px solid #eeeeee;
   border-bottom-color:#666666;
   border-right-color:#666666;
   height:20px;
	}
input.bbuttonhover{
   color:#000000;
   border:1px solid #eeeeee;
   border-top-color:#666666;
   border-left-color:#666666;   
}

input.button, input.buttonhover {
   color:#666666;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   background-color:#f0f0f0;
   border:1px solid #eeeeee;
   border-bottom-color:#666666;
   border-right-color:#666666;
   height:17px;
   width:65px;
   
	}
input.buttonhover{
   color:#000000;
   border:1px solid #eeeeee;
   border-top-color:#666666;
   border-left-color:#666666;
}

