﻿
.PressRelease 
{
    border: 1px solid silver;
    margin: 10px;
    padding: 20px;
    position: relative;
    line-height: 1.6em;
}
.PressRelease .Title 
{
    margin-top: 0px;
}
.PressRelease .Date 
{
    xposition: absolute;
    xright: 0px;
    xtop: 0px;
}
.PressRelease .City 
{
    text-transform: uppercase;
}
.PressRelease .Clipper 
{
    height: 0px;
    overflow: hidden;
    xborder: 2px dotted;
}
.PressRelease .Details 
{
    display: block !important;
}
.PressRelease .Body
{
    text-indent: 2em;
}
.PressRelease .Note 
{
    font-style: italic;
}
.PressRelease .ContactInfo 
{
    xposition: relative;
    xborder: solid;
}
.PressRelease .Contact 
{
    float: left;
    margin-right: 2em;
    xline-height: 1.2em;
    xborder: solid;
}
.PressRelease .Footer 
{
    clear: both;
    xpadding: 1em;
    text-align: center;
    xborder: 1px solid;
}
