
html{color:#555555;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%;}
html, body{width:100%;height:100%;font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;}

a:focus, a:focus img {
    outline: #000 0px none;
}

a  {    
    font-weight:normal;    
}

.page_title {
    font-size: 16px;
    color: #043763;
}

.page_sub_title {
    font-size: 13px;
    color: #043763;
}

input, button, textarea, select, optgroup, option {
    font-size: 12px;
    color: #555555;
}

label {
    font-size: 11px;
}

.italic {
    color:#808080;
    font-style:italic;
    font-weight: normal;
}

.clear {
    clear: both;
}


#wrapper {
    background: #2f456d url('/static/images/prelogin/bground_page.jpg') repeat-x scroll top center;
    /*    min-height: 100%;*/
    height: auto !important;
/*        height: 100%;*/
    margin: 0 auto -275px;
    min-height: 100%;
}

.push {  
    height: 275px;
    clear: both;
}
.bottomSeperator {
    height: 24px;
    clear: both;
     background:  url("/static/images/prelogin/bg-shade-bottom.png") repeat-x top center transparent;
}

.rollover {
    cursor: pointer;
}

.bottom_arrow {
    border-color: #f2f2f3 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0px;
    float: left;
    height: 0px;
    margin: 0px 10px;
    width: 0px;
    margin-top: 4px
}
#footer{
    background: none repeat scroll 0 0 #0F1D37;    
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    height: 210px;

}

input:focus{
    outline:none;
}
