.overlay_ornontowice {
    background-color: #FAFAFA;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

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

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

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

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

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

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

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

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

.ornontowice_sizer {
    cursor: se-resize;
}

.ornontowice_sliders {
    width: 23px;
    height: 23px;
    background: transparent url('ornontowice/powieksz.gif') no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 77px;
    cursor: pointer;
    z-index: 1000;
	 margin: 0;
	 padding:0;
 	 
}

.ornontowice_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;
	 margin: 0;
	 padding:0;
 	 
}

.ornontowice_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;
	 margin: 0;
	 padding:0;
	 
}

.ornontowice_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;
	 margin: 0;
	 padding:0;
 	 
}

.ornontowice_title {

}

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

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

.ornontowice_message {
    font: 12px;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.ornontowice_buttons {
    text-align: center;
    width: 100%;
}

.ornontowice_buttons input {
    width: 20%;
    margin: 10px;
}

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

.popup {
    background: #FAFAFA;
}

.ornontowice_iframe {
    background: #FAFAFA;
}