body {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#smoothpopup_backGround{
	background-color:#000;	
}
#smoothpopup_popBox{
	background-color:#333;
	border: 2px solid #404040;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#smoothpopup_Preloader{
	background-image: url(../img/bgLoader.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#smoothpopup_popText{
	background-color:#404040;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	border: 1px solid #464646;
}
#smoothpopup_btn_Cerrar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin:5px;
}
#smoothpopup_Contenido {
	border: 1px solid #404040;
}
#smoothpopup_Contenido_Bg {
	border: 1px solid #404040;
	background-image: url(../img/loadinfo.net.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.cross  {
	font-weight: bold;
	color: #B32400;
}

