@charset "UTF-8";
/* CSS Document */

/* Form styles for contactus.html */

div#form {clear: right;
	font: normal 85%/1.3 Georgia, "Times New Roman", Times, serif;
	color: #230D02;}
form#eventinquiry {
	border: 2px solid #5e642e;
	}
label, label span {display:block; padding-bottom: .5em; padding-right: 2em;}
label {float: left; width: 100%;}
label span {float: left; width: 30%; text-align: right;}

fieldset input {float: left; width: 55%; border: 1px solid #609f2d;}
fieldset input:hover {border-color: #5e642e;}
fieldset input:active, input:focus {border-color: #410041;}
fieldset select:hover {border-color: #5e642e;}
fieldset select:active, select:focus {border-color: #410041;}
fieldset textarea:hover {border-color: #5e642e;}
fieldset textarea:active, textarea:focus {border-color: #410041;}

fieldset {margin-bottom: 10px;
width: 100%;
padding-top: 20px;
/*border: 2px solid #5e642e;
*//*overflow: hidden;*/}
fieldset select, textarea {float: left; border: 1px solid #609f2d;}
fieldset select {text-align: center; color: #141e55;}
fieldset#contact {
	height: 150px;
	background-image: url(images/contact_grdnt.png);
	background-repeat: repeat-x;
	padding-bottom: 0px;
}
fieldset#eventinfo {
	height: 375px;
	background-image: url(images/eventinfo_grdnt.png);
	background-repeat: repeat-x;
}
/*div#addressbox        { color: #fff; background-color: #131c51; text-align: center; visibility: visible; margin: 0 15px 15px 15px; padding: 1em; position: relative; width: 270px; height: auto; border: solid 4px #ffa539; float: right; }
div#addressbox a:link { color: #fff; text-decoration: underline }
div#addressbox a:hover { color: #ffa539; text-decoration: none }
div#addressbox a:visited { color: #fff; text-decoration: underline }
*/
