div.lheadlist{
	float: left;
	width: 558px;
	height: 31px;
	background-repeat: no-repeat;
	background-image:url(../images/linkhead.jpg);
	background-position: 10px 3px;
	border-bottom: 1px solid #cfcfcf;
	
}
.ok_msg{
	color: #1c259b;
	float: left;
	width: 520px;
	margin: 10px 5px 0px 7px;
	border: 1px solid #1c259b;
	background-color: #dfe0ef;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
.err_msg{
	color: #ff001e;
	background-color: #f4d0d4;
	float: left;
	width: 520px;
	margin: 10px 5px 0px 7px;
	border: 1px solid #ff001e;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}
.fitem{
	float: left;
	width: 320px; 
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 10px 5px 40px; 
	text-align: left;
	
}
.fitem label{
	width: 100px;
	float: left;	
}
#forumcontent{
	
	background-color: #ffffff;
	float: left;
	width: 927px;	
	text-align: left;
	margin-left: 2px;
}
textarea.forum{
	background-color: #7f7f7f;
	border: none;
	color: white;
	width: 253px;
	height: 50px;
	margin: 0px 0px 0px 10px;
}	
textarea.forum_post{
	background-color: #7f7f7f;
	border: none;
	color: white;
	width: 500px;
	height: 150px;
	margin: 0px 0px 0px 10px;
}
/*FORUM*/
.navbar{
	font-size: 12px;
	padding: 10px 0px 20px 20px;
	font-weight: bold;	
}
.navbar a{
	color: #820a0a;
	font-weight: bold;	
	text-decoration: underline;
}
.forum{
	width: 914px;
	float: left;
	margin-left: 10px;
	background-color: #ffffff;
}
.forum a{
	color: #820a0a;
	font-weight: bold;	
	text-decoration: underline;
}
.forum th{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #820a0a;
	border-style: solid;
	border-color: #a0a0a0;
	border-width: 0px 0px 1px 0px;
	padding: 0px 5px 5px 5px;
	
}
th.b-right{
	border-width: 0px 1px 1px 0px;
	color: #820a0a;
}
.forum td{
	font-family: Arial;
	font-size: 12px;
	color: #101010;
	border-bottom: 1px solid #a0a0a0;

	border-style: solid;
	border-color: #a0a0a0;
	border-width: 0px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
}
td.b-right{
	border-width: 0px 1px 1px 0px;
	color: #101010;
}

table.posts{
	width: 95%;
	float: left;
	margin-left: 20px;
}
.posts th{
	background-color: #e5e5e5;
	color: red;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #820a0a;
	height: 40px;
	padding: 5px 5px 5px 5px;
}
.post-left{
	background-color: #e5e5e5;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #820a0a;
	width: 150px;
}
.post-left span{
	color: #820a0a;
	font-weight: bold;
	font-size: 13px;
}
.post-right{
	padding: 5px 5px 5px 5px;
	border-right: 0px solid #4b4b4b;
	vertical-align: top;
	font-size: 12px;
}
p.title{
	vertical-align: top;
	color: #820a0a;
	font-weight: bold;
	font-size: 14px;	
	font-family: Arial;
	border-bottom: 1px solid #a0a0a0;
	height: 20px;
	margin-top: 0px;
}
blockquote{
	font-style: italic;
}
blockquote p:before { content: "\201C"; font-weight: bold; color: white;}
blockquote p:after { content: "\201D"; font-weight: bold; color: white;} 

.form_item{
	float: left; 
	margin-left: 20px;
	width: 100%;
	font-size: 12px;
}
.form-label{
	padding-top: 10px;
	padding-bottom: 4px;
}