body { 
	margin: 0px; padding:0px; 
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
}
input {
	border:1px solid #CCCCCC;
}

/* HEADER -------------------------------------------------------------- */
#pop_header { 
	border-top:3px solid #203A97;
	height: 55px;
}

/* CONTENT  ----------------------------------------------------------- */
#pop_top{
	height: 25px;
	margin:0px 10px;
	background:url('../images/pop_top_bg.jpg');
	background-repeat:repeat-x;
}
#pop_top div{ 
	float: left;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
}
#imgtopsx{ float: left; }
#imgtopdx{	float: right; }

#pop_main, #form_main{ 
	clear: both;
	margin:0px 10px;
	padding:10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#form_main{ 
	padding:20px 60px 30px 60px;
}

#pop_parag{
	width:550px;
}

#pop_bottom{
	height: 6px;
	margin:0px 10px;
	background:url('../images/pop_bottom_bg.jpg');
	background-repeat:repeat-x;
}
#imgbottomsx{ float: left; }
#imgbottomdx{	float: right; }


/* FOOTER -------------------------------------------------------------- */
#pop_footer{ 
	padding: 3px 10px 10px 10px;
}
#imgstampa{ 
	float: left;
	border: 0px;
}
#imgchiudi{ 
	float: right;
	border: 0px;
}


