﻿@import "/App_/ROOT/PageFrame/StyleSheet.css";
html, body, #contentContainer { margin:0;padding:0;background:#F3F9F9; }
body { margin: 20px; font-size: 12px; }
table#emailPagePane td { padding:5px 5px 5px 0; }
table#emailPagePane label { display: block; margin: 0 0 5px 0; font-size: 1.2em; }
#header { float: right; }
#header a.close 
{
    background: url(Images/CloseBtn.gif) top left no-repeat;
    width: 26px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    display: block;
    margin: 0 0 10px 0;
}
/**** Error Pane ********************************************************/
div.errorPane { margin: 0 0 10px 0; }
label.error { color:#DF291F; font-weight:bold; }

