/*body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #000;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 150px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

.modalTitle
{
    color: #ffffff;
    text-align: center;
    font-weight:bold;
    font-size:medium;
}

.modalTopError
{
    width: 292px;
    background-color: #FF0000;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
*/

body
{
    margin: 0px;
}
#modalPage
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.modalBackground
{
	filter: Alpha(Opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
}
.modalContainer
{
	position: absolute;
	width: 300px;
	left: 34%;
	top: 150px;
	z-index: 1000;
	height: 220px;
}
.modal
{
   
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 350px;
    height: 250px;
    padding: 0px;
	background-image:url(../images/pizzahut/error.png);
	background-repeat:no-repeat;
}
.modalTop
{
	width: 315px;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#cerrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
	position:absolute;
	left: 108px;
	top: 194px;
	z-index:999;
}
#cerrar a:link {
	color:#444;
	text-decoration:none;

}
#cerrar a:active {
	color:#444;
	text-decoration:none;

}
#cerrar a:hover {
	color:#CC3300;
	text-decoration:none;
}
#cerrar a:visited {
	color:#444;
	text-decoration:none;

}
.modalBody
{
	width:280px;
    margin: 20px;
}

.modalTitle
{
	text-align: left;
	font-weight:bold;
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#modalMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	/*float: right;*/
}


.modalTopError
{
   width: 315px;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
