body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE;
	background-color:#000;
}
img {
	border:0px;
}
h1{
	font-size:12px;
	color:orange;
}
h2{
	font-size:12px;
	color:orange;
	font-weight:normal;
	margin:0px;
}
a:link {
	color: orange;
	text-decoration: none;
}
a:visited {
	color: orange;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
a:active {
	color: orange;
	text-decoration: none;
}

#main_wrapper {
	width:856px;
	background-color:#333;
	margin:0 auto;
}

#header {
	background:#000 url(images/header.gif) top left no-repeat;
	height: 144px;
	border-bottom:5px solid orange;
}

#left_menu dl {
	margin: 0 auto; 
	padding: 0 0 0 0; 
	/*background: #DDDDDD url(bottom.gif) no-repeat bottom left;*/
}
#left_menu dt {
	margin:0; 
	/*padding: 10px 10px 10px 10px; */
	/*font-size: 1.2em;
	font-weight:bold; 
	color: #fff; */
	/*border-bottom:1px solid #fff;*/
	/*background: #DDDDDD url(top.gif) no-repeat top left;*/
	font-weight:bold;
	padding:5px 10px;
	background-color:orange;
	background:orange url(images/tblhead.gif) top left repeat-x;	
}
#left_menu dd {
	margin:0; 
	padding:0px;
	color: #fff; 
	/*border-bottom:1px solid #fff;*/
	/*background: #999999;*/
}
.lmnu a, .lmnu a:visited {
	color:#666; 
	text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #444;
}
.lmnu a:hover {
	color: #999; 
	border-bottom:1px solid #555;

}

#mid_content {
	float:left;
	padding: 5px;
	width:474px;
	margin-left:10px;
}
#left_content {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 175px;
	/*background-color: #DDDDDD;*/
	/*padding: 2px 2px 2px 2px;*/
	padding:1px;

}
#right_content {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 175px;
	/*background-color: #DDDDDD;*/
	/*padding: 2px 2px 2px 2px;*/
	padding:1px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#footer {
	clear: both;
	text-align: center;
	border-top:5px solid orange;
	background:#000 url(images/footer.gif) bottom left no-repeat;
	color:orange;
	height:60px;
	padding-top:5px;
	padding-bottom:5px;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.proxies_list_holder {
	margin-bottom:10px;
	border:1px solid orange;
	padding:1px;
}

.proxies_list_header {
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	padding:5px;
	font-weight:bold;
	background:orange url(images/tblhead.gif) top left repeat-x;	
}
.proxies_list_set {
	border-bottom:1px solid #CCC;
}
.proxies_list_title {
	border-bottom:1px dashed #555;
	padding:5px;
}
.featured{
	border-bottom:1px solid #555;
}	
.featured h2{
	color: #FFF;
}
.featured a{
	color: #39F;
	font-weight: bold;	
}
.proxies_list_content {
	margin-bottom:5px;
	padding:5px;
}


.pagination {
	padding:5px;
	float:left;
	background-color:#111111;

}
.pagination_item {
	padding:2px;
	background-color:#222222;
}
.pagination_item:hover {
	/*background:#222 url(images/btn.gif) top left repeat-x;*/
}

.subscribe {
	margin:10px;
}
/*
#subscribe .title {
	font-weight:bold;
	padding:5px 10px;
	background-color:orange;
	background:orange url(images/tblhead.gif) top left repeat-x;
}
*/
/*
.title {
	font-weight:bold;
	padding:5px 10px;
	background-color:orange;
	background:orange url(images/tblhead.gif) top left repeat-x;
}

#subscribe .content {
	border-top:1px solid #444444;
	padding:10px;
}
*/

/* redirect page */
#go_wrapper	{
	
}
#go_ads {
	border-bottom:5px solid orange;
	text-align:center;
	padding:10px;
}
#go_loading {
	margin-top:120px;
	text-align:center;
	/*padding:60px;*/
}
#go_link {
	text-align:center;
	padding:10px;
	font-weight:bold;
}

input, select, button {
	background-color:#999999;
	border:2px solid #333;
	padding:2px 4px;
	margin:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
button {
	color: #3399FF;
	background:orange url(images/tblhead.gif) bottom left repeat-x;
	font-weight:bold;

}
button:hover {
	color: #FFFFFF;
	background:orange url(images/tblhead.gif) top left repeat-x;
}
legend {
	font-weight:bold;
	color:#3366FF;
}
fieldset {
	border:1px solid orange;
}

.tableless_form fieldset {
	padding: 10px;
	margin-right:20px;
}
.tableless_form label, .tableless_form input, .tableless_form textarea, .tableless_form select{
	display: block;
	float: left;
	margin-bottom: 5px;
}

.tableless_form label {
	text-align: right;
	width: 200px;
	padding-right: 10px;
	height:25px;
	line-height:25px;
}
.tableless_form br {
	clear: left;
}