#Overlay {
	position: absolute;
	top:  0px;
	left: 0px;
	z-index: 100;
	width:  100%;
	height: 100%;
	background-color: black;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	visibility: hidden;
}


#MsgBox {
	position: absolute;
	visibility: hidden;
	width: 274px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	z-index: 101;
}


#MsgBox-ContentNegative {
	margin: 12px;
	padding: 3px;
	background-color: #ffa200;
}
#MsgBox-ContentNegative-Title {
	padding: 11px 140px 12px 8px;
	font-size: 18px;
	text-align: left;
	background-color: black;
	color: white;
	background-image: url(../images/alertmanager/buyer/info_no.gif);
	background-repeat: no-repeat;
	background-position: 182px 8px;
}
#MsgBox-ContentNegative-MsgTop {
	padding: 19px 8px 43px 8px;
	font-weight: bold;
	color: black;
	font-size: 11px;
}
.MsgBox-Separator {
	margin-left: 8px;
	width: 228px;
	height: 1px;
	background-color: white;
}
#MsgBox-ContentNegative-MsgMid {
	padding: 25px 8px 0px 8px;
	color: black;
	font-size: 11px;
}
#MsgBox-ContentNegative-MsgNote {
	padding: 25px 8px 0px 8px;
	color: black;
	font-size: 11px;
}
#MsgBox-ContentNegative-MsgBottom {
	padding: 50px 7px 0px 8px;
	font-size: 17px;
	color: white;
}
#MsgBox-ContentNegative #MsgBox-Btn-Ok {
	margin: 16px 0px 8px 150px;
	width: 68px;
}


#MsgBox-ContentStatus {
	padding: 10px;
	font-size: 14px;
	color: black;
	background-color: #ffd975;
	border-width: 2px;
	border-top-color:    #ffa200;
	border-right-color:  #3f2800;
	border-bottom-color: #3f2800;
	border-left-color:   #ffa200;
	border-style: solid;
}
#MsgBox-ContentStatus #MsgBox-Btn-Ok {
	margin: 10px 0px 8px 91px;
	width: 68px;
}


#MsgBox-ContentPositive {
	margin: 12px;
	background-color: #c7e42a;
	background-image: url(../images/alertmanager/buyer/positive-background.jpg);
	background-repeat: repeat-x;
}
#MsgBox-ContentPositive-Title {
	padding: 14px 100px 12px 8px;
	font-size: 20px;
	text-align: left;
	color: white;
	background-image: url(../images/alertmanager/buyer/info_icon.gif);
	background-repeat: no-repeat;
	background-position: 153px 19px;
}
#MsgBox-ContentPositive-Title-Restaurant {
	padding-top: 25px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#MsgBox-ContentPositive-DeliveryTime {
	padding: 16px 8px 32px 8px;
	color: black;
	font-size: 11px;
}
#MsgBox-ContentPositive-Note {
	padding: 0px 8px 25px 8px;
	color: black;
	font-size: 11px;
}
#MsgBox-ContentPositive .MsgBox-Separator {width: 234px;}


#MsgBox-ContentPositive-Order {
	padding: 15px 8px 31px 8px;
	color: black;
	font-size: 11px;
}
#MsgBox-ContentPositive-NotAvailableProducts {
	margin: 8px 8px 23px 8px;
	padding: 8px;
	font-size: 11px;
	color: black;
	background-color: white;
	border: 1px solid #999;
}
#MsgBox-ContentPositive-Ok {
	font-size: 17px;
	color: white;
	background-color: black;
}
#MsgBox-ContentPositive-Ok-Msg {
	padding: 9px 0px 0px 8px;
	float: left;
}
#MsgBox-ContentPositive #MsgBox-Btn-Ok {
	margin: 9px 20px 8px 0px;
	width: 68px;
	float: right;
}
#MsgBox-ContentPositive-Cancel {
	padding: 8px;
	font-size: 11px;
	color: #999;
	background-color: #333;
}
#MsgBox-ContentPositive-Cancel a {
	font-weight: bold;
	color: #f38630;
}
#MsgBox-ContentPositive-Cancel a:hover {
	text-decoration: underline;
	color: #00a4c5;
}


#MsgBox-ContentInfo #MsgBox-Content {
	margin: 12px;
	background-color: #5eb0df;
	background-image: url(../images/alertmanager/seller/back_blue.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#MsgBox-ContentInfo #MsgBox-Content #MsgBox-Content-Html {
	padding-top: 210px;
	font-size: 17px;
	color: white;
	background-image: url(../images/alertmanager/buyer/info_icon_negative.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
}
#MsgBox-ContentInfo #MsgBox-Content #MsgBox-Copyright {
	padding: 17px 0px 8px 0px;
	font-size: 11px;
	color: black;
}
#MsgBox-ContentInfo #MsgBox-Btn-Ok {
	margin: -4px 0px 20px 105px;
	width: 68px;
}
