﻿.container_popup
{
	/*margin: 13px;*/
	margin-top: 0px;
	height: 590px;
	width: 512px; /*422px;
*/	border: 2px solid #E10000;
	position: relative;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.header_popup
{
	line-height: 20px;
	background-image: url(     '../Img/pulsante_side.gif' );
	background-repeat: no-repeat;
	border-bottom: 2px solid #E10000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 35px;
	background-color: #CCCCCC;
}
.close
{
	width: 43px;
	height: 20px;
	position: absolute;
	left: 452px;
	top: 0px;
	font-size: 10px;
	font-weight:bold;
	background-color: #cccccc;
	padding: 1px;
	border: solid 1px #CCCCCC;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}
p 
{
    margin:0px;
    padding:0px;
    }

