.search {
	float: right;
	padding-top: 5px;
}

.hiddenSpace {
	visibility: hidden;
}

#loginFormWrapper {
	text-align: left;
	padding-bottom: 5px;
}

#loginFormWrapper .textbox {
	width: 100px;
}

#loginFormWrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}

#topCredentials {
	padding-top: 5px;
}

.slide {
    width: 502px;
    height: 284px;
	margin: 13px auto;
	padding: 100px 10px 0px 10px;
    background: #132844 url('img/slidebg.png') no-repeat;
    color: white;
}

.slide blockquote {
	color: white;
	width: auto;
	padding-left: 50px;
	text-align: right;
}

.slide h2 {
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.l_column .slideHeader {
	font-size: 15px;
	font-weight: bold;
}

.menu_block .current a:link, .menu_block .current a:visited {
	color: #ffffe0;
	font-weight: bold;
}

.slideNav {
	width: 502px;
	margin: 13px auto;
	font-size: 14px;
	font-weight: bold;
}

.slideNav .prevPage {
	display: block;
	float: left;
	color: #5d8bab;
	padding-left: 14px;
	background: url('img/arrow_left.png') 0 50% no-repeat;
}

.slideNav .nextPage {
    display: block;
    float: right;
    color: #132844;
    padding-right: 14px;
    background: url('img/arrow_right.png') 100% 50% no-repeat;
}

.feedbackForm, .registrationForm {
	margin-top: 1em;
}

.registrationForm {
	width: 80%;
}

.feedbackForm textarea, .registrationForm textarea {
	width: 100%;
	height: 6em;
}

.feedbackForm .submitWrapper, .registrationForm .submitWrapper {
	margin-top: 5px;
	text-align: center;
}

#contactForm {
	width: 490px;
}

#contactLongTable .labelRow {
	font-weight: bold;
}

#contactLongTable .labelRow td {
    padding-top: 7px;
    padding-bottom: 3px;
}

#contactLongTable .titleTextbox {
	width: 4em;
}

#contactLongTable .captchaTextbox {
    width: 5em;
}

.validationError {
	color: #ff2222;
}

.contactTableLabel {
	width: 46%;
}

.textbox {
	padding-left: 1px;
}

.textbox.required, textarea.required, select.required {
	border-left: 2px solid #ff2222;
	padding-left: 0;
}

.l_column {
	width: auto;
}

.r_column {
	width: 253px;
}

