Body {
    background-color: #E7E7E7;
    background-image: url(../images/login-bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
#logincontainer {
    width: 379px;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url(../images/logbox-bg.gif);
    background-repeat: repeat-y;
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #575757;
}
#logintop {
    height: 13px;
    background-image: url(../images/logbox-top.gif);
    background-repeat: no-repeat;
    background-color: #405FA0;
}
#loginfooter {
    background-image: url(../images/logbox-bot.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height:180px;
    overflow:hidden;
    height:expression(
    this.scrollHeight < 180? "180px" : "auto" );
    padding: 0px 15px 15px;
}
#loginfooter div {
    width: 100%;
    padding: 60px 0 0 0;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}
/* End hide from IE-mac */

/*	-------------------------------------------------------------
	Forms
*/


#logincontainer fieldset {
    border: none;
    margin: 0px auto;
    padding: 15px 0px 0px;
    width: 300px;
}

#logincontainer fieldset input.button {
    border: 1px solid #BFBFBF;
    color: #545454;
    font: 11px Arial,Helvetica,sans-serif;
    margin-bottom: 4px;
    text-align: center;
    background-color: #E7E7E7;
    height:19px;
    margin-left: 70px;
}

#logincontainer fieldset input.button:hover{
    background-color: #FFFFFF;
}

#logincontainer fieldset input.text{
    border: 1px solid #D8D8D8;
    color: #3B3B3B;
    margin-bottom: 3px;
    width: 170px;
    background-color: #F5F5F5;
    font-size: 12px;
    padding: 3px;
}

#logincontainer fieldset input.text:focus{
    background-color: #F9F9F9;
    border: 1px solid #BBBBBB;
    font-size: 12px;
    color: #060606;
}

#logincontainer fieldset label{
    color: #787878;
    float: left;
    width: 70px;
    padding-top: 5px;
}