form#filterType{
	background: #efefef;
	padding: 10px;
	margin: 0px;
}	
	form#filterType label{
		display: block;
		float: left;
		padding: 2px 10px 0px 0px;
	}

	form#filterType select{
		width: 200px;
		border: solid 1px #999;
	}
	
h3.napiste_heading{
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 15px;
}

div#likeasform,
form.s_form_uni{
	padding: 0px 10px 10px 10px;
	border: solid 1px #ccc;
	margin: 0px 0px 20px 0px; 
}

form.s_form_uni{
	padding-top: 10px;
}

	div.lineHalf{
		float: left;
		padding: 0px 20px 0px 0px;
	}
		div.radioLine,
		div.line{
			border-bottom: solid 1px #efefef;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 10px 0px;
		}
		
		div.last_line label,
		div.line label{
			display: block;
			float: left;
			width: 90px;
		}
	
		div.line input,
		div.line textarea{
			border: solid 1px  #008BCE;
		}
		
		div.line textarea{
			height: 60px;
			width: 352px; 
		}
		
		div.line input{
			width: 120px;
		}
		
		div.last_line input{
			background:  #008BCE;
			color: #fff;
		}
		
		input.shortInput{
			width:auto !important;
			border: none;
		}
		
		div.Nb{
			border:none;
		}
		
		span.star_form{
			color: #c00;
		}
		
		div.currentSelect select{
			width: 250px !important;
		}
		
		#rentForm2 table, #rentForm table, #rentForm2 td, #rentForm td, #rentForm2 tr, #rentForm tr  {
	border:none !important;
	}