/*

DIALOG MAIN STYLES

*/

#dialog {
	position:absolute;
	width:425px;
	padding:10px;
	z-index:200;
	/*background:#fff;*/
}
#dialog-header {
	display:block;
	position:relative;
	width:411px;
	padding:3px 6px 7px;
	height:14px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
#dialog-title {
	float:left
}
#dialog-close {
	float:right;
	cursor:pointer;
	margin:3px 3px 0 0;
	height:11px;
	width:11px;
	background:url(images/dialog_close.gif) no-repeat
}
#dialog-content {
	display:block;
	height:200px;
	padding:6px;
	color:#000;
	font-size:13px
}
#dialog-mask {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	width:100%;
	background:#FFF;
	opacity:.75;
	filter:alpha(opacity=75);
	z-index:100
}
.error {
	background:#fff url(images/error_bg.jpg) bottom right no-repeat;
	border:1px solid #f3aa36;
	border-top:none
}
.errorheader {
	background:url(images/error_header.gif) repeat-x;
	color:#fff;
	border:1px solid #f3aa36;
	border-bottom:none
}
.warning {
	background:#fff url(images/warning_bg.jpg) bottom right no-repeat;
	border:1px solid #f3aa36;
	f3aa36-top:none
}
.warningheader {
	background:url(images/warning_header.gif) repeat-x;
	color:#fff;
	border:1px f3aa36 #c5a524;
	border-bottom:none
}
.success {
	background:#fff url(images/success_bg.jpg) bottom right no-repeat;
	border:1px solid #60a174;
	border-top:none
}
.successheader {
	background:url(images/success_header.gif) repeat-x;
	color:#fff;
	border:1px solid #f3aa36;
	border-bottom:none
}
/*

TYPE = PROMPT

*/
.prompt {
	background:#fff url(images/prompt_bg.jpg) bottom right no-repeat;
	border:1px solid #f3aa36;
	border-top:none
}
.promptheader {
	background:url(images/prompt_header.gif) repeat-x;
	color:#fff;
	border:1px solid #f3aa36;
	border-bottom:none
}
/*

TYPE = CUSTOM

*/
.custom {
	background-image:url(/images/ordering_location_box.png);
	background-repeat:no-repeat;
}
#dialog-header.customheader {
	position:absolute;
	z-index:9999;
	top:15px;
	left:0px;
	height:15px;
	width:100%;
}
.custom div {
	position:relative;
	width:319px;
	text-align:center;
	padding-top:90px;
	height:200px;	
}
.custom div select{
	font-size:26px;
	width:120px;
	margin-right:10px;
}
