/* 

CSS Document used to format the positioning of the email div  

*/

#emailheader { position: absolute; top: 100px; left: 625px; width: 200px; height: 20px; background-color: #0033CC; margin: 0px; }
#emailbody { position: absolute; top: 120px; left: 625px; width: 200px; background-color: #FFFFFF; margin: 0px; border-style: solid; border-color: #00CF00; font-size 12; }

