/* reset.css */

body { background: white; color:#333333; font:12px/1.55em arial, helvetica, sans-serif; text-align:center; }

a { color:#662837; text-decoration:underline; }
a:hover { color:#8c7a6e; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

label { color:#333; }

/* Heading */
h1, h2, h3, h4 { color:#662837; }
h5, h6, .head { color:#333; }
h1 { font-size:1.7em; line-height:1.2; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.2em; }
h5 { font-size:1.05em; }
h6 { font-size:1em; }

/* Fullsized image */
#FrameBackground {
    background:black;
    cursor:pointer;
    height:100%;
    left:0;
    opacity:0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    filter:alpha(opacity=50);
    position:fixed;
    top:0;
    width:100%;
    z-index: 50;
    display:none;
}
#FrameImageContainer {
    cursor:pointer;
    height:0;
    left:0;
    position:fixed;
    top:50%;
    width:100%;
    z-index:51;
    margin-top:0;
    display:none;
    text-align:center;
}
#FrameImage {
    border:10px solid white;
}
