/************** SIMPLEMODAL ***************/
/* Overlay */
#modalOverlay { background-color:#000; cursor:wait;}
#modalOverlay1 {top: -10px; background-color:#E9E5DC; cursor:wait;}

/* Container */
#modalContainerDynamic1 { left:50%; top:50%; background-color:#fff; border:1px solid #dedede; padding: 1px; }
#modalContainer {height:400px; width:600px; left:50%; top:15%; margin-left:-300px; background-color:#fff; border:3px solid #ccc;}
#modalContainerDynamic1 a.modalCloseImg, #modalContainer a.modalCloseImg {background:url(../images/common/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}


#modalContainerError1
{
	height: 250px;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -125px;
	background:#fff url(../images/common/error_bg.jpg) no-repeat scroll right bottom;
	border:1px solid #924949;
}
#modalContainerError1 div.header
{
	display:block;
	background:transparent url(../images/common/error_hd.gif) repeat-x scroll 0 0;
	color: #6f2c2c;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	padding: 3px 6px 7px;
}
#modalContainerError1 div.data
{
	height: 150px;
	overflow: auto;
	margin: 20px 0 20px 20px;
	padding-right: 20px;
}
#modalContainerError1 a.modalCloseImg
{
	background:transparent url(../images/common/close1.gif) no-repeat scroll 0 0;
	width: 11px;
	height: 11px;
	display: block;
	z-index: 3200;
	position: absolute;
	top: 7px;
	right: 5px;
	cursor: pointer;
}
#modalContainerError1 div.bottone
{
	text-align: center;
}
#modalContainerError1 div.bottone input
{
	background-image: none !important;
	background-color: #9f4c4c !important;
	border: 1px solid #924949 !important;
	color: #fff !important;
	padding: 1px 5px !important;
}


