/* ------- Form message templates -------- */
#registrationForm {
	position:absolute;
	z-index:100;
	top:80px;
	right:50px;
	width:250px;
	border:1px solid #fff;
	background:#fff;
	text-align:center;
	padding: 5px; 

}

#registrationForm h4 {
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-size:1.8em;
	font-weight:normal;
	margin:15px 0;
}

* html #registrationForm h3 {
	margin-left:auto;
	margin-right:auto;
}

#registrationForm h3.sIFR-replaced {
	text-align:center;
	height:30px;
	overflow:hidden;
}

#registrationForm p {
	text-align:center;
	margin-top:-10px;
}

#registrationForm ul.days {
	list-style:none;
	width:100%;
	margin-bottom:20px;
	overflow:auto;
}

* html #registrationForm ul.days {
	zoom:1;
}

#registrationForm ul.days li {
	float:left;
	margin-right:8px;
	color:#000;
	font-size:1.1em;
	width:17px;
	text-align:center;
	position:relative;
	left:17px;
}

#registrationForm ul.days li.selected {
	width:18px;
	height:19px;
	display:block;
	background:url(../../../images/project/radio_on.png) no-repeat;
}

#registrationForm ul.days li.unselected {
	width:18px;
	height:19px;
	display:block;
	background:url(../../../images/project/radio_off.png) no-repeat;
}

#registrationForm ul.days li.selected label,#registrationForm ul.days li.unselected label {
	margin-top:20px;
}

#registrationForm ul.days li.now {
	margin-right:20px;
	width:25px;
}

#registrationForm ul.days li label {
	display:block;
}

#registrationForm .mobile,#registrationForm .store {
	text-align:center;
	margin:15px 0;
}

#registrationForm .mobile label,#registrationForm .store label {
	font-size:1.2em;
	color:#000;
	margin-bottom:3px;
	display:block;
}

#registrationForm .mobile input {
	border:1px solid #666;
	padding:5px;
	color:#666;
	background:transparent;
	text-align:center;
	font-size:1.8em;
	width:11em;
}

#registrationForm .submit {
	text-align:center;
}

#registrationForm .submit input {
	margin-bottom:15px;
	font-weight: bold; 
	font-size: 2em; 
}

#registrationForm p.terms {
	font-size:1em;
}

#registrationForm p.terms a {
	color:#333333;
	text-decoration:none;
}

#registrationForm p.terms a:hover {
	color:#333!important;
}

.scrim {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../../../images/generic/scrim.png);
}

#responseMessage {
	position:absolute;
	top:0;
	left:0;
	width:600px;
	padding:20px;
	border:3px solid #0d99e6;
	background:#fff;
}

#responseMessageButton {
	padding:5px;
	width:150px;
	background:#0d99e6;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

#responseMessageButton:hover {
	background:#3ab0f0;
	color:#fff;
}

.errorScrim {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#errorMessage {
	position:absolute;
	top:0;
	left:0;
	border:5px solid #cc0000;
	background:#000000;
	padding:10px;
	margin:0 auto;
	width:600px;
}

#errorMessage h5 {
	color:#ffffff;
	font-size:1.2em;
	text-align:center;
	margin-bottom:10px;
}

#errorMessageButton {
	padding:5px;
	width:150px;
	background:#333333;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

#errorMessageButton:hover {
	background:#666666;
	color:#fff;
}

#loadingDisplay {
	margin:25px;
	margin-bottom:0;
	color: #861316; 
}

#completeDisplay {
	margin:25px;
	margin-bottom:0;
	color: #861316; 
}