a:active, a:focus {
	outline: none;
	hide-focus: expression(this.hideFocus=true);
}
a {
	color: #576C7F;
	text-decoration : none;
}
a:hover {
	color: #576C7F;
	text-decoration: underline;
}


#post_bottom a {
	color: red;
	border-bottom-style: dashed;
	border-width: 1px
}
#post_bottom a:hover {
	color: #000;
	background: yellow;
}
#forum th {
	color: #576C7F;
	background-color: #B6B7DA;
}
img {
	 border: 0;
}
table {
	font-size: 12px;
	background: #ccc;
	margin-top: 1px;
	margin-bottom: 1px;
}
th {
	background: #fff;
	color: #666;
	padding: 5px;
}
td {
	background: #fff;
	padding: 2px;
}
td.forum_1 {
	background: #F4EAD7;
}
td.forum_2 {
	background: #F3FAE1;
	padding: 5px;
}
hr {
	display: block;
	height: 1px;
	background: #3e6d91;
}
div.description {
	width: 98%;
	font-size: 12px; 
	border: 2px solid #7c7b7d; 
	padding: 5px;
	background: #fff;
	border-width: 1px;
}
div.quote {
	width: 98%;
	font-size: 12px; 
	border: 2px solid #7c7b7d; 
	padding: 5px;
	background: #fff;
	border-width: 1px;
}
div.mycode {
	width: 98%;
	font-size: 12px; 
	border: 2px solid #7c7b7d; 
	padding: 5px;
	background: #fff;
	border-width: 1px;
}
form {
	display: inline;
}
input, textarea, select {
	font-size: 12px;
	margin-top: 3px;
}
