body {
	background:#343434;
	font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
}

#login-box{
	box-shadow: 0px 0px 7px #999;
	margin:40px auto;
	max-width:450px;
}
	
#login-box h1{
	background:url(../images/logo_160_115.png) no-repeat center;
	height:115px;
	text-indent:-9999px;
}
#login-box .btn {
	display:block;
	width:100%;
}

input[type="checkbox"] {
	height: auto;
	width: auto;
    
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    display: inline-block;
    margin-right: 5px; 
    border: 1px solid ##0070BB; 	
}
