#linkback  {
margin-top: 15px;

}

#linkback a:link, #linkback a:visited {
    font-size: 11px;
    color: gray;
    text-decoration: none;
    font-weight: 300;

}

#linkback a:hover {
    color: #3D6A94;
    text-decoration: none;
    font-weight: 300;
}

#linkback h1 {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
    margin: 20px;
    font-size: 12px;
    background-color: #a2a3a5;
}

div {
    text-align: center;
    color: #001F5F;
}

h3.error {
    position: absolute;
    top:-5px;
    left:0px;
    display: block;
    padding: 5px;
    background-color: maroon;
    border: thin solid red;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 14px;

}


input.text {
    border: 1px solid #ccc;
    width: 175px;
    background-color: #DBE0F0;
    margin-left: -27px;
}

div#submitDiv {
   	display: none;
    position: absolute;
    text-indent: -9999px;
    top: 200px;
    height:45px;
    width: 100%;
    z-index: 99999;
    background: url(/static/images/submitting_page.gif) no-repeat center 0px;
    padding: 0px;
    margin: 0px;
}

#loginbox {
    background-image: url( /static/images/login/login_shad.png ) !important;
    background-image: url( /static/images/login/login_shad.gif );
    background-repeat: no-repeat;
    background-position: top left;
    width: 379px;
    height: 177px;
    margin: 0px auto;
    padding-top: 5px;

}

#loginbox p {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 85px;
    text-align: right;
    color: #000;
    font-weight: bold;

}

#loginbox table tr td {
    overflow:visible;
    color: #000;
    font-weight: bold;

}

#loginbox div {
    margin: 7px 0px;

}


#registerbox {
    background-repeat: no-repeat;
    background-position: top left;
    width: 450px;
    height: 177px;
    margin: 0px auto;
    padding-top: 5px;
}

#registerbox p {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    float: left;
    width: 50px;
    text-align: right;
    color: #000;
    font-weight: bold;

}

#registerbox div {
    margin: 7px 0px;

}

#registerbox input.text {
    border: 1px solid #ccc;
    width: 200px;
    background-color: #DBE0F0;
    margin-left: -27px;
}

input#login {

    border: none;

    cursor: pointer;
}

input#login:hover {

}

input#auto {
    margin: 0px 8px 0px 0px;

}

img {

}

#logintable {
    padding: 20px;

}

#stripe {
    background: #ECECEC;
    padding-top: 20px;

    background-image: url( /static/images/login/dropbottom.png ) !important;
    background-image: url( /static/images/login/dropbottom.gif );
    background-repeat: repeat-x;
    padding-bottom: 40px;
}

#main {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#bottomshadow {
    background-image: url( /static/images/login/dropbottom.png ) !important;
    background-image: url( /static/images/login/dropbottom2.gif );
    height: 20px;
    background-position: top;
    background-repeat: repeat-x;
}

#img {

}

input#login
{
   width:150px;
   height:28px;
   font-weight:bold;
   font-size:11px;
   padding-bottom:4px;
   background : url('/static/images/login/login_bg.gif') no-repeat;
}