/*
 * Modified contact form originally created by Chris Coyier from css-tricks.com
 * View screencast: http://css-tricks.com/videos/css-tricks-video-21.php
 -------------------------------------------------------------------------*/

/*
 * General XHTML styles
 -----------------------*/
html            {text-align:center;}
body             {
	font: 0.8em / 1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 1em auto;
	padding: 0;
	width:90%; }

.contact{
width:640%;
}
/*
 * Form elements
 -----------------------*/
fieldset        {background-color: #fff; background-image: url("/captcha/images/background.png"); background-repeat: repeat-x; margin-right: auto; margin-left: auto; padding:5px 20px;margin:0;border:1px solid #ccc;-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;border-bottom-width:10px;}
legend           {
	color: #333;
	font-size: 1.5em;
	font-weight: 300;
	background-color: #fff;
	margin: 0;
	padding: 0 10px;
	border-style: solid;
	border-width: 1px 1px 4px;
	border-color: #d2ebea }
input           {width:60%;}
input,
textarea        {border:1px solid #ccc;padding:5px;margin:10px 0 0 0;}
input:focus,
textarea:focus  {background:#ffc;}
textarea        {font:.9em Verdana, Arial, Helvetica, sans-serif;}
label           {display:block;margin:12px 0 0;font-weight:450;font-size:.9em;float:left;clear:left;width:90px;}
label:after     {content:": ";}
button          {display:block;float:left;clear:both;margin:1em 0 1em 90px;}

/*
 * User feedback
 -----------------------*/
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:450;}
.yay            {background:#090;}
.oops           {background:#f30;}
div.error       {font-size:.8em;font-weight:700;padding:5px 0 0;color:#f30;margin:0 0 0 90px;}

/*
 * Captcha
 -----------------------*/
img            {border:1px solid #777;margin:0 0 0 90px;display:block;}
h3             {font-size:1.2em;font-weight:300;margin:30px 0 10px 90px;}
/*
 * descrizione */
#desc {
				color: #658fdc !important;
				text-align: left;
				margin-top: 25px;
				margin-right: auto;
				margin-left: auto;
				width: 80%; }
