form ul {
		list-style:none;	
}
#check{
	padding-left: 13px;
	margin-top: 20px;
	line-height: 1;
}
#check h3{
	color: white;
	font-size: 1.4em;
} 
#check legend {
	font-weight: bold;
}
#check ul{
	width: 210px;
}
#check li {
	list-style: none;
	clear: both;
	margin-top: 5px;
}
#check label {
	display: block;
	width: 108px;
	color: white;
	font-size: 1.2em;
	margin-bottom: 3px;
}
#check select {
	border: 1px solid #003f6b;
}
#check .day {
	width: 60px;
}
#check .month {
	width:123px;
	float:right;
	margin-right:4px;
}
#check .bookButton {
	background: url(../img/button/formButton.png) no-repeat;
	width: 131px;
	height: 34px;
	color: white;
	text-align: center;
	cursor: pointer;
	float: right;
}
.captcha input{
	margin-left:150px;
}
/*
.captcha input,
form ul li input[type='submit'] {
	margin-left:150px;
}
	form ul li {
		margin-bottom:10px;
		clear:both;
	}

		form ul li label {
			float:left;
			width:150px;
		}
		
		form ul li textarea {
			width:400px;
			height:150px;
		}
		
		.captcha input,
		form ul li input[type='submit'] {
			margin-left:150px;
		*/
	
		



