/* CSS Document */

/*
Theme Name: Form Css pagina contatti
Theme URI: /css/form.css
Description: Form pagina contatti
Version: 1.0
Credits: Dynamic Drive CSS Library 
*/

form {
	width:480px;
}
.feedbackform {
	padding: 5px;
	float:left;
	margin-top:20px;
}
div.boxfield {
	border-bottom:1px solid #cdcdcd;
	padding: 10px 0;
	width: 480px; /*width of form rows*/
}
div.fieldwrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 480px; /*width of form rows*/
	overflow: hidden;
	padding: 5px 0;
	margin-left:20px;
}
div.fieldwrapper label.styled { /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 120px; /*width of label (left column)*/
	margin-right: 15px; /*spacing with right column*/
	text-align:right;
}
div.fieldwrapper div.thefield { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin-bottom: 10px; /* space following the field */
}
div.fieldwrapper div.thefield input[type="text"] { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 300px;
	border:0;
	border-bottom:1px dashed #666;
}
div.fieldwrapper div.thefield textarea { /* style for TEXTAREA fields. */
	width: 300px;
	height: 150px;
	border:1px solid #cdcdcd;
	border-bottom:1px dashed #666;
	border-right:1px dashed #666;
}
div.buttonsdiv { /*div that wraps around the submit/reset buttons*/
	margin-top:5px;/*space above buttonsdiv*/
	width:150px;
	margin-left:100px;
}
div.buttonsdiv input { /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 80px;
	background: #fff;
	margin-left:0px;
	color:#999;
	border:1px solid #ccc;
	padding:5px;
	font-weight:bold;
	font-size:12px;
}
#box_legali {
	float:left;
	background-color:#fafafa;
	border:1px solid #ccc;
	margin:10px;
	margin-left:20px;
	width:215px;
}
#box_legali h1 {
	color:#666;
	font-size:14px;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #ccc;
	height:20px;
	line-height:20px;
	margin-top:0;
	background:#d5e4ea;
}
#box_legali p {
	padding:5px;
	margin-left:5px;
	font-size:12px;
	color:#666;
}
