/* CSS Document */
* {
    margin:0;
    padding:0;
}
html, body, #wrap {
    height: 100%;
    color:#000;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}
#main {
    padding-top: 20px;
    padding-bottom: 20px;
}  /* must be same height as the footer */
.footer {
    position:fixed;
    bottom:0px;
    margin-top:-35px;
    height:30px;
    clear:both;
    padding:5px 5px 0 0;
    color:#666;
    background:#EEE;
    font-size:11px;
    text-align: right;
    width:100%;
}
.login {
    background-color:#6699FF;
    margin:20px auto;
    padding:10px;
    font-size:16px;
    color:#FFF;
    width:450px;
    float:left;
    margin-left:125px;
    display:inline; 	
}
.ibox, .ibox2 {
    width:160px;
    text-align:right;
    display:inline-block;
    position:relative;
    margin:5px;
    font-weight:700;
    font-size:16px;
}
.ibox, .ibox2 {
*display:inline;
    zoom:1;
} /* ie inline-block */

.ibox2 {font-size:14px; width:240px; text-align:center;}
.btn{ float:left; width:100%;}
.btn INPUT {
    font-size:16px;
    padding:5px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    width:700px;
    margin:0 auto;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.capature{float:left; margin-top:65px; padding-left:6px;}
a,a:link{color:#993300}
a:hover{color:#FF9900}
a:visited{color:#0000FF}

    
