body {
   font-family : Arial, 'Sans Serif', Verdana;
   font-size : 14px;
   margin : 0px;
   padding: 0px;
   color:#fff;
   background: #000;
}

.clear {
   clear: both; 
}

.separe {
	height: 3px;
}

.foot {
	height: 10px;
}

#container {
   margin : 0 auto;
   display : block;
   width : 950px;
   background: url('../../redata/images/bg_main.png') no-repeat;
   min-height: 103px;
}

#topleft {
	float: left;
	height: 100px;
	width: 222px;
	background: url('../../redata/images/tab_top_left.png') no-repeat;
}

#topright {
	float: right;
	height: 100px;
	width: 221px;
	background: url('../../redata/images/tab_top_right.png') no-repeat;
}

#logo {
	float: left;
	width: 378px;
	height: 103px;
	z-index: 100;
	position: relative;
	top: 4px;
	margin-left: 40px;
}

#mainbox {
	float: left;
	width: 946px;
	border: 2px solid #666;
	min-height: 150px;
}

#contentbox {
	float: left;
	min-height: 150px;
	width: 936px;
	margin: 5px;
}

.barcontent fieldset {
	width: 160px;
	float: left;
	border: 1px solid #ff8c00;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.barcontent legend {
	margin-left: 10px;
}

.barcontent input {
	border: 1px solid #ccc;
	width: 95%;
}

.barcontent input[type="submit"] {
	background-color: #121212;
	border: 1px solid #ff8c00;
	color: #fff;
	margin-left: 1px;
	margin-top: 5px;
}

#pager {
	float: right;
	font-size: 12px;
	padding: 10px 5px;
}

#pager a {
	color: #ff8c00;
	text-decoration: none;
}

#pager a:hover {
	text-decoration: underline;
}