@charset "utf-8";
/* CSS Document */
/* designed by gp-visualdesign.com */
/* CONTATTI E SUPPORTO */

input {
	display:block;
	width: 250px;
}

label {
	display:block;
	padding: 2px 0;
}

#message {
	width: 350px;
	height: 150px;
}

.mex {
	margin-top: 20px;
}

form img {
	padding: 5px;
	background: #acacac;
	margin:10px 0;
}

#agreement {
	width:auto;
	margin-top:10px;
}

#captcha {
	width: 248px;
	margin-bottom: 10px;
}

#submit {
	margin-top: 10px;
	width: 100px;
}

.privacy_policy {
	margin-top: 20px;
	height: 100px;;
	overflow:auto;
	padding:10px;
	font-size:10px;
	background: #fafafa;
	border:1px solid #dcdcdc;
}

.error {
	color: #FF0000;
	font-size:10px;
	font-weight:bold;
}

fieldset {
	border: none;
}

