﻿
.genericContent
{
    -webkit-box-shadow: 2px 2px 9px 2px #44;
    -moz-box-shadow: 2px 2px 9px 2px #444;
    box-shadow: 2px 2px 9px 2px #444;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.genericContent p, .genericContent h3
{
    margin: 7px 20px 7px 20px;
}

.genericContent h3
{   
    font-size: 1.4em;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    filter: dropshadow(color=#333, offx=1, offy=1);
}

.genericContent p
{
    font-size: 14px;
    line-height: 22.5px;
}