/* Formulari */
#content{ position:relative}
#main{ width:460px;}
form{
margin-top:3em; }
input:focus, select:focus, textarea:focus {	background: #F2F2F2;	color: #333;}
form input, form textarea, form select {	border: 1px solid #ccc;		width: 200px;}
form textarea {	border: 1px solid #ccc;		width: 420px;		height:100px;}
form label {	font-weight: bold;	white-space: nowrap;	margin-top: .3em;	margin-bottom: .1em;	display:block;
}
form div{
margin-bottom:20px;clear:left; }