.overlay_login_form {
     /*#85BBEF;*/
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.login_form_nw {
    background: transparent url('ornontowice/left-top.gif') no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.login_form_n {
    background: transparent url('ornontowice/top-middle.gif') repeat-x 0 0;
    height: 25px;
}

.login_form_ne {
    background: transparent url('ornontowice/right-top.gif') no-repeat 0 0;
    width: 10px;
    height: 25px;
}

.login_form_w {
    background: transparent url('ornontowice/frame-left.gif') repeat-y top left;
    width: 7px;
}

.login_form_e {
    background: transparent url('ornontowice/frame-right.gif') repeat-y top right;
    width: 7px;
}

.login_form_sw {
    background: transparent url('ornontowice/bottom-left-c.gif') no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.login_form_s {
    background: transparent url('ornontowice/bottom-middle.gif') repeat-x 0 0;
    height: 7px;
}

.login_form_se, .login_form_sizer {
    background: transparent url('ornontowice/bottom-right-c.gif') no-repeat 0 0;
    width: 7px;
    height: 7px;
}

.login_form_sizer {
    cursor: se-resize;
}

.login_form_close {
    width: 23px;
    height: 23px;
    background: transparent url('ornontowice/button-close-focus.gif') no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 11px;
    cursor: pointer;
    z-index: 1000;
}

.login_form_minimize {
    width: 23px;
    height: 23px;
    background: transparent url('ornontowice/button-min-focus.gif') no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 55px;
    cursor: pointer;
    z-index: 1000;
}

.login_form_maximize {
    width: 23px;
    height: 23px;
    background: transparent url('ornontowice/button-max-focus.gif') no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 33px;
    cursor: pointer;
    z-index: 1000;
}

.login_form_title {
    float: left;
    height: 14px;
    font-size: 14px;
	 font-weight: bold;
    text-align: left;
    margin-top: 2px;
    width: 100%;
    color: #123456;
}

.login_form_content {
    overflow: auto;
    color: #000;
    font-family: verdana;
    font: 12px;
    
}

.login_form_window {
    border: 1px solid #FAFAFA;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.login_form_message {
   font: 12px;
	width: 412px;
	height: 273px;
	background-image: url('../images/login/login_back.jpg');
	background-repeat: no-repeat;
}

.login_form_buttons {
	padding-left: 205px;
	margin-top: 0;
}

.login_form_buttons input {
}

.login_form_progress {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 16px;
    background: #FAFAFA url('alert/progress.gif') no-repeat center center;
}

.popup {

}

.login_form_iframe {
	background: red;
}