html {
    color:#000;
    background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style:inherit;
    font-weight:inherit;
}

del,ins {
    text-decoration:none;
}

li {
    list-style:none;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym {
    border:0;
    font-variant:normal;
}

sup {
    vertical-align:baseline;
}

sub {
    vertical-align:baseline;
}

legend {
    color:#000;
}

input,button,textarea,select,optgroup,option {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}

input,button,textarea,select {
    font-size:100%;
}

select,input,button,textarea,button {
    font:99% verdana, arial,helvetica,clean,sans-serif;
}

table {
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt {
    font-family:monospace;
    font-size:108%;
    line-height:100%;
}

body {
	font:11px/1.231 verdana, arial;
    text-align:center;
}
#fmLogIn table{font:11px verdana, arial;}
#header{
    width:100%;
    height:82px;
    position:absolute;
    top:0;
    left:0;
    border-bottom:1px solid #6e8cd7;
}

#header .logo-banner{
    width:955px;
    margin:0 auto;
    height:82px;
}

#header .logo-banner a.logo-product{
    display:block;
    float:left;
    height:82px;
    width:360px;
    background:url(../images/logo_marketplace.png) no-repeat left 23px;
}

#header .logo-banner a.logo-site{
    display:block;
    float:right;
    height:82px;
    width:180px;
    background:url(../images/logo-site.png) no-repeat right 18px;
}

#loginForm{
    width:955px;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
}

#loginForm span {
    line-height:22px;
    color:#fff;
    font-size:14px;
}


.login-header {
    position:relative;
    z-index:1;
    background:url(../images/login-header-bg.gif) repeat 0 0;

    -moz-box-shadow: 0 5px 5px #C8C8C8; /* Firefox */
	-webkit-box-shadow: 0 5px 5px #C8C8C8; /* Safari and Chrome */
	box-shadow: 0 5px 5px #C8C8C8;
}

.login-header img {
    margin:0;
    font-size:0;
    line-height:0;
}

#loginForm .login-form {
    float:right;
    margin-left: 60px;
    height:163px;
    width:380px;
}

.login-form td {
    padding-right:3px;
    color:#fff;
    line-height: 17px !important;
    font-weight: bold !important;
}

.input-text {
    padding:3px 6px;
    background:#fff;
    border:1px solid #dcdcdc;
    width:131px;
}

.input-text input.text{
    border:0;
    background:none !important;
    height:19px;
    line-height:18px;
    outline:none;
    width: 130px;
}

.login-form input.button {
    border:0;
    background:url(../images/buttons.gif) no-repeat right -49px;
    width:62px;
    height:27px;
    cursor:pointer;
    position: relative;
    top: 8px;
}

.login-form input.btn-done{
    background-position: -110px -134px;
    width: 52px;
    height: 19px;
}

.login-form .warning {
    color:#fff;/*#f7a0ab;*/
    font-weight:bold;
    font-size:11px;
    height:20px;

    border-top: 1px solid #6e8cd7;
    margin: 10px 0;
    padding: 10px 0;
}

.login-form .warning a,
.login-form .warning a:hover {
    color:#fff;
    font-weight: normal !important;
    text-decoration:none;
}

.login-form .warning a:hover {
    text-decoration:underline;
}

.login-form .click-to {
    border-top:1px solid #6e8cd7;
    margin-top:27px;
    padding-top:11px;
}

#contentBelow{
    clear:both;
    width:955px;
    margin:0 auto;
    padding-top: 15px;
}

#contentBelow dl{
    width:175px;
    display:block;
    float:left;
    margin-left:20px;
    text-align:left;
}

#contentBelow dl dt{
    font-weight:bold;
    color:#666;
    line-height:25px;
}

#contentBelow dl dd{
    line-height:20px;
    color:#000;
}

#contentBelow dl.first{
    margin-left:0
}

#login-footer {
    margin:9px auto 0;
    /*padding-top: 67px;*/
    background: url(../images/login-footer.gif) repeat-x;
    text-align: center;
    height:317px;
}

#login-footer .container {
    /*border-top:1px solid #666;*/
    padding-top:20px;
    color:#666;
    line-height:18px;
    text-align:left;
    width:955px;
    margin: 8px auto 0;
}

#login-footer .container a,
#login-footer .container a:visited {
    color:#666;
}

#login-footer .container strong {
    font-weight:bold;
}

.hide{display:none;}
.white{color:#fff;}
.clear{clear:both;}
