@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800");

* {
font-family: 'Open Sans', sans-serif;
}

body {
background-image:url(../../images/bg-wood.jpg);
background-size: 100%;
}

a {
	text-decoration: none;
color:#000;
}

a:hover {
color:#d83526;
}

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

form {
	padding-bottom: 20px;
margin:auto;
}

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

input[type=text], input[type=password] {
	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;
}

#captchacode {
	width: 200px;
	height: 44px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #b5b5a7;
}

#reloadcaptcha {
	width: 45px;
	height: 46px;
	background-image: url(../images/icon-reload.png);
	display: block;
	float: right;
	margin-right: 45px;
	cursor: pointer;
	cursor: hand;
}

#reloadcaptcha:hover {
	background-image: url(../images/icon-reload-on.png);
}


    .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;
    }

.forgotpassword {
	color: #9c9c84;
	font: 300 14px/40px 'Open Sans', sans-serif;
	text-decoration: none;
}

.forgotpassword:hover {
	color: #000;
}

#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:#d83526;
	font-size: 12px;
	clear: both;
}

#copyright {
margin:25px auto auto;
text-align:center;
font-size:12px;
}
.hand {
cursor: pointer;
cursor: hand;
}