/* form */
input, select, textarea {
	float: left;
	border:1px solid #000;
	position:relative;
	background:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
}

label {
	float: left;
	width:100px;			/*ie6*/_width:300px;
	display:block;
	margin: 5px 10px 12px 0;	/*ie6*/_margin:0 0 0 0;
	color:#000;
	line-height: 20px;
	height: 20px;
}

label .accetto {
	width: 300px;
	float:left;
}
	label .accetto b {
		float: left;
		width: 550px;
	}

label img {
	display:block;
	margin:0 0 10px 0;
	float:right;
}

input {
	width: 180px;			/*ie7*/#width:170px;
	padding: 3px 10px 3px 10px;
	margin: 5px 40px 5px 10px;
	float: left;
	height: 14px;
}

select {
	width: 202px;			/*ie7*/#width:193px;					/*ie6*/_width:192px;
	height: 22px;
	display: block;
	padding: 3px 0 1px 10px;
	margin: -20px 0 0 0;		/*ie7*/#margin:-20px 8px 0 10px;		/*ie6*/_margin:-20px 5px 0 18px;
	float: right;
}

textarea {
	float: left;
	line-height: 19px;
	width: 190px;
	height: 250px;
	padding: 3px 0 1px 10px;
	margin: 5px 0 0 10px;
}


/* radio */
.radio {
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;		/*ie6*/_margin:0 10px 0 0;
	position: relative;
	padding: 5px 0 0 0;
	border: 0;
	float: left;
}

.radioLabel {
	width:110px;
	position:relative;
	float:left;
}


/* checkbox */
.check {
	width:20px;				/*ie7*/#width:26px;
	height:18px;			/*ie7*/#height:25px;
	margin:0 10px 0 0;		/*ie7*/#margin:-3px 10px 0 0;
	position:relative;
	border:0;
	padding:0;
	float:left;
}

.checkLabel {
	width:130px;
	margin:-1px 0 4px 0;	/*ie7*/#margin:-1px 0 1px 0;
	position:relative;
	float:left;
}


/* buttons */
.btnDefault {
	margin:0 3px 0 0;
	padding:0 16px 4px 16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	float:left;
}

.btnRoll {
	margin:0 3px 0 0;
	padding:4px 16px 4px 16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	float:left;
}

.privacy a {
	margin:0 3px 0 0;
	padding:4px 16px 4px 16px;
	font-weight:bold;
	color:#fff;
	background:#a6a194;
	text-align:center;
	float:left;
}

.privacy a:hover {
	background:#1d8996;
}

#send,#cancel {
	cursor:pointer;
}


/* messaggio */
#msg_alarm {
	text-align:center;
	padding:80px 0 150px 0;
	line-height:22px
}

#msg_alarm b {
	font-size:20px;
}

#msg_alarm a {
	color:#4784b5;
	font-weight:bold;
}

#msg_alarm a:hover {
	color:#000;
}


/* extra */
.line {
	width:300px;
}

.hide {
	display:none;
}










