body {
	padding-top: 50px;
}

a {
	text-decoration: none;
}

#loginbox {
	width: 400px;
	background-color: #edede6;
	display: block;
	border: 3px solid #e24617;
	margin: auto auto 20px;
	border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 0px 5px 5px #6e6e61;
}

form {
	padding-bottom: 20px;
}

#loginSleeve {
	width: 400px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-color: #f7f7f2;
	text-align: center;
	padding-top: 28px;
}

input[type=text] {
	margin-bottom: 20px;
	width: 288px;
	height: 44px;
	border: 1px solid #cdcdbe;
	box-shadow: 0px 1px 1px #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	color: #9e9e8f;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding-left: 20px;
}


    .loginButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
        -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
        box-shadow:inset 0px 1px 0px 0px #f29c93;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
        background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
        background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
        
        background-color:#fe1a00;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #d83526;
        
        display:inline-block;
        color:#ffffff;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #b23e35;
		width: 310px;
		height: 44px;
		font: 700 18px/30px 'Open Sans', sans-serif;
		text-align: center;
		text-shadow: 0px 1px 1px #941b12;
}
    .loginButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
        background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
        background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
        
        background-color:#ce0100;
    }
    .loginButton:active {
        position:relative;
        top:1px;
    }

.verifiedButton {
        
        -moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #d83526;
        
        display:inline-block;
        color: #000;
        text-decoration:none;
        
		width: 310px;
		height: 44px;
		font: 700 18px/30px 'Open Sans', sans-serif;
		text-align: center;
		text-shadow: 0px 1px 1px #fff;
}
    .verifiedButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
        
        background-color:#ce0100;
	color: #000;
}
    .verifiedButton:active {
        position:relative;
        top:1px;
    }

#information {
	width: 1280px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 10px;
	font-family:'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 19px;
	padding-top: 15px;
	color: #333333;
	border-bottom-style: none;
}

#signuptitle {
	font-family:'Open Sans',sans-serif;
	font-weight: 800;
	font-size: 24px;
}

label {
	float: left;
	clear: left;
	width: 400px;
	text-align: center;
	line-height: 20px;
	margin-top: -20px;
	margin-bottom: 15px;
}

.error {
	color: red;
	font-size: 12px;
	clear: both;
}

#loginMessage {
	color: red;
	font-family: ‘Open Sans’, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
}
