<!-- CSS styles for ae_prompt function -->
<style type="text/css">
#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: 400px; text-align: left;}
#aep_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;}
#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;}
#aep_w div {text-align: right; margin-top: 5px;}
</style>
<!-- IE specific code: -->
<!--[if lte IE 7]>
<style type="text/css">
#aep_ovrl {
position: absolute;
filter:alpha(opacity=70);
<!-- top: expression(eval(document.body.scrollTop)); -->
top: 400px;
width: expression(eval(document.body.clientWidth));
}
#aep_ww { 
position: absolute; 
top: 400px;
}
<!-- top: expression(eval(document.body.scrollTop)); -->
</style>
<![endif]-->

<!-- CSS styles for ae_prompt function -->

