.fbform {}
.fbform dl dt 
{ 
    display: inline !important; 
    margin: 0px; 
    float: none; 
    display: block !important; 
    width: 90% !important;
    text-align: justify;
}
.fbform dl dd 
{ 
    display: inline !important; 
    margin: 0px; 
    padding: 0px;
    float: none;
    width: auto !important; 
}

.fbform dl dd input, .fbform dl dd textarea
{
    width: 90% !important;
    margin: 0px 0px 20px 0px;
}

table.prayer_requests 
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    /* background: #BBD0BE; */
    background: #D2E0D4;
}

table.prayer_requests td 
{
    padding: 0px 10px 0px 10px;
    vertical-align: top;
}

.prayer_requests_from_namedate { padding-top: 10px !important; }
.prayer_requests_from { font-weight: bold; width: 50px; padding-top: 10px !important; }
.prayer_requests_for { font-weight: bold; }
.prayer_requests_request { font-style: italic; padding: 10px !important; }

/*
.alternate { background-color: #F3F3F3 !important; }
*/