#header_container {
	width: 940px;
	height: 237px;
	margin: auto auto;
	margin-top: 85px;
}

.header_container {
	background: url(../../../images/SimBlue/header_container.png) no-repeat;
	width: 940px;
	height: 237px;
	margin: auto auto;
}

.searchbox {
	background: url(../../../images/SimBlue/search.png) no-repeat;
	border: 0;
	float: right;
        color: #6a6a6a;
        font-family: Arial;
	font-size: 12px;
	padding-right: 9px;
        padding-left: 15px;
        width: 178px;
        margin-top: -64px;
        margin-right: 20px;
        height: 43px;
}

.go {
	background: url(../../../images/SimBlue/go.png) no-repeat;
	border: 0;
	float: right;
	width: 44px;
        margin-top: -64px;
        height: 43px;
        cursor: pointer;
        z-index: 1;
}

.logo {
	margin-top:-10px;
        _margin-top: -100px;
}

.bbname {
	float: left;
        padding-top: 20px;
        padding-left: 15px;
	color: #898989;
	text-decoration: none;
	text-shadow: 1px -1px 0px #fafafa;
}

.bbname a:link {
	color: #898989;
        text-decoration: none;
        text-shadow: 1px -1px 0px #fafafa;
}

.bbname a:visited, .bbname a:active {
	color: #898989;
	text-decoration: none;
	text-shadow: 1px -1px 0px #fafafa;
}

.bbname a:hover {
	color: #157098;
	text-decoration: none;
	text-shadow: 1px -1px 0px #fafafa;
}

.lost_register {
        float: right;
        padding-right: 10px;
        font-size: 14px;
        font-family: Arial;
        color: #0081ba;
}

.lost_register a:link {
        color: #0081ba;
        text-decoration: none;
}

.lost_register a:hover {
        color: #0081ba;
        text-decoration: underline;
}

.login {
	float: left;
}

.login_button {
	background: url(../../../images/SimBlue/login_button.png) no-repeat;
        width: 20px;
        height: 16px;
        border: 0px;
        padding-top: 0px;
        cursor: pointer;
}

.login_input {
	background: url(../../../images/SimBlue/inputbox.png) no-repeat;
        width: 209px;
        height: 32px;
        border: 0px;
        padding-left: 10px;
        color: #b5b5b5;
}

.login_icon {
	background: url(../../../images/SimBlue/login_icon.png) no-repeat;
        width: 32px;
        height: 32px;
        float: left;
        margin-left: 10px;
        padding-right: 10px;
}

.textbox {
        background: #cecece;
        border: 1px solid #c2c2c2;
}

input[type="button"], .button {
        background: url(../../../images/SimBlue/thead.png) repeat-x;
        border: 1px solid #147199;
        color: #71c2e2;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 3px 7px;
        text-shadow: 0px -1px 0px #147199;
        cursor: pointer;
}
		
