@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

/* === RESET === */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:”;}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn’t inherit in IE */
legend{color:#000;}

/* === LAYOUT === */

html {
	background:#f0f0f0;
}

body {
	background:#f0f0f0;
	font-family:'Noto Sans', Arial, sans-serif;
}

#container {
	background: url("../img/logo.png") no-repeat scroll 50% 50px transparent;
    height: 500px;
    width:280px;
    margin-left: -140px;
    margin-top: -400px;
    padding-top: 300px;
    position: absolute;
    top: 50%;
	left:50%;
}

#flashMessage {
	background: none repeat scroll 0 0 #CC0000;
    clear: both;
    color: #FFFFFF;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 0 -1px 0 #333333;
}


label {
	clear: both;
    color: #CCCCCC;
    display: block;
    font-size: 18px;
    padding: 4px 0 2px;
    text-transform: lowercase;
}

div.input input {
    border: 1px solid #d0d0d0;    
    color: #777;
    display:block;
    font-size: 22px;
    padding: 4px 10px;	
}

div.input {
	overflow:hidden;
	margin-bottom:5px;
}

div.submit input {
	background: #777777;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 40px;
    margin: 0 auto;
    text-shadow: -1px -1px 0 #000000;
    width: 100%;
	margin-top:30px;
}

div.submit input:hover {
	background: #454545;
}