@CHARSET "UTF-8";

/*
Cover flow
*/

#content h2 {
	font-size: 1.1em;
	color: #07BEE6;
}

#content form {
	position: relative;
	background: url(../../images/summer/pages/contact_background_bottom.gif) no-repeat bottom;
	width: 711px;
	margin-left: 10px;
	font-weight: bold;
	color: #666;
	float: left;
	font-size: 0.9em;
	padding-bottom: 15px;
}

#content label.required:before {
	content: '* ';
	color: #F5A947;
	font-size: 0.8em;
}

#content form h3 {
	color: #07BEE6;
	font-size: 1em;
	text-decoration: underline;
	background: url(../../images/summer/pages/contact_background_top.gif) no-repeat top;
	padding: 20px 0 20px 60px;
}

#content p#close {
	position: absolute;
	font-size: 0.9em;
	top: 3px; right: 10px;
}

#content p#close a {
	padding-right: 15px;
	color: #666;
	text-decoration: none; text-transform: uppercase;
}

#content form p#hope, #content form p#comments {
	width: 240px;
	text-align: right;
}

#content form ul {
	margin-top: -1em;
	left: 250px;
	list-style: none;
	position: absolute;
}

#content form p#comments {
	padding-top: 6em;
	/padding-top: 8em;
}

#content form textarea {
	left: 250px;
	position: absolute;
}

#content div#form_left {
	float: left;
	margin-top: 5em;
	width: 320px;
}

#content div#form_right {
	float: left;
	margin-top: 5em;
	width: 340px;
}

#content div#form_left p, #content div#form_right p {
	position: relative;
	text-align: right;
	width: 150px;
	height: 1.8em;
}

#content div#form_left input, #content div#form_right input, #content select {
	position: absolute; left: 160px;
	width: 150px;
}

#department {
	margin-top: 1.8em;
}

#content div#form_right p#submit {
	position: relative;
	margin-top: 2em;
	height: auto;
	padding-right: 20px;
}

#content div#form_right p#submit input {
	position: inherit;
	width: auto;
}

#mentions {
	clear: both;
	font-size: 0.7em;
	color: #07BEE6;
	font-weight: normal;
	margin: 0 1em;
	line-height: 1.6em;
	/padding-top: 50px;
}