﻿/* ========================================================================== */
/* Name:  		  CONTAINERS STYLE SHEET                                        */
/* ========================================================================== */
/* Description:	Contains all the styles for repeated DIV and SPAN containers  */
/*                                                                            */
/* Author:		  Jason Martin (CD)      | Updated By:  Jason Martin (CD)       */
/* Create Date: April 8th, 2009        | Updated On:  June 16th, 2009         */
/*                                                                            */
/* ========================================================================== */

DIV.ajax__htmleditor_toolbar_button {
  display:inline !important; width:auto !important; }
DIV.ajax__htmleditor_toolbar_button TABLE { width:auto; }

/* Table Fields                                                               */
/* ========================================================================== */
  .tableOfFields .tdLabel { font-weight:700; text-align:right;
    text-transform:uppercase; font-size:10px; color:#111; padding-top:4px;
    padding-right:8px; }
  .tableOfFields .tdLabel .special { font-size:8px; font-style:italic;
    color:#c33; }
  .tableOfFields .tdData { padding-bottom:10px; }



/* Page Content Box                                                           */
/* ========================================================================== */
  .content .html,
  .content H1,
  .content H2 { margin:0 0 4px 0; }
  .content H3 { margin:0 0 2px 0; }
  .content .ogBox H1 { margin-bottom:0px; }
  .mainContent H5 { text-transform:uppercase; color:#f90; font-size:14px; }
/* ========================================================================== */



/* Control Panel                                                              */
/* ========================================================================== */
  .controlPanels { width:230px; padding:0; margin:0; }
  .controlPanel { width:230px; margin:0 0 18px 0; padding:0; }
  .controlPanel .title { cursor:pointer; border-bottom:solid 1px #ddd;
    margin:0 0 6px 0; }
  .controlPanel .showHideTitle { font-size:12px; text-transform:uppercase;
    font-weight:700; }
  .controlPanel .showHide { font-size:10px; color:#666; padding-left:12px;
    }
  .controlPanel DIV.item, .controlPanel DIV.disabled { vertical-align:top; 
                           
                           width:68px;
                           margin:0 20px 0 20px; 
                           text-align:center; 
                           height:68px;
                           float:left;
                           
                           
 }
  .controlPanel DIV.item:Hover {
    background-image:url('Images/Backgrounds/68-IconHighLight.gif'); }
    
    .controlPanel DIV.item form{
      
    }
  
   
  
  .controlPanel .item SPAN, .controlPanel .disabled SPAN { display:block; }
  .controlPanel .item IMG,  .controlPanel .disabled IMG{ margin-top:4px; }
  .controlPanel .item A, .controlPanel .disabled A { font-size:9px; text-transform:uppercase;
    font-weight:700; color:#333;}
  .controlPanel .item .label, .controlPanel .disabled .label { padding-top:4px; }
/* ========================================================================== */
.sizeWrapperSet { height:400px; overflow:-moz-scrollbars-vertical;
    }
.sizeWrapperSet,
.sizeWrapperFlex {padding:4px 8px 10px 8px;}


/* Command Center                                                             */
/* ========================================================================== */
  .commandCenterTable { width:989px; margin:2px 2px 0 1px; border:none;
    border-collapse:collapse; padding:0;}
  .commandCenterTable TR,
  .commandCenterTable TD { margin:0; padding:0; }
  .commandCenterTable TD.commandCenterContent,
  .commandCenterTable TD.commandCenterOptions { border:solid 1px #999;
    padding:0; background-repeat:repeat-x; 
    background-image:url('Images/Backgrounds/1x32-GrayFade.jpg'); } 
  .commandCenterTable TD.commandCenterSpace { width:2px; }
  .commandCenterTable .commandCenterOptions { width: 230px; padding:0px;
    margin:0px; vertical-align:top; }
  .commandCenterTable .commandCenterContent H2 { color:#222; font-size:16px;
    border-bottom:solid 1px #eee; }
  .commandCenterTable .commandCenterContent P.description { padding-left:0; }
  .commandCenterTable .commandCenterContent .buttons { margin:4px 8px 0 8px; } 
  /*.commandCenterTable .commandCenterContent .fields {
    background-color:#fcfcfc; border:solid 1px #ddd;  padding:8px 6px;}*/
  .showHide { margin:2px 6px; font-size:13px; color:#fff; display:block; width:auto; height:18px; }
  .showHide:Hover { color:#fc3; text-decoration:none; }
/* ========================================================================== */



/* Command Center                                                             */
/* ========================================================================== */
  .commandCenterFields { width:680px; margin:0 auto; }
  .commandCenterFields H1 { margin:24px 0 12px 0; }
  .commandCenterFields P { margin:0 0 15px 0; padding:0; }
  .commandCenterFields .label { font-weight:700; }
  .commandCenterFields .textBox { width:330px; }
  .commandCenterFields .fieldData2 .textBox { width:200px; }
  .commandCenterFields .commandBox .commandHeader { background-color:#A4CD39; 
    background-image:url('/Images/Replicator/CommandCenterGreenBar.png');
    height:17px; background-repeat:no-repeat; padding:0 0 0 6px; }
  .commandCenterFields .commandBox H3 { background-color:#A4CD39; font-size:11px;
    background-image:url('/Images/Replicator/CommandCenterGreenBarRight.png');
    background-position:top right; background-repeat:no-repeat; }
/* ========================================================================== */



/* HTML Editor                                                                */
/* ========================================================================== */
  .editor { width:75%; display:inline-block; }
  .editor IFRAME { width:auto; height:auto; border:none; margin:auto;
    overflow:visible; }
  .ajax__htmleditor_editor_container { }
  .ajax__htmleditor_editor_toptoolbar { border:solid 1px #999; }
  .ajax__htmleditor_editor_editpanel {  border-left:solid 1px #999;
    border-right:solid 1px #999; }
  .ajax__htmleditor_editor_bottomtoolbar { border:solid 1px #999; }

  .editorHTMLPanel { font-family:Courier; font-size:12px; color:Blue; } 
/* ========================================================================== */




/* Page Footer                                                                */
/* ========================================================================== */
  .footer .horizontalMenu { text-align:center; float:none; margin:0;
    padding:5px 0 0 0; }
/* ========================================================================== */




/* Menus                                                                      */
/* ========================================================================== */
  UL.menu LI { display:inline; margin:0 2px; padding:0;}
  .sideMenu { border:solid 1px #ccc; margin:0 0 12px 0; padding:0 6px 8px 2px; }
  .sideMenu A { color:#33c; }
  .sideMenu A:Hover{ color:#00f; }
  .sideMenu H3 { margin:0 0 4px 0; padding:2px 0 0 2px; font-size:13px;
    text-transform:uppercase; color:#333;  }
  .sideMenu UL LI { margin:4px 0 0 8px; }
/* ========================================================================== */




/* Columned Tables                                                            */
/* ========================================================================== */
  .twoColumn TD { width:50% }
  .threeColumnTable { width:100%; height:300px; }
  .threeColumnTable .tableColumn1 { width:125px; }
  .threeColumnTable .tableColumn2 { text-align:left; }
  .threeColumnTable .tableColumn3 { width:300px; }
/* ========================================================================== */  
  
  


/* Box                                                                        */
/* ========================================================================== */
  .box    { border:solid 1px #999; margin:12px 0 0 0; background-color:#fff; }
  .box H3 { padding:4px 0 2px 6px; }
  .box P  { padding:0 6px 6px 6px; }
  .box UL { padding:0 6px 12px 6px; margin:0 0 0 12px; }
  .box UL LI { margin:0 0 2px 10px; list-style-type: circle; }
  .box .buttons { text-align:center; margin-bottom:6px; }
  .setPanel { min-height:300px; }
  .setPanel .box { min-height: 290px; }
/* ========================================================================== */



/* AJAX According Slider                                                      */
/* ========================================================================== */
  .accordionHeader { color:#fff; font-size:11px; font-weight:700;
    padding:2px 4px; margin-top:2px; cursor:pointer; border:solid 1px #666; }
  .accordionHeader A { color:#000; text-decoration:none;
    text-transform:uppercase; }
  .accordionContent { border:1px solid #666; border-top:none;
    padding:2px 6px 6px 6px;}
/* ========================================================================== */


  


/* Pagers                                                                     */
/* ========================================================================== */
  .alphaPager { font-size:11px; font-weight:700; text-align:center;
    border:solid 1px #eee; border-top:none;} 
  .alphaPager A.activeTrue { border:solid 1px #999; padding:1px 4px; margin:4px;
    display:inline-block; width:10px; }
  .alphaPager A.activeTrue:Hover { background-color:#393; color:#fff; }
  .alphaPager A.activeFalse,
  .alphaPager A.activeFalse:Hover { color:#777; text-decoration:none;
    font-weight:normal; } 
/* ========================================================================== */
  .pager { margin:2px auto; padding:8px; text-align:center;
    border:solid 1px #eee; border-bottom:none; }
  .pager .pagerText { border:solid 1px #999; width:55px; height:22px;
    padding:2px 6px; margin:2px 6px;  font-weight:700;background-color:#fff; }
  .pager .pagerNumber{ border:solid 1px #999; width:22px; height:22px;
    padding:2px 6px; margin:2px; font-weight:700; background-color:#fff; }
  .pager .pagerNumberCurrent { border:solid 1px #444; width:22px; height:22px;
    padding:2px 6px; margin:2px; background-color:#393; color:#fff;
    font-weight:700;}
/* ========================================================================== */
   



/* Listings                                                                   */
/* ========================================================================== */
  .listings { margin:0 6px; }
  .listings .businesses { color:white; font-size: 13px; font-weight: bold;
    padding: 2px 4px; margin:0 0 4px 0; border:solid 1px #666; }
  .listings TD.phoneRating { width:125px; text-align:right; }   
  .listings STRONG { font-size:18px; color:#c33; } 
  .listings TD.mapLetter { width:24px; text-align:center; }
  .listings H2 A { color:#000; }
  .listings H2 A:Hover { color:#f60; }
  .listings H2 { font-weight:normal; margin:0 0 1px 0; padding:0; }
  .listings H2.phone A { color:#c33; }
  .listings H2.phone A:Hover { text-decoration:none; }
  .listings TD.menu { width:75px; vertical-align:top; margin:0;
    padding:0 8px 0 0; }
  .listings TD.menu UL { text-align:right; margin:0; padding:0; }
  .listings TD.menu UL LI.firstItem,
  .listings TD.menu UL LI.item,
  .listings TD.menu UL LI.lastItem { line-height:20px; }
  .listing { border-bottom:solid 1px #eee; margin-bottom:16px;
    border-top:solid 1px #fff; margin-right:2px; }
  .listing:Hover { border-bottom:solid 1px #8dbe40;
    border-top:solid 1px #8dbe40; }
  .POPPhorizontalMenu .POPPmenu UL { }
  .POPPhorizontalMenu .POPPmenu UL LI.POPPfirstItem,
  .POPPhorizontalMenu .POPPmenu UL LI.POPPitem,
  .POPPhorizontalMenu .POPPmenu UL LI.POPPlastItem { }
  .POPPhorizontalMenu { float:right; margin-top:25px; }
  .POPPhorizontalMenu UL { }
  .POPPhorizontalMenu UL LI { display:inline; height:auto; width:auto;
    margin:0 auto; padding:0;}
  .POPPhorizontalMenu UL LI A { display:inline-block; }
/* ========================================================================== */




/* Progress Steps                                                             */
/* ========================================================================== */
  .steps { width:100%; }
  .steps .stepTitles { font-size:16px; font-weight:700; color:#999; }
  .steps TD { width:16.6%; text-align:left; padding:2px; }
  .stepText { border-bottom:solid 6px #999; width:100%; display:block;
    font-weight:700; font-size:14px; color:#ccc; }
  .active .stepText { border-bottom:solid 6px #3c3; color:#000; }
  .panelStep { padding:16px 6px 6px 6px; }
/* ========================================================================== */




/* Fields                                                                     */
/* ========================================================================== */
  .fields { margin:6px 0; }
  .fields .field { margin-bottom:6px; }
  .fields .field .multiLine { height:58px; vertical-align:top; }  
  .fields .field .fieldLabelLong,
  .fields .field .fieldLabel { display:inline-block; height:20px;
    width:125px; font-weight:700; text-align:right; }
  .fields .field .fieldText { margin-left:128px; width:250px;
    display:inline-block; margin-bottom:6px; line-height:18px; }
  .fields .field .multiLine .fieldLabel,
  .fields .field .multiLine .fieldError { height:50px; vertical-align:top;  }
  .fields .field .multiLine .fieldData,
  .fields .field .multiLine .multiLineTextBox { height:50px; }
  .fields .fieldEditor .fieldLabel { height:250px; vertical-align:top; }
  .fields .fieldLabelLong { height:55px; }
/* ========================================================================== */




/* Tab Menus                                                                  */
/* ========================================================================== */
  .menuTabs .horizontalMenu { width:100%; height:24px; margin-top:1px; }
  .menuTabs .horizontalMenu UL { height:auto; margin:0; padding:0;}
  .menuTabs .horizontalMenu UL LI { display:inline; height:auto; width:auto;
    margin:0 auto; padding:0; text-align:center; }
  .menuTabs .horizontalMenu UL LI A { display:inline-block; height:20px;
    width:120px; padding:4px 0 0 0; margin:0 auto; text-decoration:none;
    text-transform:uppercase; font-size:13px; color:#000;
    border-right:solid 1px #fff; font-weight:700; text-align:center; }
  .menuTabs .horizontalMenu A.commandCenterLink { color:#111; font-size:16px;
    font-weight:700; margin:1px 6px; display:inline-block; height:20px; }
  .menuTabs .horizontalMenu A.commandCenterLink:Hover { text-decoration:none; }
/* ========================================================================== */



 

  
/* == BANNER =================================== */
  .banner .horizontalMenu { margin:54px 0 0 0; }
  .banner .horizontalMenu A {
    font-size:11px; color:#666; text-transform:uppercase;
    border-right:1px solid #666; padding:0 8px 0 0; }
  .banner .horizontalMenu .lastItem A {
    border-right:none; padding:0; }
  .banner .horizontalMenu A:Hover {
    color:#33c;}




  




/* == CONTENTITEMS ============================= */
  .contentItems {
    margin:12px; }
  .contentItems .contentItem {
    display:inline-block; width:190px; height:16px; vertical-align:top;
    padding:0 6px; margin:0 0 10px 0; overflow:hidden;}
  .contentItems .contentItem A.linkItem {
    font-size:13px; color:#666; }
  .contentItems .contentItem A.linkItem:Hover {
    color:#33c; text-decoration:underline; }





/* Bottom Bar                                                                 */
/* ========================================================================== */
  .bottomBar { height:32px; margin:1px 0 0 0; color:#000; font-weight:700; }
  .bottomBar .join { padding:6px 8px; font-size:16px;}
  .bottomBar .join A { color:#000; }
  .bottomBar .join A:Hover { text-decoration:none; }
/* ========================================================================== */




/* Reviews                                                                    */
/* ========================================================================== */
  .reviews { margin:0 2px 12px 2px; }
  .reviews .thumbNail IMG { width:64px; margin:3px 0 0 0; padding:0; }
  .reviews A { color:#06c; text-transform:capitalize; }
  .reviews H2.title { padding:0; margin:0 0 0 10px; font-size:15px;
    text-transform:capitalize; }
  .reviews .postedBy { color:#666; font-weight:normal; font-size:12px;
    margin:4px 0 0 11px; padding:0; }
  .reviews .review { margin:0; padding:0;}
  .reviews .itemRow { padding:0; margin:0 0 12px 0; }
/* ========================================================================== */




/* AUTO FILL DROP DOWN LISTS */
  .completionListElement,
  .completionListElement2{  
    margin:0px! important; border:solid 1px gray;
    cursor:pointer; list-style-type:none; padding:0; max-height:65%;
    overflow:-moz-scrollbars-vertical; 
    text-align:left; z-index:220;}
  .completionListElement{
    visibility:hidden;}
  .completionListElement2{  
    visibility:visible;}
  .completionListElement strong,
  .completionListElement2 strong{
    font-weight: bold;}
  .completionListElement SPAN.location,
  .completionListElement2 SPAN.location {
    padding:0 0 0 6px;}
  .listItem,
  .highlightedListItem{
    font-size:12px; border-bottom:solid 1px #ccc; padding:6px 4px; }
  .listItem strong{
    text-decoration:underline;}

/*** ACCORDING CONTAINER ***/

.accordionContent
{
    border: 1px solid #000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink {}

/*** ACCORDING CONTAINER ***/
  .menu LI,
  .tabs LI { display: inline; width:60px; text-align:center; }
  .logo { float:left;}
  .horizontalMenu { float:right; }
  .menu LI { width:auto; padding-left:12px; }
  .banner { height:75px; }


/* ListView Tables                                                            */
/* ========================================================================== */
  TABLE.listTable { width:100%; border:solid 1px #999; }
  TABLE.listTable A { color:#33c; }
  TABLE.listTable STRONG { font-weight:700; }
  TABLE.listTable .headerRow { font-weight:700; text-transform:uppercase;
    background-image:url('Images/Backgrounds/1x32-GrayFade.jpg');
    background-repeat:repeat-x; font-size:11px;  }
  TABLE.listTable TR { height:26px; }
  TABLE.listTable TD { padding:4px 0 2px 6px; }
  TABLE.listTable TD.imageButton {
    width:24px; text-align:center; }

  TABLE.listTable TR.itemRow:hover {
    background-color:#cfc;}
  TABLE.listTable TR.itemAltRow {
    background-color:#f6f6f6;}
  TABLE.listTable TR.itemAltRow:hover {
    background-color:#cfc; }
  TABLE.listTable TR.itemRowSelected,
  TABLE.listTable TR.itemAltRowSelected { background-image:url('Images/Backgrounds/800x100-Selected.gif'); }
/* ========================================================================== */






/* Profile                                                                    */
/* ========================================================================== */
  .profileInfo { min-height:320px; }
  .profile H1 { font-size:28px; margin:0 0 6px 8px; }
  .profile .profileImage { float:right; margin-right:6px;  }
  .profile .image{ max-height:250px; max-width:350px; }
  .profile .feilds { margin-left:4px; }
  .profile .fieldLabel,
  .profile .fieldData { font-size:14px; color:#333;}
  .profile .fieldData { margin-left:6px; color:#555; }
  .profile .profileAbout { margin-left:130px; }
  .profile .profileAbout p { margin:0 0 14px 0;}
  .profile .buttons { text-align:center; }
  .miniProfile { margin:2px 2px 6px 2px; padding:0 0 6px 0;
    border-bottom:solid 1px #999; }
  .miniProfile TABLE { width:auto; }
  .miniProfile H2 { font-size:20px; margin:0 0 4px 0; }
  .miniProfile .profileImage { border:solid 1px #ccc; padding:1px;
    margin:0 6px 0 0; }
  .miniProfile .image{ max-height:96px; max-width:96px; }
  .miniProfile .data { font-size:15px; margin:0 0 6px 0; color:#f60;
    font-weight:700; }
  .miniProfile .data A { font-weight:normal; }
/* ========================================================================== */




/* Password Strength Indicator                                                */
/* ========================================================================== */
  .strengthBarBorder { border:solid 1px #999; margin:2px 0 0 0; height:22px;
    width:100px; vertical-align:middle;}
  .strengthBarIndicator_weak    { background-image:url('Images/BackGrounds/1x24RedBarFade.jpg'); }
  .strengthBarIndicator_average { background-image:url('Images/BackGrounds/1x24YellowBarFade.jpg'); }
  .strengthBarIndicator_good    { background-image:url('Images/BackGrounds/1x24GreenBarFade.jpg'); }
  .strengthBarIndicator_weak,
  .strengthBarIndicator_average,
  .strengthBarIndicator_good { background-repeat:repeat-x; margin:2px 0 0 0; }
/* ========================================================================== */


.star {
  background-image:url('Images/Icons/16x16-Star.png'); width:16px; height:16px; }
.emptyStar {
  background-image:url('Images/Icons/16x16-EmptyStar.png'); width:16px; height:16px; }

.bigStar {
  background-image:url('Images/Icons/32-Star.png'); width:32px; height:32px; }
.bigEmptyStar {
  background-image:url('Images/Icons/32-EmptyStar.png'); width:32px; height:32px; }




TABLE.polaroid { width:150px; display:inline-block; margin:6px 10px 10px 10px;
  height:200px; }
TABLE.polaroid TD { text-align:center; }
TABLE.polaroid IMG { border:solid 1px #ccc; padding:1px; max-height:128px;
  max-width:128px; }
TABLE.polaroid IMG:Hover { border:solid 1px #3c3; padding:1px; }
TABLE.polaroid h3 { color:#111; font-size:16px; }



.popupWindow {
	position:absolute;
	visibility:hidden;
	background-color:#fff;
  border:solid 1px #999; }
/*	opacity:.9;
	filter: alpha(opacity=90);
}*/

.popupHover {
	background-color:#fff;
  border:solid 1px #999; 
}



/* Products                                                                   */
/* ========================================================================== */
  .products TABLE { width:614px; margin:0 auto; }
  .products TABLE.noOptions { width:414px; margin:0 auto; }
  .products TD.productDetails,
  .products TD.productImage,
  .products TD.productOptions { height:128px;}
  .products TD.productDetails { width:48px; vertical-align:middle; }
  .products TD.productImage { width:366px; }
  .products TD.productOptions  { width:200px; vertical-align:middle;
    font-size:14px; }
  .products .noOptions TD.productOptions  { width:0; vertical-align:middle;
    font-size:14px; }
  .products TD.productOptions LABEL { padding:4px; }
  
  
  
  
  
  
  
.edit { background-image:url('Images/Backgrounds/1x32-GrayFade.jpg');
    background-repeat:repeat-x; border:solid 1px #999; padding:4px 0;}
.edit H4 { color:#333; text-transform:uppercase; font-size:13px; padding:0 6px 2px 6px; }
.edit .buttons { text-align:right; }
.edit .buttons .imageButton { margin-left:16px; }

.divColor {background-color:#8ebe3f;height:25px;font-size:large;font-weight: bold}


/*sales pages */

#referral-left
{
    float:left;
    
    
    
}

#referral-right
{
    float:left;
    
}

.referral-column
{
    width:320px;
    padding:5px 0px 5px 0px;
    
}

#referral-wide
{
    width:620px;   
    border:black solid 1px;
    margin-top:18px;
    
}

#referral-wide h1
{
    border-bottom:1px solid black;
    font-size:10pt;   
    padding:3px 5px 3px 5px;
}

#referral-wide p
{
    padding:3px 5px 3px 5px;   
    
}

.clear
{
    clear:both;   
}

.referral-section
{
    border:1px solid black;   
    width:300px;
    margin-top:20px;
}

.referral-section h1
{
    
    border-bottom:1px solid black;
    font-size:10pt;   
    padding:3px 5px 3px 5px;
}

.referral-section p
{
    padding:3px 5px 3px 5px;
}

.note
{
    margin-top:5px;   
}

#package-table
{
   text-align:center;
   width:645px;
   margin-top:20px;
}

#package-table tr
{
      
}

.price-row td
{
   padding-top:5px;
 
}

.content-row td
{
    padding-top:15px;
}

#settings-list img{
    margin:10px 10px 20px 10px;
}

#settings-list .product-list{
 list-style:disc;
    float:left;
    margin-top:15px;
    margin-left:10px;

}

#settings-list .product-list li{
 border:none;
 margin:0;
 padding:0;

}

.upgrade-rb{
    margin-left:175px;
    
}

.CustomEditorStyle .ajax__htmleditor_editor_toptoolbar {
background-color:#F0F0F0; 

}

#settings-list .ajax__htmleditor_toolbar_button{
  margin:0px 0px 0px 0px;
   
}

.settings .ajax__htmleditor_editor_toptoolbar tr td:first-child{
    width:0;
}

.settings .ajax__htmleditor_editor_toptoolbar tr td{
    padding: 0px 0px 0px 0px;
}

#settings-list .ajax__htmleditor_editor_toptoolbar  img{
 margin:2px 0px 2px 0px;
}

#settings-list .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_selectbutton{
    margin:2px 0px 2px 0px;
}

#settings-list .ajax__htmleditor_editor_bottomtoolbar  img{
 margin:2px 0px 2px 0px;
}

#settings-list .ajax__htmleditor_editor_editpanel{
 height:200px;
}


.promo-section{
 
 font-size:110%;
 margin-right:5px;
 margin-bottom:5px;

 
 
}

.promo-section #promo-section{
 margin:-10px 0px -10px 0px;
}



.promo-section p{
    margin:10px 20px 10px 20px;
}

.promo-section p a{
 text-decoration:underline;
}

.review-table{
    font-size:14pt;
    clear:both;
    margin-top:10px;
}

.review-table td{
 padding:5px 5px 5px 5px;
}

.review-table td .text{
 line-height:20px;
 width:350px;
 height:20px;
 font-size:12pt;
 font-family:arial, tahoma, verdana, sans-serif;
}

.review-table td .multi{
    line-height:20px;
 width:350px;
 height:20px;
 font-size:12pt;
 height:100px;
 font-family:arial, tahoma, verdana, sans-serif;
}

.review-table td:first-child{
 width:150px;
}

#review-head{
 padding:10px 10px 10px 10px;
}

#review-head span{
 float:right;
}

#verify-content{
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    margin-bottom:60px;
    padding:20px 20px 20px 20px;
    
    border:5px solid #6D6D6D;
    width:400px;
}




