/*	My account
		------------------------ */

#formcoll, #formcolr {
	float: left;
	width: 320px;
	margin: 0 25px 18px 0;
}

#formcolr {
	margin: 0;
} 

table.myaccounttable td {
	
}

table.myaccounttable td.label {
 	width: 150px;
}

/*	Booking table
		------------------------ */
		
table.booking a, table.booking th, table.booking td {
	font-size: 11px;
}
		
table.booking th, table.booking td {
	border-bottom: 1px solid #d2dbda;
	padding: 4px 0;
	color: #000;
}

table.booking tr.alt {
	background: #ebf1f2
}



