#reservation{
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
	}


#reservation label {
	float: left;
	clear: left;
	margin: 13px 20px 0 0;
	width: 95px;
	text-align: right;
	font-size: 15px;
	color: #054367; 
	text-transform: uppercase; 
}

#reservation input {
	width: 320px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 7px 0; 
	background: #FFF;	
	border: none;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.4);
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
}



input::-webkit-input-placeholder  {
		font-size: 16px;
    	color: #18A2F3; 
	}
input:-moz-placeholder {
	
    font-size:16px;
	
}
input[placeholder], [placeholder], *[placeholder]
{
	font-size:16px;
    color:#18A2F3 !important;
}

#reservation textarea {
	width: 320px; height: 170px; padding: 12px 20px 0px 20px; margin: 0 0 20px 0; 
	background: #FFF;
	border: none;
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.4);
	font-family: sans-serif; font-size: 16px; color: #f2f2f2;  
}
	textarea::-webkit-input-placeholder  {
		font-size: 16px;
    	color: #18A2F3; 
	}
	
textarea:-moz-placeholder {
    font-size:16px;
	
}
input[placeholder], [placeholder], *[placeholder]
{
	font-size:16px;
    color:#18A2F3 !important;
}

#reservation input[type=button] {
	font-size: 13px;
	margin-left: 115px;
	padding-bottom: 5px;
	width: 168px;
	height: 35px;
	float: left; 
	border: 1px solid #096CA8;
	background: #EE750E;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}


#reservation select{
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.4);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.4);
	width: 400px; height: 35px; padding: 5px 20px 0px 20px; margin: 0 0 7px 0; 
	background-color: #FFF;	
	border: none;
	font-family: sans-serif; font-size: 16px; color: #f2f2f2; 
	background: transparent;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	}
.selectaroom{
	width: 360px;
	 height: 35px;
	 margin: 0 0 7px 0;
	background: url(../images/new_arrow1.jpg) no-repeat right #fff;
   overflow:hidden;
	}

	
select::-webkit-input-placeholder  {
		font-size: 12px;
    	color: #18A2F3; 
	}
	
select:-moz-placeholder {
    font-size:12px;
	
}
input[placeholder], [placeholder], *[placeholder]
{
	font-size:12px;
    color:#18A2F3 !important;
}

