html {
		height: 100%;
}
body {
        margin: 0px;
        padding: 0px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        background-color: #575757;
}

#login_box {
        width: 450px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFFFFF;
        padding-right: 20px;
        padding-left: 20px;
        border: 5px solid #CCCCCC;
        padding-top: 10px;
        margin-top: 30px;
        padding-bottom: 10px;
        height:390px;
}
ul {
        margin-top: 20px;
}
#support {
        width: 500px;
        margin-right: auto;
        margin-left: auto;
        text-align: right;
        margin-top: 10px;
}
#support a {
        color: #FFFFFF;
}
h1 {
        margin: 0px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 30px;
        color: #666666;
}
h2 {
        font-weight: normal;
        font-size: 16px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
        margin-top: -7px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #999999;
}
input[type="text"],input[type="password"] {
        font-size: 23px;
        width: 350px;
        padding: 4px;
        background-color: #F4F4F4;
        border: 1px solid #CCCCCC;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.captcha {
        width: 108px !important;
        margin-top: 12px;
        margin-left: 7px;
}

#captcha_img{
        display:block;
        float:left;
        padding:0px;
}

.login_button{
        display: block;
        margin-top: 35px;

}
.forgot {
        display: inline;
        /*margin-left: 80px;*/
}

#logo {
        color: #FFFFFF;
        padding-top: 15px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        margin-right:10px; 
        font-weight: bold;        
}

input[type="submit"] {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        width: 120px;
}
form {
        margin: 0px;
        padding: 0px;
}
li {
        list-style-type: none;
        margin-bottom: 15px;
}
li span {
        display: block;
}
.hover {
        background-color: #FFFFCC !important;
}
p.c2 {
		text-align: center
}
 img.c1 {
 		border-style:none; margin:0; vertical-align:bottom;
}
