
body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
}

#loading {
	display: none;
}

/*
#Heading {
	-moz-border-radius:10px 10px 0 0;
	-moz-box-shadow:0 0 1px #FD0000 inset;
	background:-moz-linear-gradient(center top , #DB0000, #9B0000) repeat scroll 0 0 transparent;
	border:1px solid #8D0000;
	color:white;
	margin-left:-5px;
	font-size:22px;
	padding:16px;
	text-shadow:0 1px 1px black;
	z-index:2;
	background: -webkit-gradient(linear, left top, left bottom, from(#db0000), to(#9b0000));
    background: -moz-linear-gradient(top center, #db0000, #9b0000);
    
    -webkit-border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px #fd0000;
    -moz-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding-box;
    -moz-box-shadow: inset 0 0 1px #fd0000;
	-webkit-border-radius: 15px;
	margin: 50px 0;
	top:65px;
	width:220px;
   	color:#ccc;
    position: relative;
	text-transform:uppercase;text-shadow: 1px 1px 1px #000;
}
*/

#form {
	width:540px;
    background-color: #F3F3F3;
    padding: 30px 50px 30px;
    margin: 10px 0;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius:15px 15px 15px 15px;
}

#Search {
	border:medium none;
	background-color: #E5E5E5;
	color:#999;
	float:left;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:15px;
	height:40px;
	margin-right:12px;
	outline:medium none;
	padding:10px;
	width:425px;
}

#Submit {
	background:#111;
	border: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	-moz-border-radius:50px 50px 50px 50px;	
	cursor:pointer;
	height:36px;
	overflow:hidden;
/* 	text-indent:-999px; */
	text-transform:uppercase;
	width:100px;
	color:#FFF;
	font-family: Montserrat; font-weight: 400; font-size: 14px; letter-spacing: 1px
}

#submit:hover {opacity: 0.8}

div {
/* 	border:2px solid #EEEEEE; */
	font:18px Verdana,"Lucida Grande",Arial,Helvetica,Sans-Serif;
	font-weight: bold
/*
	margin:0px;
	padding:5px;
	min-width:120px;
*/
	text-align:center;
}

div.taken {
	text-transform: uppercase;
	color: #FFFFFF;
	background:none repeat scroll 0 0 #CC0000;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
		float: left;
	width: 80px;
	height: 40px;
	margin: 0 5px;
	padding: 5px;
	text-align: center
}

 

div.available {
	text-transform: uppercase;
	color: #FFFFFF;
	background:none repeat scroll 0 0 #66CC33;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
		float: left;
	width: 80px;
	height: 40px;
	margin: 0 5px;
	padding: 5px;
	text-align: center
}
  
 .dispo {
 	font-size: 9px;
 	color: #FFFFFF;
 	text-align: center
 }
 