﻿/*==========
	FRAME
==========*/
.panel_body{
	height:210px;
	width:100%;
	color:#E1E1E1;
	text-align:justify;
}

.panel_container{
	width:100%;
	height:286px;
	background:transparent url('/images/panel/bg.png') repeat-x top left;
	position:absolute;
	top:-250px;
	left:0px;
	z-index:9000;
}

.panel_main{
	height:214px;
	width:965px;
	margin:0px auto;
	padding:20px 0px;
	cursor:default;
}

.panel_title{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.panel_body input[type='text']{
	border:1px #7391AA solid; 
	background: #12191F url('/images/panel/input_light.png') no-repeat center center; 
	height:20px;
	color:#FFFFFF;
	margin:0px;
	padding:0px 5px;
	line-height:20px;
}

.panel_link{
	color:#71A0D5;
	text-decoration:underline;
	cursor:pointer;
}

.panel_link:hover{
	color:#9DBFE1;
}

/*FOOTER*/
.panel_footer{
	height:32px;
	width:100%;
	background:transparent url('/images/panel/footer_bg.png') repeat-x top left;
}

.panel_footer_container{
	height:32px;
	width:965px;
	margin:0px auto;
}

.panel_footer_btn{
	float:right;
}

.panel_footer_btn_left{
	float:left;
	width:10px;
	height:32px;
	background:transparent url('/images/panel/footer_btn_left.png') no-repeat top left;
}

.panel_footer_btn_right{
	float:right;
	width:10px;
	height:32px;
	background:transparent url('/images/panel/footer_btn_right.png') no-repeat top left;
}

.panel_footer_btn_bg{
	height:26px;
	background:transparent url('/images/panel/footer_btn_bg.png') repeat-x top left;
	margin:0px 10px;
	padding:3px 6px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.panel_username{
	float:left;
	border-right:1px #060D15 solid;
	padding-right:6px;
}

.panel_footer_btn_action{
	float:right;
	cursor:pointer;
	color:#E2E2E2;
	border-left:1px #264F80 solid;
	padding-left:6px;
}

.panel_footer_btn_image{
	vertical-align:top;
	margin-right:5px;
}
/*============
	LOGIN
============*/

.login_section{
	width:270px;
	height:210px;
	padding:0px 20px;
}

.login_right{
	float:right;
	border-left:1px #264F80 solid;
}

.login_left{
	float:left;
	border-right:1px #060D15 solid;
}

.login_section_middle{
	height:210px; 
	margin:0px 311px 0px 311px;
	border-left:1px #264F80 solid;
	border-right:1px #060D15 solid;
}

.login_section_middle > div{
	width:300px;
	padding:0px 20px;
	height:100%;
}
