﻿/* ae_prompt CSS code */
#aep_ovrl
{
    background-color: black;
    -moz-opacity: 0.7;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}
#aep_ww
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#aep_win
{
    margin: 20% auto 0 auto;
    width: 75%;
    text-align: left;
}
#aep_w
{
    background-color: white;
    padding: 3px;
    border: 1px solid black;
    background-color: #EEE;
    text-align: center;
}
#aep_prompt
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
	text-align: center;
}
#aep_text
{
    text-align: left;
    padding: 3px;
    width: 98%;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
#aep_ok, #aep_cancel
{
    font-size: 12pt; 
    padding: 6px 9px 6px;
}