
.slideshow .stage .form form .request-form {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 248px;
}

.slideshow .stage .form form .request-form .spacer {
	height: 30px;
}

.slideshow .stage .form form .request-ack {
	display: none;
	height: 400px;
	background-color: #d40026;
	color: #ffffff;
}

.slideshow .stage .form form .request-ack .spacer {
	height: 120px;
}

.slideshow .stage .form .page form .request-ack .text .heading {
	padding-bottom: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.slideshow .stage .form .page form .request-ack .text .body {
	padding-top: 20px;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

.slideshow .stage .form form .form-item.multiline label {
	height: 130px;
}

.slideshow .stage .form form .form-item.submit label {
	width: 75px;
}

.slideshow .stage .form form .form-item.multiline span,
.slideshow .stage .form form .form-item.multiline textarea {
	height: inherit;
}

.slideshow .stage .form form .form-item.multiline span {
	float: left;
}

.slideshow .stage .form form .form-item.multiline textarea {
	border-color: #939393;
}

.slideshow .stage .form form .form-item.submit {
	bottom: 0px;
}

.slideshow .stage .form form  .submit input {
	border: none;
	background: none;
	width: 0px;
}

.slideshow .stage .form form .submit span {
	background-image: url(../gfx/dots-939393.gif);
	background-repeat:repeat-x;
	background-position: center bottom;
}

.slideshow .stage .form form .submit span:hover {
	background-color: #d40026;
	color: #ffffff;
	background-image: none;
	padding-left: 5px;
	margin-left: -5px;

}
