@charset "utf-8";
/* CSS Document */

body {
	background-color:black;
	font-family:verdana;
	color:#CCC;
	font-size:12px;
	text-align:center;
}

body a {
	text-decoration:none;
}

table {
	text-align:center;
}

table a {
	color:#656565;
}


#adresform {
	text-align:left;
	font-size:11px;
}

input , textarea
{
	color: #000;
	background:#e8e8e8;
	border: 1px solid #6e6e6e
}

fieldset {
	width:500px;
	border-color:#333333;
}

.error {
	color:red;
}