body {
    background-color:#001299;
}

#header {
	height:88px;
    width:100%;
    background:url(/img/cbens/title_bg.gif) repeat-x;
    display:inline;
}

#header .logo {
	width:600px;
    float:left;
}

#header .space {
	width:100px;
	float:left;
}

#header .right {
	width:340px;
	float:right;
}

#padding {
    width:100%;
	height:60px;
	background-color:#0849a5;
}

#content {
	width:100%;
	height:10%;
	background-color:#0849a5;
}

#login {
	width:371px;
	height:198px;
	background:url(/img/cbens/login_bg.gif) #f8ddcc no-repeat center;
	background-position:50% 50%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#login .text {
	width:80px;
	height:48px;
	font: bold 14px ;
	color: #ffffff;
	position: relative;
	left: 73px;
	bottom : -69px;
    float:left;
}

#login .form {
	height:48px;
	position: relative;
	bottom : -65px;
	left: 73px;
}

#login .btn {
	width:371px;
	height:48px;
	position: relative;
	bottom : -63px;
    text-align:center;
}

#login .login_input {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #4682DF;
	height: 18px;
	text-align:left;
	width:150px;
}

#main {
	width:776px;
	height:200px;
	padding:35px;
	padding-left:40px;
	border:3px solid #608ACB;
	background-color:#ffffff;
}

#footer_bg {
	width:100%;
	height:104px;
	background:url(/img/cbens/footer_bg.gif) #001299 repeat-x;
}

#footer_line {
    width:100%;
	height:2px;
	background-color:#2161bd;
}

#footer_line .left_line {
	width:312px;
	height:2px;
	float:left;
}

#footer_line .right_line {
	width:312px;
	height:2px;
	float:right;
}

