﻿.overlay_win90fm
{
	background-color: #85BBEF;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.win90fm_nw
{
	background: transparent;
	width: 10px;
	height: 25px;
}

.win90fm_n
{
	background: transparent;
	height: 25px;
}

.win90fm_ne
{
	background: transparent
	width: 10px;
	height: 25px;
}

.win90fm_w
{
	background: transparent;
	width: 7px;
}

.win90fm_e
{
	background: transparent;
	width: 7px;
}

.win90fm_sw
{
	background: transparent;
	width: 7px;
	height: 7px;
}

.win90fm_s
{
	background: transparent;
	height: 7px;
}

.win90fm_se, .win90fm_sizer
{
	background: transparent;
	width: 7px;
	height: 7px;
}

.win90fm_sizer
{
	cursor: se-resize;
}

.win90fm_close
{
	width: 23px;
	height: 23px;
	background: transparent;
	position: absolute;
	top: 0px;
	right: 11px;
	cursor: pointer;
	z-index: 1000;
}

.win90fm_minimize
{
	width: 23px;
	height: 23px;
	background: transparent;
	position: absolute;
	top: 0px;
	right: 55px;
	cursor: pointer;
	z-index: 1000;
}

.win90fm_maximize
{
	width: 23px;
	height: 23px;
	background: transparent;
	position: absolute;
	top: 0px;
	right: 33px;
	cursor: pointer;
	z-index: 1000;
}

.win90fm_title
{
	float: left;
	height: 14px;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
	width: 100%;
	color: #123456;
}

.win90fm_content
{
	overflow: auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background: #FDFDFD;
	border: solid 3px #5574B5;
	background-color: #35447F;
}

/* For alert/confirm dialog */
.win90fm_window
{
	border: 1px solid #F00;
	background: #FFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.win90fm_message
{
	font: 12px arial;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

.win90fm_buttons
{
	text-align: left;
	width: 100%;
}

.win90fm_buttons input
{
	width: 20%;
	margin: 10px;
	background-color: #384B90;
	color: #FCFFFF;
	border: solid 1px #96A5DC;
}

.win90fm_progress
{
	float: left;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 16px;
	background: #FFF url( 'alert/progress.gif' ) no-repeat center center;
}

.win90fm_wired_frame
{
	background: #FFF;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


