@charset "utf-8";
/* CSS Document written by protolan.be */
/*        ALL RIGHTS RESERVED          */
/*      NO MODIFICATION ALLOWED        */

#dbox{
	width: 100%;
	height: 100%;
	background:url(../htmimg/dialogbox-bg.png) top center repeat;
	display: none;
	position:fixed;
}

#dbox-cont{
	width: 606px;
	margin: 0 auto;
	margin-top: 250px;
}

#dbox-bg{
	background:#FFFFFF;
	width: 600px;
	padding: 3px;
	padding-bottom: 20px;
	float: left;
}

#dbox-title{
	width: 590px;
	padding: 5px;
	font-weight: bold;
	font-size: 24px;
	float: left;
	background:#F9A848;
	color:#FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

#dbox-msg{
	width: 590px;
	float: left;
	padding: 5px;
	padding-bottom: 20px;
	font-size: 14px;
	color:#000000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}

#dbox-buttons{
	width: 590px;
	float: left;
	padding: 5px;
}
.dbox-button{
	width: 130px;
	padding: 10px;
	float: left;
	color:#FFFFFF;
	background:#F9A848;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 225px;
}

.dbox-button:link, .dbox-button:visited{
	text-decoration: none;
	color:#FFFFFF;
}

.dbox-button:hover, .dbox-button:active{
	text-decoration: none;
	color:#000000;
}

#dbox-loading{
	float: left;
	margin-left: 284px;
	border: 0px;
}