/*
 * @author Shahrukh Khan
 * @website http://www.thesoftwareguy.in
 * @facebbok https://www.facebook.com/Thesoftwareguy7
 * @twitter https://twitter.com/thesoftwareguy7
 * @googleplus https://plus.google.com/+thesoftwareguyIn
 */

* {
    margin: 0;
}

html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    border: 0;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #555555;
    background:#FFF;
}
a{color: #6D37B0;}
a:visited, a:active { text-decoration: none; color:#6D37B0; }
a:hover { color: #8D8D8D; text-decoration: none;}
#container {
    min-height:100%;
    position:relative;
}
#body{ 
    width: 1004px;
    margin: 0 auto;
    max-width: 100%;
    padding:20px 0 70px 0;
    height: 100%;

}
article{
    width:100%;
}
.mainTitle{ font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:center; padding-bottom:20px; text-decoration:underline;}
footer {
    position: absolute;
    bottom: 0;
    left:0;
    height: 75px;
    width: 100%;
    background:#EEE;
    color:#000;
}
.copyright{float:left;padding:20px 0 0 20px; width:50%;  }
.footerlogo{float:right; width:200px; height:47px; margin:10px 10px 0 0; text-align:center;}
.title{ font-size:20px; text-align:center; padding:10px;}

.loginbox{margin:0 auto;width:300px;padding:30px 20px 20px 20px;border:1px solid #63F;}
.col_left{width:95px;color:#000;font-weight:bold;text-align:right;padding:0 5px 0 0;float:left;}
.col_right{width:200px;float:left;}
.inputbox{border:1px solid #63F; width:190px; outline:none;}
.submitButton{width:90px; height:42px; background:url(login.png) no-repeat;outline:none; border:none;cursor:pointer;}
.height10{clear:both;height:10px;}