@import url(http://fonts.googleapis.com/css?family=Lato);

body{
	background:#231f20 url(../img/logbg.png) repeat-x;
	font-family: 'Lato', sans-serif;
}

a img{
	border:none;
}

#page{
	margin:0 auto;
	width:460px;
}

.form-row{float: left;width: 100%;}


#login{
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    width: 400px;
    float: left;
}

#footer{
	float:left;
	font-size:12px;
	width:100%;
	margin-top:20px;
}

#copy{
	float:left;
	width:50%;
}

#design{
	float:right;
	width:50%;
	text-align:right;
}

a.compact{
	padding:40px 0;
	display:block;
}

.entercred{
	float:left;
	width:360px; 
	line-height:30px;
	background:url(../img/credbg.png) repeat-x;
	padding:0 20px;
	border:1px solid #bbdbe0;
	border-radius:5px;
	color:#54a3c7;
	font-style: oblique;
	text-align:center;
}

.input_area{
	float:left;
	width:100%;
	margin-top:10px;
}

.inp{
	float:left;
	width:360px; 
	line-height:30px;
	background:#f8f8f8;
	padding:0 20px;
	border:1px solid #d4d4d4;
	border-radius:5px;
	color:#54a3c7;
	text-align:left;
	margin-top:20px;
}

.inp img{
	float:left;
	margin-right:10px;
	padding:7px 0;
}

.inp input{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    padding: 8px 0;
    width: 90%;
}

.remember{
	float: left;
    font-size: 12px;
    margin-top: 15px;
    width: 100%;
}
 
.subm{
	float:left;
	width:100%;
	margin-top:10px;
}

.subm a{
	float:left;
	width:50%;
	color:#000;
	font-size:13px;
	padding-top:10px;
}

.subm input{
	float:right;
	text-align:right;
	border:none;
	background:#f26824;
	color:#fff;
	padding:10px 20px;
	
}

#sync{
	float:left;
	width:100%;
}

