/* CSS Document */


body {
	width: 100%;
	font-family: 'PT Sans Caption', sans-serif;
}

a {
	text-decoration: none;
	color: #656565;
	font-weight: 700;
}

a:hover {
	color: #434343;
}

ul {
	list-style: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #737369;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:     #737369;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:     #737369;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:     #737369;
}



.signIn {
	margin: auto;
	width: 130px;
	top: 150px;
	position: relative;
}

.signIn a.login {
	width: 100%;
	text-align: center;
	background: #656565;
	font-size: 16px;
	padding-top: 8px;
	height: 40px;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.38);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.signIn a.login:hover {
	background: #858585;
	color: #ffffff;
}

.header .signIn a {
	color: #5aa2c3;
}


.logo {
	top: 170px;
	position: relative;
	width:588px;
	margin: 70px auto;
}


/*Alpha Screen*/

.alpha {
	z-index: 1000;
	background: #fff;
	position: relative;
	display: none;
	top: -110px;
	width: 800px;
	min-height: 370px;
	border: 10px solid #636363;
	padding: 0px !important;
}

.alpha .close {
	overflow: visible;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 37px 37px 0;
	border-color: transparent #636363 transparent transparent;
	opacity: 1;
}

.alpha .close:hover {
	opacity: 1;
}

.alpha .close a {
	z-index: 1001;
	position: relative;
	top: -8px;
	left: 20px;
	color: #fff;
}
.alpha .close a i {
	font-size: 28px;
}

.alpha .close a:hover {
	color: #d9cfd0;
}

.alpha .wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.alpha .wrapper .subHeader {
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #a3a3a3;
}

.alpha .wrapper .subHeader h2{
	position: absolute;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding-left: 10px;
	color: #656565;
}

.alpha form {
	float: left;
	width: 40%;
	margin: 35px 25px;
}

.alpha form label {
	font-size: 16px;
	width: 100%;
	color: #535353;
}

.alpha form input[type="password"], .alpha form input[type="email"] {
	margin: 2px 3px 10px 3px;
	height: 40px;
	width: 95%;
	font-size: 15px;
	padding-left: 7px;
	border : 1px solid #a3a3a3;
}

.alpha form input[type="submit"] {
	display: block;
	margin: 10px 3px 10px 3px;
	font-size: 15px;
	padding: 7px;
	background: #656565;
	color: #fff !important;
	border: none;
}

.alpha form input[type="submit"]:hover {
	opacity: .8;
}

.alphaInfo {
	margin: 20px;
	float: left;
	width: 40%;
}

.alphaInfo h3{
	margin-top: 20px;
	font-size: 16px;
	font-family: 'PT Sans Caption', sans-serif;
	color: #535353;
	font-weight: 700;
}

.alpha.getInTouch {
	height: 570px;
}

.alpha .formPrompt {
	width: 48%;
	position: absolute;
	top: 75px;
	text-align: center;
	color: #3f92b6;
}

.alpha form a.forgot {
	display: block;
	width: 165px;
}






	

/*Sign In/Forgot page Error*/

.alphaInfo {
	position: relative;
}
.loginError, .forgotError {
	display: none;
	padding: 15px 20px;
	position: absolute;
	float: right;
	width: 270px;
	font-size: 14px;
	font-weight: 600;
	opacity: 0.5;
	background: #fee;
	color: #000000;
	border: 2px solid #ba0000;
}

.loginError {
	top: 90px;
}

.forgotError { 
	top: 37px;
}

.loginError p, .forgotError p {
	margin-bottom: 0px;
}

/*success page*/
h2#thankYou {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	color: #3b92b3;
	position: relative;
	top: 26px;
	font-size: 24px;
}



	
	