/* //////////// PNG FIX //////////// */

div, a, p, em{ 
	behavior: url(iepngfix.htc); 
}

/* ///////////////////////////////// */

/* //////////// MIN-HEIGHT FIX //////////// */

/*
min-height: 200px;
height:auto !important;
height: 200px;
*/

/* ///////////////////////////////// */

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color: #000;
}

a{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

img{
	border: none;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

p{
	margin: 0;
	padding: 0;
}

em{
	font-weight: bold;
}

input{
	width: 300px;
	height: 15px;
	border: none;
	border-bottom: 1px dashed #fff;
	padding: 5px;
	color: #fff;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}

textarea{
	width: 300px;
	height: 100px;
	border: 1px dashed #fff;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	overflow: auto;
}

label{
	color: red;
	display: block;
	margin-right: 30px;
}

.image{
	width: auto!important;
	height: auto!important;
	border: none;
	border-bottom: none!important;
	padding: none!important;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
}

.check{
	width: auto!important;
	height: auto!important;
	border: none;
	border-bottom: none!important;
	padding: none!important;
}


.invia{
	width: 560px;
	text-align: right;
}

form{
	width: 560px;
	margin: 10px auto;
}

.fields{
	width: 560px;
	height: 50px;
	text-align: right;
	background-image: url(../images/required.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.text_form{
	width: 150px;
	color: #fff;
	height: 20px;
	float: left;
	position: relative;
	top: 25px;
}

.privacy{
	color: #fff;
}

.privacy_content{
	text-align: justify;
	font-size: 10px;
	color: #fff;
}

.messaggio{
	width: 560px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/messaggio.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
