.notificationPoster {
	height: 500px !important;
	background: url(/images/home/notificationBg.jpg) left top no-repeat !important;
}

.notificationPoster h2#notificationHeadline {
	background: url(/images/home/posterNotificationHeadline.jpg) left top no-repeat;
}

.notificationPoster h2#notificationSubmitHeadline {
	background: url(/images/home/posterNotificationSubmitHeadline.jpg) left top no-repeat;
}

.notificationPoster p span {
	height: 45px !important;
	background: url(/images/home/posterNotificationSubmitSpan.jpg) center top no-repeat !important;
}

.notificationLeftPaper {
	top: 466px !important;
	height: 160px !important;
	overflow: hidden;
}

form {
	text-align: center;
}

form fieldset {
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding: 0 0 10px 0;
	background: url(/images/home/notificationFieldsetBg.gif) left bottom no-repeat;
}

form fieldset#personal {
	height: 180px;
}

form fieldset#security {
	height: 82px;
}

.formGroup {
	float: left;
	width: 130px;
}

form fieldset label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1px 0;
}

form fieldset label.error {
	color: #d10a09;
}

form fieldset input {
	width: 246px; height: 17px;
	background: #cfc396;
	border: 1px solid #cfc396;
	padding: 2px;
	margin: 0 0 6px 0;
}

form fieldset input.error {
	border: 1px solid #d10a09;
}

form fieldset .formGroup input {
	width: 116px;
}

form fieldset #cryptImage {
	float: left;
	padding: 10px 0 0 0;
	width: 144px;
	background: url(/images/home/codeArrow.gif) right 10px no-repeat;
}

form fieldset #cryptImage .image {
	height: 23px;
	overflow: hidden;
	margin: 0 0 6px 0;
}

form fieldset #cryptImage a {
	font-size: 1.1em;
	text-decoration: underline;
}

form fieldset #cryptCode {
	float: left;
	padding: 10px 0 0 0;
	width: 120px;
}

form fieldset #cryptCode label {
	font-size: 1.1em;
}

form fieldset #cryptCode input {
	width: 91px;
}

form button {
	width: 50px; height: 50px;
	background: transparent url(/images/home/notificationSubmitButton.jpg) left top no-repeat;
	text-indent: -19999px;
	overflow: visible;
	margin: 5px 0 0 0;
}


