@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	text-align:center;
	color:#ccc;
	background-image:url(http://kategriss.free.fr/spd/forum/fond.gif);
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div {
	margin:0px;
	color:#ccc;
}
.page {
	margin:0 auto;
	width:80%;
	text-align:left;
}
input {
	background-color:#333;
	border:double 3px #900;
	margin-bottom:5px;
	color:#fff;
}
textarea {
	background-color:#333;
	border:double 3px #900;
	margin-bottom:5px;
	color:#fff;
}
h1 {
	font-size:130%;
	background-color:#000;
	color:#900;
	border: 2px dashed #fff;
	padding:3px;
	margin-top:10px;
	width:50%;
}
h1:hover {
	background-color:#900;
	color:#000;
}
.error {
	font-weight:bold;
	margin-bottom:20px;
}
.error p {
	margin:0px;
	color:#c00;
}
.underline {
	text-decoration:underline;
}
.prev {
	width:569px;
	background-color: #333;
	border: double 3px #FF6600;
	padding:5px;
	margin-bottom:10px;
}
.smilies {
	border:none;
	background:none;
}
label {
	float:left;
	width:175px;
}
