body, form, colgroup, col, input, select, option, textarea, table, tr, div{
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

body {
	font: normal 12px Verdana,Tahoma,Geneva,Sans-Serif;
	color: #000;
}

.formtitel {
	font-size: 20px;
}

.formerror {
	font-size: 20px;
	font-weight: bold;
	color: #FB000F;
}

.formtext {
	font-size: 12px;
	margin: 15px 0 0 0;
}

.formtext a:link,
.formtext a:visited {
	color: #A50;
	text-decoration: none;
}

.formtext a:focus,
.formtext a:hover,
.formtext a:active {
	color: red;
}

.contentlink {
	width:  200px;
	height: 20px;
	margin: 0 auto;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	text-align: center;
	font-size: 15px;
	color: #000;
	background: #CBA;
	background: -moz-linear-gradient(top, #FFF, #CBA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CBA));
}