@import url("/includes/cbkfont/cbkfont.css");
.smoke-base {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
}
.smoke-base.smoke-visible {
	opacity: 1;
	visibility: visible;
}
.smokebg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.smoke-base .dialog {
	position: absolute;
}
.dialog-prompt {
	margin-top: 15px;
	text-align: center;
}
.dialog-buttons {
	margin: 20px 0 5px 0
}
.smoke {
	font-family: 'cbk_font', Menlo, monospace;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
}
.dialog-buttons button {
	display: inline-block;
	vertical-align: baseline;
	cursor: pointer;
	font-family: 'cbk_font', Menlo, monospace;
	font-style: normal;
	text-decoration: none;
	border: 0;
	outline: 0;
	margin: 0 5px;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	padding: 9px 12px;
}
.dialog-prompt input {
	margin: 0;
	border: 0;
	outline: none;
	font-family: 'cbk_font', Menlo, monospace;
	border: 1px solid #aaa;
	width: 80%;
	min-width: 240px;
	display: inline-block;
	background-color: transparent;
	font-size: 14px;
	padding: 6px;
}
.smoke-base {
	background: rgba(0,0,0,.3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#900000000);
}
.smoke-base .dialog {
	top: 10%;/*25%;*/
	width: 90%;
	left: 6%;
	margin-left: -1%;
}
@media (min-width:601px) {
.smoke-base .dialog {
	top: 10%;/*25%;*/
	width: 80%;
	left: 20%;
	margin-left: -10%;
}
}
@media (min-width:993px) {
.smoke-base .dialog {
	top: 10%;/*25%;*/
	width: 50%;
	left: 40%;
	margin-left: -15%;
}
}
.smoke-base .dialog-inner {
	padding: 12px;
	color: #FFFFFF;
}
.smoke {
	/*
	background-color:rgba(255,255,255,0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
	*/
	background-color: rgba(0,49,81,0.95);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003151, endColorstr=#003151);
	box-shadow: 0 2px 8px #666;
}
.dialog-buttons button {
	background-color: rgba(255,255,255,.40);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF);
	border-radius: 0;
	color: #003151;
}
button.cancel {
	background-color: rgba(102,102,102,.85);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#666666);
	color: #FFFFFF;
}
.queue {
	display: none;
}
