@CHARSET "UTF-8";

@import url(/css/global.css);

#subNavInner ul {
	width: 900px !important;
}

#wrapper {
	background: #FFF url(/images/shared/747w_grey_gradient_bg.gif) no-repeat 0px 24px;
}

#wrapper h1 {
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	color: #36383D;
}

#wrapper p {
	font-size: 1.1em;
}

#wrapper p a {
	color: inherit;
}

div#feedback_form {
	width: 400px;	
}

div#feedback_form ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

div#feedback_form ol li {
	padding-left: 0;
	margin-left: 0;
	clear: left;
}

div#feedback_form label {
	width: 100px;
	text-align: right;
	float: left;
	display: inline;
	clear: left;
	color: #000;
	margin-bottom: 0.5em;
	margin-right: 5px;
}

div#feedback_form input,
div#feedback_form select {
	margin-bottom: 0.5em;
}

div#feedback_form label.long_label {
	width: 250px;
	text-align: left;
	float: left;
	clear: none;
}

input#send {
	float: right;
	margin: 10px 30px 0 0;
	display: inline;
}

select {
	width: 188px;	
}

textarea {
	width: 262px;
	height: 100px;
}

ul.feedback_error_message li {
	color: #900;
}

* html #langSelectBox { width: 520px; }
