#popupBG {
	display:none;
}


#promotioinPopup {
	display:none;
}

#desatoInfoContainer{
	display: none;
	color:#009900;
	width:450px;
	padding: 5px 15px 5px 15px;
	border: #009900 solid 2px;
	background: #FAFAFA;
}

#desatoErrorContainer{
	display: none;
	color:#FF0000;
	width:390px;
	padding: 5px 15px 5px 15px;
	border: #FF0000 solid 2px;
	background: #FAFAFA;
}

#desatoAjaxDebugContainer{
	display:none;
	color:#000099;
	width:600px;
	padding: 5px 15px 5px 15px;
	border: #0000FF solid 2px;
	background: #FAFAFA;
	position:absolute;
	left: 500px;
}

#desatoPopupInfoContainer{
	display: none;
	color:#707070;
	width:300px;
	padding: 5px 15px 5px 15px;
}

#desatoPopupErrorContainer{
	display: none;
	color:#FF0000;
	width:300px;
	padding: 5px 15px 5px 15px;
	border: #FF0000 solid 2px;
	background: #FAFAFA;
	margin:10px auto 0 auto;
}

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}