@CHARSET "UTF-8";
@IMPORT url("./regad.css");

#divMask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 9999;
}

#divRegBlock {
    position: absolute;
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 9999999;
}

#divRegBlockShadow {
    position: absolute;
    background: black;
    opacity: .25;
    filter: alpha(opacity=25);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 999998;
}

/*
#divRegBlockHeader {
	position:relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    overflow:hide;
    color:#333333;
    font: bold 18px arial, helvetica, sans-serif;
}

#divRegBlockBody {
    text-align:left;
    overflow:auto;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    background:white;
}

#divRegBlockFooter {
	text-align:center;
	font: normal 11px arial, helvetica, sans-serif;
    overflow:hide;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
*/

#divRegBlockFooter A {
	text-decoration:none;
	color:#333333;
}

#divRegBlockFooter A:hover {
    text-decoration:underline;
    color:darkred;
}

div.regblock-header {
    position:relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    overflow:hide;
    text-align:center;
    vertical-align:middle;
    color:#333333;
    background-color:#eeeeee;
    font: bold 18px arial, helvetica, sans-serif;
}

div.regblock-body {
    text-align:left;
    overflow:auto;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    background-color:white;
}

div.regblock-footer {
    text-align:center;
    font: normal 11px arial, helvetica, sans-serif;
    overflow:hide;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    background-color:#eeeeee;
}
