input, textarea {
	border: 1px solid #B0B0B0;
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	color: #B0B0B0;
	background-color: #FFFFFF;
}

.runningtext {
	font-family: Verdana, Helvetica;
	font-size: 8pt;
}

.midgrey {
	color: #B0B0B0;
}

.spanmid {
	width: 530px;
}

/*Module specific*/

.GUESTBOOK_message_title_input {
	width: 316px;
}

.GUESTBOOK_message_text_input {
	width: 316px;
	height: 130px;
}

GUESTBOOK_messagetitle {
	font-style: italic;
}

.REGISTER_input {
	width: 200px;
}

.blocktext {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	//color: #ad9c94;
	color: #555555;
}

.loggedinboxtext {

	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #000000;

}

.statictext {
	margin: 10px;
}

.isread {
	color: #000000;
}

.midtable {
	width: 594px;
	border-width: 1px;
	border-style: solid;
	border-color: #ededed;
	border-collapse: collapse;
}

.midtd {
	padding: 5px;
	border-width: 1px;
	padding: 1px;
	border-color: #ededed;
	cursor: pointer;
}

.lighttr{
	background-color: #FFFFFF;
}

.darktr{
	background-color: #f6f6f6;
}

a {
	text-decoration: none;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	//color: #998982;
	color: #555555;
}

.browninput {
	background-color: #ad9c93;
	color: #FFFFFF;
	border: none;
}

.brownsubmit {
	border: none;
	color: #ad9c93;
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.whiteinput {
        background-color: #FFFFFF;
	color: #ad9c93;
	border: none;
	overflow: hidden;
}

.whitesubmit {
	background-color: #e0d5e0;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.article_title {
	font-family: 'Verdana';
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.menutext {

	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;

}



