.WindowPopUpPosition{
	position: absolute;	/* Aparece sobre todas las capas */
	top: 100px;
	right: 0px; 
	/*position: relative;*/	/* Aparece en su hueco */
	z-index: 5000;
	-moz-box-sizing:border-box;
}
.WindowPopUp{
	position: relative;
	visibility: visible;	
	background-color: #ffffff;
	margin: 2px;
	-moz-box-sizing:border-box;
}
.WindowPopUpError{
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #080080 1px solid;
	border-bottom: #000000 1px solid;
	-moz-box-sizing:border-box;
}
.WindowPopUpWarning{
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #080080 1px solid;
	border-bottom: #000000 1px solid;
	-moz-box-sizing:border-box;
}
.WindowPopUpInformation{
	border-left: #97009d 1px solid;
	border-top: #97009d 1px solid;
	border-right: #97009d 1px solid;
	border-bottom: #97009d 1px solid;
	-moz-box-sizing:border-box;
}

.WindowPopUpTitle
{
	padding-top: 3px;
	text-indent: 5px;
	float: left;
	font-weight: bold;
	font-size: 0.7em;
	color: #FFFFFF;
	-moz-box-sizing:border-box;
}

.WindowPopUpTitle img
{
	position: relative;
	top: -2px;
	text-indent: 5px;
	vertical-align: bottom;
}

.WindowPopUpCmd
{
	vertical-align: middle;
	width:21px;
	float: right;
}

.WindowPopUpTitleError
{
	padding: 1px;
	height: 20px;
	cursor: move;
	background-image: url(../imagenes/alerts/title_error.gif);
	-moz-box-sizing:border-box;
}
.WindowPopUpTitleWarning{
	padding: 1px;
	height: 20px;
	cursor: move;
	background-image: url(../imagenes/alerts/title_warning.gif);
	-moz-box-sizing:border-box;
}
.WindowPopUpTitleInformation{
	border-top: #97009d 1px solid;
	border-left: #97009d 1px solid;
	border-right: #97009d 1px solid;
	padding: 1px;
	height: 20px;
	cursor: move;
	background-image: url(../imagenes/alerts/title_information.gif);
	-moz-box-sizing:border-box;
}

.WindowPopUpContent{
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	-moz-box-sizing:border-box;
	
}

.VerticalSeparador{
	width: 0.3px;
	background-color: #cccccc;
	height: auto;
	-moz-box-sizing:border-box;
}
