<?php
    header('Content-type: text/css');
?>
.modalDialog_transparentDivs {
    filter: alpha(opacity=40);
    opacity: .4;
    background-color: #AAA;
    z-index: 1;
    position: absolute
}

.modalDialog_contentDiv {
    padding: 0;
    height: 300px;
    z-index: 100;
    position: absolute
}

.modalDialog_contentDiv table {
    border: 1px solid #486CAE
}

.modalDialog_contentDiv_shadow {
    z-index: 90;
    position: absolute;
    background-color: #555;
    filter: alpha(opacity=30);
    opacity: .3
}

.popupTitleBar {
    background-color: #3c85d4;
    color: #FFF;
    font-weight: 700;
    height: 20px;
    padding-left: 5px;
    position: relative;
    z-index: 203;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px
}

.error {
    background-color: #FFF;
    color: red;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    height: 132px
}

.error_txt {
    background: #fff;
    color: red;
    font-family: Verdana, Arial, Helvetica;
    font-weight: 400;
    text-decoration: none;
    font-size: 11px;
}

.xclose{
	float: right;
	color: #fff;
	cursor:pointer;
	text-decoration:none;
}

.butn {
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 2px #468AF0;
    border-right: solid 2px #468AF0;
    background-color: #D8E9FE;
    font-family: Tahoma, Verdana, Arial;
    color: #0F5EAC;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    height: 20px;
    padding-left: 17px;
    padding-right: 17px;
    cursor: pointer
}

