﻿.FormGroupLeft {float:left;}
.FormGroupRight {float:right;}
.FormGroupBorder {margin-bottom:20px; padding: 10px; }

/* overlay */
.OverLay_Main  
{
    position: relative;
    border: 1px solid #d0d0d0; 
    background: #fff;
    padding:10px;
}
table.radio, table.radio tr td
{
   border:none; 
   background: none repeat scroll 0 0 #F1F1F1;
}
.center 
{
   margin-left: auto;
   margin-right:auto; 
   text-align:center;
}
.inv_parties, .inv_parties span
{
    float:left;
    }
/** =Helper Classes **/
.Center800 { display: block; width: 800px; margin: 0 auto; }

.ErrorMessage { color: Red; }

.SuccessMessage { color: Green; }