.dialogbox {	font-size: 11px;	width: 612px; /* Dialog will be no smaller than this */    /*max-width:612px;*/	min-width:612px;	min-height:200px;	border: 0px;;	color: #585654;    padding:5px;    /*overflow:default;*/    background:#fff;    position:fixed;    z-index:99;}
.logout .dialogbox{	width:auto;	min-width: 200px;}
.ui-resizable-handle{
    z-index: 2;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 5px;
    height: 5px;
}
.ui-resizable-se{
    background: url('../../IMG/resize_box.gif') left top no-repeat;
    cursor: se-resize;
    width: 10px;
    height: 10px;
}
.ui-resizable-e, .ui-resizable-w{
    height:auto;
    top:5px;
    bottom:15px;
    left:0px;
    right:auto;
    cursor: e-resize;
}
.ui-resizable-e{
    left:auto;
    right:0px;
}
.ui-resizable-s, .ui-resizable-n{
    width: auto;
    left: 5px;
    bottom: 0px;
    right:15px;
    cursor: s-resize;
}
.ui-resizable-n{
    top:0px;
    bottom:auto;
}
.popup_header, .popup_title{
    color:#ffffff;
    border:0px;
    font-size: 16px;
    line-height:38px;
    font-weight: normal;
    background:url('../../IMG/bg_bar.png') left -22px repeat-x #ABA79F;
    padding: 5px 5px 5px 15px;
    height:29px;
}
.popup_title {
    text-align:left;
    float:left;
	background: none;
	border: 0px;
	cursor: default;
	padding: 0px;
	margin: 0px;
}
.login .popup_title{
    cursor:move;
}
.popup_close{    background-image:url('../../IMG/icon_close.png');    background-position:left top;    background-repeat:no-repeat;    width:27px;    height:27px;    overflow:hidden;    float:right;    cursor:pointer;    border:1px solid #585654;    position:relative;    z-index:2;}.popup_min, .popup_max{    background-image:url('../../IMG/icon_max.png');    background-position:left top;    background-repeat:no-repeat;    width:27px;    height:27px;    overflow:hidden;    float:right;    cursor:pointer;    border:1px solid #585654;    position:relative;    z-index:2;	margin-right:5px;}.popup_min{	background-image:url('../../IMG/icon_min.png');}
.popup_close.hover{
    border-color:#FFF;
}

.popup_content {    padding: 0px 0px 15px;	background: none;	border: 0px;	margin: 0px;	position:relative;}
.popup_saferesize{	width:100%;	height:100%;	position:absolute;	top:0px;	left:0px;	z-index:2;	background:none;	display:none;}
.popup_message {	padding: 0px;    clear:both;    overflow:hidden;	height:100%;}.popup_message iframe{width:100%; overflow:auto; height:100%; border:0px; margin:0px;}#logindialog .popup_content{	padding: 25px 15px 15px;}