@charset "utf-8";
/* Additional CSS for Brochure Request Form */

#brochure_request {
	border-style: solid;
	border-width: 0px;
	border-color: #333;
	float:right;
	width: 100%;
	height: 25px;
	padding: 1px;
}

#submit {
	text-align: center;
}

#container {
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	float:none;
	width: 500px;
	padding: 5px 1px 1px 5px;
	background-color: #FF6A6A;
}

input {
	border: 1px solid #003399; 
	padding:0 2px;
	margin-bottom:0.3em;
}

select {
	margin-left:0em;
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

textarea {
	height:auto;
	border:1px solid #003399; 
	padding:0.5em; 
	overflow:auto; 
}

option {
	background:#fff; 
	color:#003399;
}

legend {
	margin-left:0em;
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight:bold;	
}

.questions {
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

.tcolumn {
	text-align: left;
	float:left;
	width: 32.5%;
	height: 22px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-left: 10px;
}

.tcolumn1 {
	text-align: left;
	float:left;
	width: 32.5%;
	height: 65px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-left: 10px;
}

.tcolumn2 {
	text-align: left;
	float:left;
	width: 32.5%;
	height: 32px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-left: 10px;
}

.bookingcolumn {
	text-align: left;
	float:left;
	width: 40%;
	height: 22px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-left: 10px;
}
	
.info-text {
	font-size: 11px;
	color: black;
	text-align: center;
	padding: 2px;
}
	
.info-text-left {
	font-size: 11px;
	color: black;
	text-align: left;
	padding: 2px;
}
	
.info-text-right {
	font-size: 11px;
	color: black;
	text-align: right;
	padding: 2px;
}
	
.info-text-justify {
	font-size: 11px;
	color: black;
	text-align: justify;
	padding: 2px;
}
	
.info-text-error {
	font-size: 10px;
	color: red;
	text-align: left;
	font-weight: normal;
}
	
.info-text-red {
	font-size: 12px;
	color: red;
	text-align: center;
	font-weight: bold;
}

.checkbox-style {
	color: black;
	font-size: 11px;
}

#error {
	border: 1px double #cc0000;
	background-color: #ffffee;
	color: black;
	padding: 5px 5px 5px 5px;
	width: 400px;
}
	
#error p.error-msg {
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	padding: 0px 0px 5px 5px;
	font-weight: bold;
}
	
#error p.error-fields {
	font-size: 11px;
	color: black;
	text-align: left;
	padding: 0px 0px 2px 20px;
	font-weight: normal;
	background-image: url(../images/site/error.png);
	background-repeat: no-repeat;
}

.regfield {	
	color: #FF0000; 
	font-size: 10px; 
	font-weight:bold;
}

.error-fields {
	font-size: 11px;
	color: black;
	text-align: left;
	padding: 0px 0px 2px 20px;
	font-weight: normal;
	background-image: url(../images/site/error.png);
	background-repeat: no-repeat;
}

.error {
	border: 1px solid #cc0000;
	background-color: #ffffee;
	color: black;
	width: 400px;
	padding: 5px 5px 5px 5px;
}

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../images/site/formbg.gif) repeat-x left top;
}


#contact_us {
	border-style: solid;
	border-width: 0px;
	border-color: #333;
	float:right;
	width: 100%;
	height: 25px;
	padding: 1px;
}
