#main {
	font-family:arial,tahoma,verdana,helvetica;
	font-size:12px;
}


#logo {
	padding-top: 3%;
	padding-left: 20px;
}

#emailus {
	position: absolute;
	top: 0px;
	left: 320px;
}

#emailus:hover {
	cursor: pointer;
}


#gallery {
	position: absolute;
	top: 50px;
	left: 650px;
	border-width:20px;
	border-style:solid;
	border-color: #E9E9E9;
}

#gallery:hover{
	cursor: pointer;
}



#main_text {
	position: absolute;
	top: 350px;
	left: 400px;
	width: 50%;
	color: #41002e;
	font-family:Georgia,Helvetica,Arial,Verdana,sans-serif;
	font-size:24px;
	font-weight:normal;
}


#close_reserve {
	position:absolute;
	top:15px;
	left:240px;
	cursor:pointer;
	height:30px;
	width:30px;
	z-index:102;
}


#reserve {
	position:absolute;
	top:30px;
	left:250px;
	background-color:white;	
	border-width:20px;
	border-style:solid;
	border-color: #DFFA17;
	z-index: 101;
}


#random_image {
	position: absolute;
	top: 230px;
	padding-left: 2%;
}


.labels_attributes {
	font-size:11px;
	font-weight:bold;
}

.form_fieldset_attributes {
	font-size:14px;
	font-weight:bold;
}

label.error {
	font-weight:bold;
	font-size:12px;
	color:red;
}

.sendButton
{
   	width:80px;
   	height:30px;
   	border:solid 2px #000000;
   	background-color:red;
   	color:#e1cdae;
}

#submit_buttom {
	text-align: right;
	padding-right: 20px;
}



