@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 0 10px 0;
	padding: 0px;
	text-align: justify;
	background:#fff url(bg.jpg) center top no-repeat;
	font-weight: normal;
	color: #666666;
}




/****************************************/
/********** Neat Form BY MARC **********/
/**************************************/

form { 
	margin:0;
	padding:0;
}
.check {
	width: 20px;
	height: 20px;
	border:0;
	background-color:transparent;
}
input, select, textarea {
	padding:2px;
	width: 250px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color:#fff;
	height:24px;
}
.inputxs {
	width:100px;
}
.full {
	width:100%;
}
.inputxl {
	width:400px;
}
textarea {
	height: 60px;
	overflow:auto;
	resize:none;
}
.textareaxl {
	width: 400px;
	height: 135px;
	overflow:auto;
}
.submit {
	font-size:14px;
	color:#fff;
	width:100%;
	background:#666 url(../images/backfooter.jpg) 0 0 repeat-x;
	height:33px;
}
.submit:hover {
	background-position:0 -20px;
}
.boxed {
	border: 1px solid #000;
	background-color:#eee;
}