* {
	margin: 0;
	padding: 0;
}

h1 {
	color: #262626;
	font: normal 14px/18px Arial, sans-serif;
	margin-bottom: 18px;
}
p {
	color: #666;
	font: normal 12px/18px Arial, sans-serif;
	margin-bottom: 9px;
}
#comm_form input#submit {
	background:transparent url(body.png) repeat-x top;
	font: normal 9px/13px Arial, sans-serif;
	width:100px;
	height:auto;
	border: 1px solid silver;
	}
	
strong {
	color: #262626;
	font-weight: normal;
}
#comm_form {
	width: 519px;
	margin:0 auto;
	padding: 12px;
	position: relative;
	color: #9CBD84;
}
#comm_for input {
	padding: 1px 3px;
}

#comm_form.long input, 
#comm_form.long select {
	width: 200px;
}
#comm_form input[disabled='disabled'] {
	background-color:#98BADC;
}

#comm_form textarea {
	border: 1px solid silver;
	float: left;
	font: normal 12px Arial, sans-serif;
	margin-right: 6px;
	width: 284px;
}
#comm_form.short input, 
#comm_form.short select {
	width: 75px;
}

#comm_form.long input.alternate,
#comm_form.long select.alternate,
#comm_form.long input.calendar,
#comm_form.long select.calendar {
	width: 149px;
}

#comm_form input.shortalternate,
#comm_form select.shortalternate,
#comm_form.short input.calendar,
#comm_form.short select.calendar {
	width: 84px;
}
#comm_form select.shortnumber {
	width:45px;
	}

#comm_form input#roomType1,
#comm_form input#roomType2,
#comm_form input#roomType3 {
	border: none;
	padding: 3px;
	width: 40px;
}

#comm_form select {
	border: none;
	font-size: 13px;
	padding: 3px;
	width: 100px;
	color: #616161;
}
#comm_form input {
	width: 290px;
}
#comm_form input,
#comm_form select {
	/*border-color: #ACACAC #E1E1E1 #E1E1E1 #ACACAC;
	border-style: solid;
	border-width: 1px;*/
	border: 1px solid silver;
	float: left;
	font: normal 12px Arial, sans-serif;
	margin-right: 6px;
	width: 125px;
}
#comm_form span {
	color: #FF6600;
}

#comm_form legend {
	/*color: #9CBD84;  /* for IE6 */
	background: #fafbfc;
	border: 1px solid #9ab1ca;
	color: #262626;
	font: normal 12px/18px Arial, sans-serif;
	margin-bottom: 9px;
	padding: 2px 11px;
}

#comm_form fieldset {
	border: 1px solid #9ab1ca;
	clear: both;
	overflow: hidden;
	padding: 9px 18px;
	margin-bottom: 0px !important;
	background:transparent url(body.png) repeat-x top;
	/* ie7 background:transparent url(body.png) repeat-x 0 20px ; */
}


.shadow1 {
	width: 100%;
	background:transparent url(box-shadow.png)  no-repeat top left;
	height: 9px;
	margin-bottom: 9px;
	clear: both;
}

#comm_form label {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 100%;
	/*float: left;*/
	margin-left: 6px;
	text-align: left;
	width: 75px;	/*display:block;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;*/
}


#comm_form label.date_label {
	color:#666666;
}

#comm_form label.roomType {
	color: #262626;
	display: inline;
	padding: 1px;
	font-weight: lighter;
	font-size: 10px;

}

#comm_form .field_desc {
	position: absolute;
	text-align: center;
	bottom: 6px;
	right: 22px;
	width: 150px;
	font-size: 13px;
	border: 1px dotted #c3c3c3;
	visibility: hidden;
	padding: 10px;
	background-color: #f1f1f1;
	font-family: Verdana, Arial;
	color:#000;
}	

.buttons {
	background-color: #4f7068;
	border-width: 2px;
	border-color: #64796b;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #C0BD57;
	position: relative; 
	left: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}
#comm_form div div div  {
	width:33%;
	float:left;
	margin:5px auto;
	}
#comm_form div div div.fieldbox-message  {
	width:55%;
	float:left;
	margin:5px auto;
	}
#comm_form div div div div {
	position:relative;
	display:block;
	}
span.errorMessage {
	display:block;
	font-size:11px;
	clear:both;
	}
