body{
	margin:0;padding:0;
	background:#000;
}
#header{
	width:100%;
	height:70px;
	background:url(../img/bg_header.png) 0 0 repeat-x;
}
#header div.lft{
	width:25%;
	height:70px;
	background:url(../img/cp_logo.png) 20px 20px no-repeat;
	float:left;display:inline;
}
#header div.rt{
	width:70%;
	height:70px;
	text-align:right;
	float:left;display:inline;
}
#header div.rt table{
	width:600px;
	height:50px;
	margin:10px 0 10px 0;
	float:right;
}
#header div.rt table td{
	height:40px;line-height:20px;
	font-size:16px;
	color:#fff;
}
#header div.rt table td input.txt{
	width:300px;
	height:30px;line-height:30px;
	-moz-border-radius:5px;      /* Gecko browsers */
    -webkit-border-radius:5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    background:#fff;
    border:none;
}
#header div.rt table td input.btn{
	width:60px;
	height:30px;line-height:30px;
	-moz-border-radius:5px;      /* Gecko browsers */
    -webkit-border-radius:5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    background:#9D9D9D;
    border:none;
}
#lftFrame{
	width:18%;
	margin:0;padding:0;
	float:left;display:inline;
}
#rtFrame{
	width:81%;
	margin:0;padding:0;
	float:left;display:inline;
	border-left:1px solid #eee;
}