.header {
}
.header_account_type {
 overflow:hidden;
 letter-spacing:1px;
}
.header_banner {
 clear:both;
 height: 60px;
 padding: 10px;
 width:930px;
 background-color: #F7F7F7;
 border: 1px dashed #BBBBBB;
 margin-bottom:20px;
}
.header_banner_quote {
 width: 100%;
 height:100%;
 text-align: center;
 font-size: 1.8em;
 margin-top:15px;
}
.header_button {
 float: right;
 margin-left:8px;
}
.header_dropdown {
 position: absolute;
 display:none;
 top: 20px;
 line-height:1.5em;
 clear:right;
 right: 0px;
 float:right;
 color: #9C1010;
 background: -moz-linear-gradient(
                top center,
                rgb(255,255,255),
                rgb(227,227,227)
 );
 background: -webkit-gradient(
                linear,
                left bottom,
                left top,
                from(rgb(255,255,255)),
                to(rgb(227,227,227))
 );
 z-index: 1000;
 font-size: 1.3em;
 padding-left:10px;
 padding-right:10px;
 padding-top:10px;
 padding-bottom:5px;
 border-left: 1px solid #BBBBBB;
 border-bottom: 1px solid #BBBBBB;
 border-right: 1px solid #BBBBBB;
 background-color: #E7E7E7;
 min-width: 140px;
}
.header_dropdown_container {
    float: right;
    position: relative;
    top: 3px;
    width: 200px;
}
.header_dropdown_option {
 cursor:pointer;
 padding-top:5px;
}
.header_dropdown_option:hover {
 font-weight: bold;
}
.header_login {
 position: relative;
 float: right;
 width:200px;
 top: 2px;
}
.header_logo {
 float:left;
}
.header_username {
 cursor:pointer;
 font-size: 1.2em;
 font-weight: bold;
 float:right;
 padding-right:4px;
}

