/**
*
*	Css override : blue_back.css
* 
*
*/


/** HIDE ELEMENTS **/
.meter1{
	display: none;
}




.god-container {
	background-color: #92BAD4;
	color:white;
}

#scmp-register-form {
	margin-left: 30px;
	width: 290px;
}

.meter2 {
	display: block;
	margin:24px 0px 0px 20px;
}

.scmp-agreement p {
	color: black;
}


.scmp-agreement .terms {
	width:300px;
}


 #submit-button {
	margin: 10px auto 0px 93px;
}

.subscribe-wrapper {
	margin-top: 25px;
}

.subscribe-wrapper #subscribe-button {
	margin:0px auto 0px 75px;
}

.subscribe-wrapper .subscribe-text {
	text-align: center;
}


.header-container {
	border-bottom: none;
}

.sub-title {
	text-align: center;
	font-family: "Arial";
}

.subline {
	text-align: center;
	color: black;
	font-family: "Arial";
}

.text-input {
	background-color: white;
	color:#666666;
	width:273px;
}


.center-separator {
	border-right: solid 1px white;
	height: 395px;
	margin-top: 5px;
}

.center-separator .separator-circle {
	background-color: white ;
	color:#006391;
	font-size: 30px;
	left: -25px;
	padding:14px 20px 18px 20px;
	top:185px;
	left:-32px;
}

.agreement-label {
	color:black;
}


.button {
	background: #ff572d; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff572d 0%, #ff3806 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff572d), color-stop(100%,#ff3806)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff572d 0%,#ff3806 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff572d 0%,#ff3806 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff572d 0%,#ff3806 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff572d 0%,#ff3806 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff572d', endColorstr='#ff3806',GradientType=0 ); /* IE6-9 */
	border:none;

}

#left-wrapper {
	margin-left: 20px;
	margin-right: 43px;
	margin:2px 43px 0px 20px;
	width:340px;
}

#right-wrapper {
	margin-top: 2px;
	margin-left: 53px;
}

#right-wrapper .subline {
	width:300px;
	margin-bottom: 0px;
	margin-left:20px;
}




