/* @group general */
html {
	/*height: auto !important;*/
}
#windowB #pageWrapper {
	font-size: 12px;
	padding: 0;
	width: 360px;
	text-align: center;
}
#windowB {
	background: #F7F7F7 url(/_img/backgrounds/contentBG.png) repeat-x left bottom;
}
span.logo {
	background: url(/_img/static/logo.png) no-repeat;
	width: 280px;
	height: 65px;
	display: block;
	margin: 20px auto 50px;
}
#windowB h3 {
	text-transform: uppercase;
	color: #218A3D;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}
/* @end */
/* @group forms */
form p {
	margin-bottom: 5px;
}
form label {
	display: block;
	text-align: left;
	margin-bottom: 3px;
	font-size: 13px;
	color: #898d8e;
}
form label.asterisk,
span.asterisk {
	background: url(/_img/backgrounds/asterisk.png) no-repeat left center;
	padding-left: 10px;
	font-size: 13px;
	color: #898d8e;
}
form input[type="text"],
form textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #C8DEE9;
	color: #ADB2B5;
}
form textarea {
	height: 115px;
}
form .disable {
	background: #DDEAF0;
	cursor: default;
}
/* @group */
/* @group formButton */
a.formButton {
	font-size: 13px;
	color: #FFF;
	position: relative;
}
a.formButton span {
	background: url(/_img/sprites/windowFormButtons.png) no-repeat;
	height: 20px;
	float: none !important;
}
a.formButton .left {
	width: 10px;
	top: -2px;
	left: 0;
	position: absolute;
}
a.formButton .right {
	margin-left: 10px;
	padding: 2px 10px 2px 0;
	line-height: 20px;
}
a.formButton.red .right {
	background-position: top right;
}
a.formButton.gray .left {
	background-position: bottom left;
}
a.formButton.gray .right {
	background-position: bottom right;
}
div.formResponseMessage {
}
div.formResponseMessage p {
	line-height: 17px;
	font-size: 13px;
	margin-bottom: 15px;
}
/* @end */











