.dialog-overlay {
	background-color:#000;
    color:#ffffff;
}

.dialog-frame {
	border:3px solid #0080FF; /*0066AA*/ /*#DFDFDF*/
	background:#fff;
	width:300px;
	position:absolute;
	font-family:tahoma;
	cursor:default;
	overflow:hidden;
}

.dialog-titlebar {
	background:#2B2B2B; /*#809099*/
	color:#FFFFFF;
	padding:4px;
	border-bottom:1px solid #666;
	font-family:sans-serif;
	font-weight:bold;
	font-size:15px;
	/*margin-top: 5px;
	margin-left: 10px;*/
	height:20px;
	cursor:default;
}

.dialog-title {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana
	font-size:14px;
	margin-top: 3px;
	margin-left: 10px;
}

.dialog-content {
	/* background:#809099 url('border_grad_small.gif') repeat-x; */
	background:#4B4B4B; /*#809099*/
	color:#FFF;
	padding:14px 4px 10px 4px;
	font-size:12px;
	font-family:sans-serif;
}

/*.dialog-close {
	font-size:12px;
	font-weight:bold;
	float:right;
    cursor:pointer;
}
*/
#dialog-close span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	position: relative;
	top: 3px;
	background:transparent url(/images/icons/close.png) no-repeat scroll 33px 0;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-size:11px;
	height:20px;
	padding-right:20px;
	text-decoration:underline;
}

.dialog-footer {
	background:#4B4B4B; /*#809099*/
	border-top:1px solid #666;
	height:30px;
	vertical-align:middle;
}
.dlg-button, .dlg-button:link, .dlg-button:active, .dlg-button:visited, .dlg-button:hover, .dlg-button:focus {
    background:transparent url('dialogbutton.gif') no-repeat;
	color:#000000;
    width:70px;
    height:20px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
    cursor:pointer;
    text-decoration:none;
	font-size:10px;
	font-weight:bold;
	margin:5px 5px 0px 0px;
	display:inline-block;
	ountline:none;
}
.dlg-button:hover {
    text-decoration:underline;
}
.dialog-left-buttons {
	padding-left:5px;
}
.dialog-content td {
    color:#FFF;
}
.textfield {
	border:1px solid #DFDFDF;
}

