.overlay-textfield {
	padding:1px 0;
	width:472px !important;
	width:496px;
	float:left;
	border:1px solid #CCC;
}
textarea.overlay-textfield {
	height:100px;
	border:1px solid #CCC;
}
.overlay-box {
	font-size:12px;
	width:500px;
}
.overlay-box {
	background:#fff;
	border:4px solid #525252;
	position:relative;
}
.overlay-box .close {
	position:absolute;
	top:6px;
	right:10px;
}
.overlay-box .caption {
	background-color:#222;
	color:#CFCFCF;
	font-weight:bold;
	font-size:13px;
	padding:6px 12px;
	margin-right:0 !important;
	margin-right:-24px;
}
.overlay-box .content {
	padding:6px 12px 12px;
}
.overlay-box .content .bottom {
	margin-right:0 !important;
	margin-right:-24px;
}
.overlay-box .content .checkboxs {
	margin-top:8px;
	float:left;
}
.overlay-box .content .buttons {
	margin-top:12px;
	float:right;
}
.overlay-box .content .buttons .about {
	margin-top:12px;
	float:right;
}
.overlay-box .content .button {
	margin-left:6px;
	line-height:28px;
	padding:0.25em 0.5em;
	font-size:13px;
}
#overlay-cushion {
	background:#000;
}
#overlay-panel {
	display:none;
	background:#000;
	width:100%;
	filter:alpha(opacity=75);
	opacity:0.75;
	position:absolute;
	z-index:900;
}
#overlay-dialog {
	display:none;
	position:absolute;
	margin:0 auto;
	z-index:1000;
}
#overlay-image-dialog {
	display:none;
}
#overlay-emoticon-bar {
	padding:4px 8px !important;
	padding:2px 8px 3px;
	display:none;
	background:#EDEDED;
	border:1px solid #DFDFDF;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
*+html #overlay-emoticon-bar {
	padding:2px 8px 3px !important;
}
#overlay-emoticon-bar img.emoticon {
	padding:2px;
	cursor:pointer !important;
	cursor:hand;
}
#overlay-title {
	float:left;
	padding:8px;
}
#overlay-image, 
#overlay-emoticon {
	float:left;
	padding:8px 5px;
}
