html, body {
	width: 100%; 
	height: 100%;
	}
	
body {
	font-size: 80%; font-family: tahoma, arial, sans-serif;	color: #999;
	margin: 0; padding: 0;
	background: #505050;
	text-align: center;
	}
	
.clear {clear: both; line-height: 1px; height: 1px;}	

img {	
	border: none;
	}
table, table table, table table table, table table table table, table table table table table {
	font-size: 100%;
	}	

/*------------------------ Structure ------------------------*/
#holder {
	margin: 0 !important; padding: 0;
	background: url(../_img/bg.png) top repeat-x;	
	text-align: center;
	min-height: 100%;
	width: 100%;
	}	
#inner {
	margin: 0 auto; padding: 0;
	text-align: left;
/*	min-height: 100%;*/
	width: 853px;
	overflow: auto;
	}		
* html #holder { 
     height: 100%; 
     }	
.top {
	height:75px;
	margin: 70px 0 0 0; padding: 0;
	background: url(../_img/top.jpg) top no-repeat;	
} 	
.top img {
	padding: 0; margin: 14px 0 0 27px;
}
.content {
	background-color: #333;
	color: #fff;
	float: left;
	width: 436px;
	height: 333px;
	overflow: auto;
	margin: 0; padding: 10px 20px 20px 27px;
}
.content h1 {
	font: 1.7em tahoma, Arial, Helvetica, sans-serif;
}
.content {
scrollbar-face-color : #333;
scrollbar-highlight-color : #217B7B;
scrollbar-3dlight-color : #217B7B;
scrollbar-darkshadow-color : #217B7B;
scrollbar-arrow-color : #217B7B;
scrollbar-shadow-color : #217B7B;
scrollbar-track-color: #333
} 
.right {
	width: 370px;
	float:left;
	height: 363px;
}
#nav {
	background: url(../_img/bot.jpg) top no-repeat;
	height: 105px;
}

/* -------------------- Nav -------------------- */
#nav ul {
	margin: 0; padding: 40px 0 0 25px;
	list-style-type: none;
	height: auto !important; 
	height: 32px; 
	min-height: 32px;
	}
#nav ul li {
	display:block;
	float: left;
	color: #fff;
	font: 1.2em tahoma, sans-serif;
	padding: 0 7px 0 0; margin: 0;
	}
#nav ul li.last {
	background: none;
	}
#nav ul li a {
	 display: block;
     text-decoration: none;
	 margin: 0; padding: 4px 5px 10px 12px;
   	 color:	#fff;
}
#nav ul li.first {
	background: url(../_img/nav-brd.jpg) top left no-repeat;
	margin: 0; padding: 12px 0 10px 0;
	width: 1px;
	height: 10px;
	}
#nav ul li a:hover{
	 background: url(../_img/bg-nav-act.jpg) top left repeat-x;
	 color: #B9EEEA;
}	
#nav ul li.act{
	 background: url(../_img/nav-act-r.gif) top right no-repeat;
	 color: #fff;
}	
#nav ul li.act a {
	 background: url(../_img/nav-act.gif) top left no-repeat;
	 color: #fff;
}	
.pow {
	color: #a1a1a1;
	padding: 10px 0 0 25px;
}
.pow a {
	color: #a1a1a1;
}
.pow a:hover {
	color: #bbb;
}

/*----------------------------- p.fline -------------------------------*/
p.fline {
	padding: 8px 5px;
	width: 400px;
	clear: both;
    margin:3px 0;
    }          
p.fline span.input  {
	float: left;
	margin: 0 0 0 10px; padding: 0;
	width: 200px;
	}
p.fline span.input-index  {
	float: left;
	margin: 0 0 0 10px; padding: 0;
	width: 200px;
	}
p.fline input {
	float: left;
	margin: 0; padding: 0;
	width: 200px;
	}
p.fline label {
	float: left;
	width: 140px;
    }
p.fline span.post-sign {
	width: 200px !important;
	}
p.fline .small-sign {
	margin: 0; padding: 0;
	float: left;
	}
p.fline select {
	float: left;
	margin: 0 0 0 10px; padding: 0;
	width: 206px;
	}
p.fline textarea {
	float: left;
	margin: 0 0 0 10px; padding: 0;
	width: 200px;
	}
p.fline select.multi {
	width: 296px;
	height: 100px
	}
p.flinebox{overflow:hidden;width:400px;padding: 8px 5px;position:relative;clear:both;}

.radioBox{background:#f2f2f2;width:400px;padding: 0px 5px;overflow:hidden;}
.formbut{clear:both;}
.note {
	color: #f00;
}
.but {
	border: 1px solid #227D7E;
	background-color: #227D7E;
	color: #fff;
}
/* ---------------------------- General ------------------------ */
a {
	color: #f1f1f1;
}
a:hover {
	color: #fff;
}
