#header {
    width: 964px;
    height: 142px;
    background-image: url(../../img/mindbubble/bg_header_out.jpg);
    background-repeat: no-repeat;
		background-position: left top;
}

#header .side_bar {
    height: 142px;
    width: 360px;
    float: right;
    background-image: url(../../img/mindbubble/bg_side_bar.png);
    background-repeat: repeat-y;
}

#header ul {
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 0;
}

#header ul li {
    display: inline;
    font-weight: 600;
    font-size: 14px;
}

#header ul li .divide {
    margin-left: 10px;
    margin-right: 10px;
    color: #6AA9AC;
}

#header ul li a:link, #header ul li a:visited {
    text-decoration: none;
    color: #557879;
}

#header ul li a:hover, #header ul li a:active {
    text-decoration: underline;
    color: #557879;
}

#header ul li a.selected:hover, #header ul li a.selected:active,
#header ul li a.selected:link, #header ul li a.selected:visited {
	color:white;	
}

#strap {
    height: 65px;
    background:url(images/bg_strap.gif) no-repeat;
    width: 604px;
    float: left;
}

a.forgot_password:link, a.forgot_password:visited {
    font-size: 10px;
    color: #557879;
    text-decoration: none;
}


a.forgot_password:hover, a.forgot_password:active {
    font-size: 10px;
    color: #557879;
    text-decoration: underline;
}

.input_text_login {
    width: 130px;
    border: 1px solid #CCCCCC;
    height: 20px;
}

#header form label {
    font-weight: 600;
    font-size: 12px;
    color: #55999B;
}

.login_field {
    width: 140px;
    float: left;
    margin-top: 5px;
}

#header form {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 40px;
}

#header form label {
    font-weight: 600;
    font-size: 12px;
    color: #55999B;
}

.input_submit_login {
    margin-top: 18px;
		margin-right: 10px;
		float: right;
}