*{margin:0;padding:0;}
html {
    background: #72C6E8 url(images/big.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
body {
    text-align: center;
    font: 12px 'Lucida Grande',lucida,helvetica,arial,sans-serif;
    color: #333333;
    padding: 0px;
    margin: 0 auto;
    width: 840px;
}
h2 {
    font: bold 24px helvetica, arial, sans-serif;
    color: #fff;
    display: inline;
    margin-left: 10px;
    font-size: 16px;
}
.login {
    width: 410px;
    margin-top: 10%;
}
#wrapper {
    width: 470px;
    padding: 0 20px 0 20px;
    margin-left: -35px;
}
#content {
    width: 470px;
    background-color: #fff;
    text-align: left;
}
#header {
    width: 450px;
    height: 40px;
    background: #222;
    padding: 10px 10px 15px 10px;
    border-bottom: #b2ccd0 solid 1px;
}
#darkbanner {
    margin: 20px 0 0 -18px;
    padding: 8px 10px 10px 40px;
    background: #424242;
    position: relative;
}
.banner320 {
    width: 230px;
}
#darkbannerwrap {
    background: url(images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -18px;
    position: relative;
}
.login fieldset {
    width: 430px;
    border: 0;
    margin: 0px;
    display: block;
    margin-top: -30px;
    background-color: #fff;
    padding: 20px;
}
.login fieldset p {
    color: #333333;
}
.login .loginlabel {
    float: left;
    text-align: right;
    width: 70px;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 7px;
}
.login .logininput {
    height: 20px;
    width: 280px;
    _width: 237px;
    margin-bottom: 15px;
    padding: 3px;
    font: 16px 'Lucida Grande', arial, sans-serif;
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
    border-radius: 6px;
}
.ui-widget-content {
    border: 1px solid #d9d6c4;
    background: #ffffff url(images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat;
    color: #1f1f1f;
}
.login fieldset p {
    color: #333333;
}
.login .loginlabel {
    float: left;
    text-align: right;
    width: 70px;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 7px;
}
.form button[type] {
    padding: 5px 10px 5px 7px;
    line-height: 17px;
}
.form button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
}
.form button {
    display: block;
    float: left;
    margin: 0 7px 0 160px;
    background-color: #619F18;
    border: 1px solid #73b35a;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #FAFBF7;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
    _margin-left: 82px;
    height: 28px;
}
.form button img, .buttons a img {
    margin: 0 6px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    text-decoration: none;
}
.login #wrapperbottom_branding {
    width: 470px;
    padding: 0 20px 0 20px;
    margin-left: -35px;
}
.login #wrapperbottom_branding_text {
    width: 470px;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 10px;
    color: #C0C0C0;
    font: 11px 'Lucida Grande', arial, sans-serif;
}
.login #wrapperbottom_branding_text a {
    color: #C0C0C0;
}
#errmsg{text-align: left; margin-left: 80px; margin-bottom: 5px; color: #BE1302;font-weight:bold;}
@media only screen and (max-width:479px)
{
	#wrapper{margin-top: 40%;}
	#header {padding-left:0}
}