/* FORM */
.form {
	text-align: left;
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	}
	
.inputfield	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #B5C6DB;
	border: 1px solid #000040;
	color: #000040;
	width: 150px;
	padding-left: 2px;
}

.inputfield.author_kin	{
	width: 200px;
}

.label {
	font-size: 10px;
}

.textarea {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.code {
	width: 50px;
	text-align: center;
}

.code_hint {
	width: 100%;
	font-size: 9px;
}

.form_button	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #B5C6DB;
	color: #000040;
	border: 1px solid #000040;
	height: 20px;
}

.warning {
	font-weight: bold;
	color: #FFA500;
	margin-bottom: 5px;
}

.message {
	margin-top: 10px;
	border-top: 1px dotted #FFFFFF;
}

.mess_head {
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold; 
}

.mess_date {
	font-size: smaller;
	margin-top: 5px;
}

a.mess_email:link { color: #713711; font-weight: bold; text-decoration: none}
a.mess_email:active { color: #255F21; text-decoration: none}
a.mess_email:visited { color: #713711; text-decoration: none}
a.mess_email:hover { color: #255F21; text-decoration: none}

