td, Table {
	font-family: lucida grande, verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	vertical-align: top;
	color: #666666;
}
td.title {
	width:150px;
}
input {
	background: #e8f1fb;
	border: 1px solid #660000; 
	width: 150px;
}
input.double {
	width: 300px;
}
textarea {
	background-color: #e8f1fb;
	border: 1px solid #660000; 
	width: 600px;
	font-size:14px;
	font-family: lucida grande, verdana, arial, sans-serif;
}
input.button {
	width: 150px;
	align: right;
}

input.button:hover,
a.button:hover   {
	color: #ff9933; 
	border-color: #ff9933;
}

#border {
	width: 700px;
	border-color: #660000;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	background-image: url(../images/logos/stempel-smal.jpg); 
	background-position: 560px 40px; 
	background-repeat: no-repeat;
}
.head {
	color: #ff9933;
	font-size: 15px;
	font-weight: normal;
}
.error {
	color: #ff0000; 
	font-weight: bold;
	font-size: 10px;
}

.star {
	color: #ff0000;
}

#answer {
	font-family: lucida grande, verdana, arial, sans-serif;
	padding:15px; 
	font-size:11px; 
	color: #666666;
}






a.lk:link, a.lk:visited	{
		color: #ff9933;
		text-decoration:none;
		}
a.lk:hover	{
		color: #ff0000;
		}

