.hr{
	border-bottom: 1px solid #c2c2c2;
	margin: 10px 30px;	
}

.reserform{
	width: 511px;
}
.reserform .formhead{
	background-image: url(../Images/formhead.jpg);
	background-repeat: no-repeat;
	height: 56px;
	padding-top: 20px;
	padding-left: 5px;
}
.reserform .formbody{
	background-color: white;
	width: 501px;
	margin-left: 5px;
	padding-bottom: 10px;
}
.reserform label{
	display: block;
	width: 160px;
	margin-right: 10px;
	padding-top: 5px;
	font-size: 15px;
	color: #434242;
	float: left;
	text-align: right;
}

.reserform .input1,.reserform .check,.reserform .input2,.reserform .input3,.reserform textarea{
	display: block;
	float: left;
	font-family: arial;
	font-size: 12px;
	background-image: url(../Images/input_bg.jpg);
	background-repeat: repeat-x;
	height: 18px;
	width: 20px;
	border: none;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	padding: 5px;
	margin-bottom: 10px;
}
.reserform .check{
	margin-top: 5px;
	margin-right: 10px;
}
.reserform .input2{
	width: 100px;
	margin-right: 10px;
}
.reserform .input3{
	width: 210px;
}
.reserform textarea{
	width: 210px;
	background-image: url(../Images/textarea.jpg);
	background-repeat: repeat-x;
	height: 107px;
}
.reserform .submit,.reserform .reset{
	display: block;
	float: left;
	border: none;
	background-color: transparent;
	cursor:pointer;
	background-image: url(../Images/btn_send_sl.jpg);
	background-repeat: no-repeat;
	width: 102px;
	height: 30px;
}
.reserform .submit{
	margin-right: 17px;
}
.reserform .reset{
	background-image: url(../Images/btn_reset_sl.jpg);
}