/* booking.view.css */
#sidebar .bookingbox {
	padding: 15px;
}

#sidebar .bookingbox h4 {
	margin: -16px -17px 10px -16px;
	padding: 5px;
	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	
	background-color: #8d90a1;
}

#content .white {
	width: 438px;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #CCCCCC;
}

#content .white input{
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #DDDDDD;
	font-size:11px;
	padding:3px;
}

#content .white label {
	color: #666666;
	display: block;
	font-size: 10px;
	padding: 10px 5px 5px 0;
	text-align: left;
	width: 178px;
	clear: both;
}

#content .white .text{
	width: 270px;
}

#content .white .radio{
	background: none;
	border: none;
	padding: 0;
}

#content .white .selector{
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #DDDDDD;
	font-size:11px;
	padding:3px;
	width: 200px;
}

#content .choice, #content .send {
	margin-bottom: 20px;
	width: 438px;
	font-family: verdana;
}

#content .send {
	margin-bottom: 0;
}

#content .choice tr td {
	margin-bottom: 10px;
	vertical-align: middle;
}

#content .send .send_fields input {
	float: right;
}

#content .hype_list {
	width: 100%;
	height: 1450px;
}

#T6{
	width: 55px;
}

#T7{
	width: 203px;
}

#content .bookingbox .info{
	width: 438px;
	background-color: #000062;
	padding: 20px;
	border: 1px solid #CCCCCC;
	color: #ffffff;
}

#content form {
	margin-bottom: 25px;
}
