div#container{width:500px;margin:0 auto}
div#container2{width:500px;margin:0 auto}

div.message{
    margin: 0 0 2em;
    padding: 1em 15px 0 50px;
    border-style: solid;
    border-width: 2px 0}

div.message p{
    margin: 0 0 1em}

div.message.info{
    background: #EAEBF7 url(../images/info.png) no-repeat 15px 50%;
    border-color: #8E9AFF}

div.message.warning{
    background: #FFF0BA url(../images/warning20.png) no-repeat 15px 50%;
    border-color: #E87C29}

div.message.question{
    background: #E4F6DE url(../images/help20.png) no-repeat 15px 50%;
    border-color: #8FDC79}

div.message.error{
    background: #FFD8D6 url(../images/error20.png) no-repeat 15px 50%;
    border-color: #FF0038}
		
div.message.pdf{
    background: #FFD8D6 url(../images/pdf.gif) no-repeat 15px 50%;
    border-color: #FF0038}