@CHARSET "UTF-8";

	#bSearch h2 { 
		width: 200px; 
		float: left; 
	}
	#bSearch li.arrow { 
		margin-top: 18px;
	}
	#bSearch div.whatFind { 
		width: 290px;
		float: left; 
		margin-bottom: 15px;
		padding-right: 180px;
	}
		#bSearch div.whatFind label.optional {
			margin-right: 10px;
		}
		#bSearch li.whatFind {
			margin-top: 5px;
			width: 135px;
		}
		#bSearch div.whatFind {
			margin-top: -10px;
		}
			#bSearch div.whatFind img {
				position: relative;
				top: 10px;
			}
	#bSearch .citySearch {
		width: 160px;
		margin-right: 0px;
	}
		#bSearch .citySearch input {
			width: 140px;
		}


	#bSearch li.passanger,
	#bSearch li.driver { margin-top: 4px; }
	#bSearch li.passanger { width: 180px; }
	#bSearch #dateBeginId { width: 80px; }

	/*#bSearch li input,
	#bSearch li label,
	#bSearch  #user_status_passanger_label { margin-right: 10px; }*/

	#bSearch li.submit {
		float: left;
		width: 80px;
		margin-left: 22px;
		margin-top: 15px;
	}
	#bSearch li.submit input,
	.bCenterRound li.submit input {
		border: none;
		color: #fff;
		width: 56px;
		height: 21px;
		background: transparent url(/images/bg-search-btn.png) scroll no-repeat top left;
		}

#bSearch .left { float:left; width: 40px; }
#bSearch .right { float:right; width: 87px; }
	#bSearch .right label { display:block }