@charset "UTF-8";

			form.fleft{
				height : 155px; 
				_height : 158px; 
				margin: 0px 0px 0px 0px;
				padding:  5px 0px 0px 0px;
				background: url("../img/form-bottom.gif") left bottom no-repeat transparent;
				border-bottom: solid 10px #fff; 
			}
			form.fleftCalc{
				height : 165px; 
				_height : 158px; 
				margin: 0px 0px 0px 0px;
				padding:  5px 0px 0px 0px;
				background: url("../img/form-bottom.gif") left bottom no-repeat transparent;
				border-bottom: solid 10px #fff; 
			}
			form.fleft label{
				color: #fff;  margin: 0px 0px 0px 10px; font-weight: normal; 
			}

			form.fleftCalc label{
				color: #fff;  margin: 0px 0px 0px 10px; font-weight: normal;
			}
      			
			input.ileft{
					width: 125px; height: 15px;
					margin: 10px 0px 5px 10px;
					background-color: #d1e6ff;
					border: solid 1px #fff;
				}
			input.ileftCalc{
					width: 125px; height: 15px;
					margin: 10px 0px 5px 10px;
					background-color: #d1e6ff;
					border: solid 1px #fff;
				}		
			input.isub{
					background-color: #0a59b8; font-weight: bold; 
					margin-top: 5px;
					color: #fff;
					border: 0;
					margin-left: 70px;
					font-size: 11px;
			}
			input.isubCalc{
					background-color: #0a59b8; font-weight: bold; 
					margin-top: 5px;
					color: #fff;
					border: 0;
					margin-left: 70px;
					_margin-left: 60px;
          font-size: 11px;
			}
      
 			a.isub2{
					display: block;
					width: 92px;
					background-color: #0a59b8; font-weight: bold; 
					color: #fff;
					border: 0;
					margin-left: 41px;
					_margin-left: 42px;
					font-size: 11px;
					background: url("../img/form-reg.gif") left bottom no-repeat transparent;
			}
			div.textleft{
					color: #fff;  
					margin: 0px 0px 0px 10px;
					padding: 15px 0px 0px 0px; 
					font-weight: bold; 
				}
			
/* ANKETA */

	div.surveyForm {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		width: 261px;
		color: #000;
		border-bottom: 4px solid #FDEC00;
	}
	div.surveyForm form {
		padding: 0px 0px 0px 10px;

	}
	div.surveyForm label {
		margin: 0px 0px 0px 20px;
		font-size: 10px;
		font-weight: bold;
		color: #0E4F9F;
	}
	
	input.surveyButton {
		margin-left: 20px;
		margin-top: 10px;
		border: 1px solid #DE000F;
		background-color: #FDEC00;
		color: #DE000F;
		cursor: pointer; cursor: hand;
		font-size: 11px;
	}
	input.surveyButtonDisabled {
		margin-left: 20px;
		margin-top: 10px;
		border: 1px solid #555;
		background-color: #ccc;
		color: #fff;
		font-size: 11px;
	}			
	
	input.iright{
		margin-left: 20px;
	}
			
			
	div.infoLinka {
		margin: 20px 0px 20px 10px;
		color: #000;
	}
	
  div.copyright {
		width: 250px;
		margin: 0px 0px 0px 10px;
		color: #000;
		font-size: 9px;
	}		
		
/* HLEDANI =============*/

form#fSearch {	width: 200px; float: left; padding: 5px 0px 0px 40px; }

form#fSearch input#searchInput{ border: solid 1px #ead700;  width: 100px; height: 15px; }

form#fSearch input#searchButton{	border: solid 1px #bdad00; background-color:#ffea00; }