#rezervace_layout{
	width: 600px;
	height: 450px;
	
	background: url("http://penzionrak.cz/sysimg/rezervace/layout_bg.jpg");
	
	margin: 25px auto 0 auto;
	
	font-size: 12px;
	color: #000;
}

#rezervace_formular{
	width: 550px;
	height: 400px;
	
margin-left: 25px;

}

#rezervace_buttony{
	width: 575px;
	height: 50px;
	float: right;

}

	#rezervace_buttony_left{
	width: 350px;
	height: 50px;
	float: left;
}

	#rezervace_buttony_right{
	width: 200px;
	height: 50px;
	float: left;
}

input.rezervace{
	width: 415px;
	

	border: none;

} 

input.rezervace_submit{
	width: 182px;
	height: 35px;
	
	color: #000;
	border: none;

	background: url("http://penzionrak.cz/sysimg/rezervace/button.jpg");

	cursor: pointer;
}
input.rezervace_submit:hover{
	width: 182px;
	height: 35px;
	
	background: url("http://penzionrak.cz/sysimg/rezervace/button_h.jpg");
}

#rezervace_1{
	width: 600px;
	height: 75px;
	background: url("http://penzionrak.cz/sysimg/rezervace/ok.jpg");
	margin-bottom: 25px;
	margin-top: 25px;
}
	#rezervace_1_text{
			width: 500px;
			height: 60px;
			margin: 0px 85px 7.5px 15px;
		
	}

#rezervace_0{
	width: 600px;
	height: 75px;
	margin-bottom: 25px;
	margin-top: 25px;
	background: url("http://penzionrak.cz/sysimg/rezervace/ko.jpg");
}

	#rezervace_0_text{
			width: 480px;
			height: 60px;
			margin: 0px 100px 7.5px 15px;
			
			float: left;
		
	}
