body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}




#container1 {
	width: 90%; margin: 100px auto; padding: 51px 0 0 0;
	background: url(lines.png); position: relative;
}
	#container1:before {
		content: ""; width: 19px; height: 365px; position: absolute; left: -19px; top: 0;
		background: url(shadow.png); 
	}



label {
	width: 350px; display: block;
	text-align: right; float: left;
	font-size: 18px; letter-spacing: 3px;color:#003366;
	margin: 0 10px 40px 0; clear: left;
}

input {
	width: 50%; height: 40px; float: right; margin: -14px 0 0 0;
	background: url(dots.png); 
	font-family: 'Shadows Into Light', cursive;
	font-size: 24px; color: #18326d; letter-spacing: 3px;
}



textarea {
	width: 80%; height: 200px; float: left; margin: -14px 0 40px 0;
	background: url(dots.png); 
	font-family: 'Shadows Into Light', cursive;
	font-size: 24px; color: #18326d; letter-spacing: 3px;
}

input#send {
	width: 202px; height: 84px; float: right;
	margin: 0 0px 36px 0; padding: 0 0 0 77px;
	background: url(post-mark.png);
	font: bold 30px Helvetica, Sans-Serif; text-transform: uppercase; color: #525c73;
	cursor: pointer;
	
}

.colonna {
width:45%; 
padding: 0 15px; 
float:left;
margin:0;
text-align:left;
}

.colonna p {
padding:3px;
text-align: justify; 
line-height:1.6em;
}


div.textimageT p{

font-family:Arial, Verdana;
font-weight: 200;
font-size:1.1em;
text-decoration: none;
color: #ffffff;
line-height: 1.8em;
}