p {
  margin: 0;
}

.content_forum_text_gre {
  color: green;
}

.error {
  color: red;
}

input, select, textarea {
  color: black;
  font-family: "Verdana",sans-serif;
  font-size: 10px;
}

input.button, input.image {
  cursor: pointer;
}

option.active {
  background-color:#EAE8E4;
}

.content_forum_text {
  background: white;
}

.content_forum_texteditor	{
	background-color: #E5E3DF; font-size: 11px; color:#000000; font-family: arial;
}

.layermenu {
	background-color: #EAE8E4;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
}

.layermenu td {
	font-size: 11px;
}

.layermenu a {
	color: black;
	text-decoration: none;
}

.layermenuseparator {
	background-color: #666666;
}

