﻿body
{
    line-height: 1;
    font-family: Times New Roman;
    font-size: 16px;
    background: #D4F2FC;
}
.recF
{
    /*width: 31.5%;*/
    width: 650px;
    height: auto;
    background: #eeeeee; /* float: left;*/
    position: absolute;
    left: 20%;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    border: solid 1px #DDDDDD;
}
.rec_headerF
{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #3399cc;
    border-bottom: solid 2px #8b8989;
    font-weight: bold;
    font-size: 15pt;
    color: #fff; /*font-family: "Helvetica" ,Arial,Helvetica,Verena,serif;*/
}
.button_new
{
    background: #3399cc;
    color: #fff;
    cursor: pointer;
    border: solid 1px #8bd6fc;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 60px;
    text-align: center; /*background-image: url('../../Images/btnbg.png');     background-repeat: repeat-x;*/
    display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.recmainF
{
    margin: 0 auto;
    padding: 20px;
    line-height: 18px; /*font-family: Verdana;*/
}
.recmainF a:link, .recmain a:active, .recmain a:visited
{
    color: #006699;
    text-decoration: none;
    font-size: 11px;
}
.recmainF a:hover
{
    color: #5A9352;
    text-decoration: underline;
}
.pg_title h1
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    width: 100%;
    text-align: left;
}

