
body {
	margin: 0px;
	padding: 0px;
	background-color: #427ec4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
  
  }
	
a {
	text-decoration: underline;
	color: black;
	}
	
img {border: none;}

form {
  margin: 0;
  padding: 0; 
}

select {
  width:180px;
  font-size: 11px;
}

.hotels {
  width:200px;
  height:130px;
  background-color: #427ec4;
  text-align: left;
  
}

.hotels01 {
  position: relative;
  left:10px;
  padding: 0;
  margin:0;
  color:white;
  text-transform: uppercase;
  font-size:18px; 
  color:#FFCE1C;
  font-weight:bold;  
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

.hotels02 {
  
  text-align: center;
  padding:4px 0px 4px 0px;
 }

.hotels03 {
  width:200px;  
  background-image: url(images/cd-bg2.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: right;
  padding: 0px 0px 0px 0px;
   
}

.hotels04 {
  text-align: left;
  font-size: 10px;  
  padding:9px 0px 30px 0px;
  
  color:white;
}

.hotels04 input {float:left;margin:0px 10px 15px 5px;}

.hotels-submit {
	background-color: #427ec4;
	border: 1px solid white;	
	height: auto;
	width: 125px;
	padding-top: 1px;
	color:white;	
	height: 25px;
	font-size:11px;
	font-weight: bold;
	
	background-image: url(images/bg-submit.gif);	
	background-position: 10px center;
	background-repeat: no-repeat;
}

















