/*  ===== pt_error Notes =====   /
    The Container wraps the complete page content inside the body. 
    It allows to give the page a visible margin and padding and
    have a different background color around the container.
    
    All display: inline before floats shall prevent the IE from its own stupidity.
    http://www.positioniseverything.net/explorer/doubled-margin.html
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/

#pt_error #content { 
    display: block;
    float:none;
    margin: 0px auto;
    font-family: serif;
    float: right;
}

/***********************************************/
/* Page Styling CSS                            */
/***********************************************/

#pt_error #content #message {
    width: 750px;
    margin: 50px auto;
    padding: 5px;
    background-color: White;
    border: 1px dashed #999;
}

#pt_error #content #message p {
    font-size: 1.5em;
    margin: 10px 10px;
}
