
.popUpTitle {
    background-color: #ccd8e3;
    height: 40px;
    width: 100%;
	font-size: 16px;
}

.popUpTitle img {
    float: right;
    margin-right: 2px;
    margin-top: 5px;
}

.data {
    background-color: #ccd8e3;
    height: 520px;
    overflow: auto;
	font-size: 14px;
	font-family: Verdana;
    padding: 0px 50px 0px;
    width: auto;
}

.buttons li {
    cursor: pointer;
    float: left;
    height: 29px;
    margin-right: 15px;
    width: 134px;
}

span.button {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 25px;
    text-align: center;
}

.popUpDisplay {
    display: none;
    position: absolute; 
    width: 490px;
	height: 560px;
    left: 50%;
	top:50%;
	margin-top:-260px;
	margin-left:-245px;
    z-index: 1001;
	border: solid;
}

.dimLayer {
    display: none;
    outline: 0px none;
    height: 100%;
    width: 100%;
    background: #A9A9A9;
    top: 0px;
    left: 0px;
    z-index: 900;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

