#aep_ovrl {
    background-color: black;
    -moz-opacity: 0.7;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#aep_ww {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#aep_win {
    margin: 20% auto 0 auto;
    width: 400px;
    text-align: left;
}

#aep_w {
    background-color: white;
    padding: 10px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #EEE;
	-moz-border-radius:5px;
	border-radius:5px;
}

#aep_t {
    color: white;
    margin: 0 0 2px 3px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

#aep_text {
    width: 100%;
}

#aep_w span {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: black;
}

#aep_w div {
    text-align: right;
    margin-top: 5px;
}