/* html5 Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
margin:0;
padding:0;
border:0;
outline:0;
font-family:arial,helvetica,sans-serif;
vertical-align:baseline;
background:transparent;
list-style-type:none;
font-size:100%;
}
html{
height:100%;
}
body{
background:#f1f1f1;
line-height:1.7;
height:100%;
font-size:62.5%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
display:block;
}
ul{
list-style:none;
}
blockquote, q{
quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after{
content:'';
content:none;
}

/* container */
#container{
    position:relative;
    min-height: 100%;
    _height: 100%;
}

/* header */
#header{
background: #2D2D2D;
font-size:140%;
border-bottom: 1px solid #1d1d1d;
margin-bottom:50px;
}
#header #headerIn{
width:100%;
margin:0 auto;
}
#header #headerIn h1{
margin-left:30px;
}
/** header a **/
#header #headerIn a{
display: inline-block;
color: #ccc;
text-decoration:none;
padding:0.8em 10px;
line-height: 1.8;
}
#header #headerIn a:hover{
background: #4C4C4C;
color: #fff;
outline: medium none;
text-decoration: none !important;
}

/* login */
#login{
width: 90%;
max-width: 480px;
background:#fff;
border: 1px solid #ccc;
margin: 0 auto;
}
#login #loginIn{
padding-bottom: 100px;
width: auto;
padding:0 26px 10px;
-webkit-box-shadow:0px 6px 10px #ccc;
-moz-box-shadow:0px 6px 10px #ccc;
box-shadow:0px 6px 10px #ccc;
}
#login h2{
color: #222222;
font-weight: normal;
font-size: 16px;
height: 16px;
line-height: 17px;
margin: 0 0 1.2em;
position: relative;
color:#222222;
font-size:160%;
background:#f5f5f5;
padding:8px 15px;
border-bottom:1px solid #e8e8e8;
}
#login .loginInput{
margin: 0 0 1.5em;
}
#login .loginInput input,
#login .loginInput input{
height: 37px;
direction: ltr;
height: 32px;
width: 100%;
display: inline-block;
height: 29px;
margin: 0;
padding: 0 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
#login .loginInput label{
font-weight: bold;
margin: 0 0 .5em;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
#login #signIn{
display: inline-block;
min-width: 46px;
text-align: center;
color: #444;
font-size: 11px;
font-weight: bold;
height: 27px;
padding: 0 8px;
line-height: 27px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.218s;
-moz-transition: all 0.218s;
-ms-transition: all 0.218s;
-o-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: default;
border: 1px solid #3079ed;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #4d90fe;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
vertical-align: bottom;
line-height: 29px;
font-size: 13px;
height: 32px;
margin: 0 1.5em 1.2em 0;
}
#login #signIn:hover {
border: 1px solid #2f5bb7;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #357ae8;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
}
#login #signIn:active {
background-color: #357ae8;
background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
-webkit-box-shadow: inset 0 1px 2px rgb	a(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
#login .remember {
display: inline-block;
margin: 9px 0 0;
vertical-align: top;
font: 81.25%/1 arial,helvetica,sans-serif;
}
#login .remember span{
font-weight: normal;
color: #666;
line-height: 0;
padding: 0 0 0 .4em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
#forgot{
margin-bottom:15px;
cursor:pointer;
}
#login ol#forgotArea{
display:none;
}
#login ol#forgotArea li{
margin:0 0 10px;
}

/* footer */
#footer{
background: #2D2D2D;
font-size:120%;
border-top: 1px solid #1d1d1d;
height:3em;
position:absolute;
bottom:0px;
width:100%;
}
