﻿/* LiquidBox for IE and FF!!!!!
 * Note use of class title .lbHeader, the lb stands for LiquidBox. This naming
 * scheme has been used to avoid conflict with other classes called .header or
 * .middle or .footer */
 
/* FormBox 
 ****************************************/
.formBox
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:100%;
}

/* Header */
.formBox .lbHeader
{
    height: 5px;
    width: 100%;
    margin-top: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbHeaderLeft
{
    height: 5px;
    width: 5px;    
    background: url(../img/liquidBox/formBox/top-left.png) top left no-repeat;
    float: left;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbHeaderRight
{
    height: 5px;
    width: 5px; 
    background: url(../img/liquidBox/formBox/top-right.png) top right no-repeat;
    float: right;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/formBox/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.formBox .lbMiddle
{
    background-color: #f1f1f2;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbMiddleLeft
{
    background: url(../img/liquidBox/formBox/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbMiddleRight
{
    background: url(../img/liquidBox/formBox/right-border.png) right repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbMiddleContent
{
    margin: 0px 2px 0px 2px;
    padding: 0px 10px 0px 10px;
    
    overflow: hidden;
}

/* Footer */
.formBox .lbFooter
{
    height: 5px;
    width: 100%;
    margin-bottom: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbFooterLeft
{
    width: 5px;
    height: 5px;
    background: url(../img/liquidBox/formBox/bottom-left.png) top left no-repeat;
    float: left;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbFooterRight
{
    width: 5px;
    height: 5px;
    background: url(../img/liquidBox/formBox/bottom-right.png) top right no-repeat;
    float: right;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.formBox .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/formBox/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* InputBox 
 ****************************************/
.inputBox
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.inputBox .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/inputBox/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBox/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBox/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.inputBox .lbMiddle
{
    background: #FFFFFF;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbMiddleLeft
{
    background: url(../img/liquidBox/inputBox/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbMiddleRight
{
    background: url(../img/liquidBox/inputBox/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    overflow: hidden;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.inputBox .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBox/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBox/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBox .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBox/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* InputBoxGrey
 ****************************************/
.inputBoxGrey
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.inputBoxGrey .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/inputBoxGrey/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxGrey/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxGrey/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.inputBoxGrey .lbMiddle
{
    background: #FFFFFF;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbMiddleLeft
{
    background: url(../img/liquidBox/inputBoxGrey/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbMiddleRight
{
    background: url(../img/liquidBox/inputBoxGrey/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    overflow: hidden;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.inputBoxGrey .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxGrey/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxGrey/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxGrey .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxGrey/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* InputBoxLight
 ****************************************/
.inputBoxLight
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.inputBoxLight .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/inputBoxLight/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxLight/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxLight/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.inputBoxLight .lbMiddle
{
    background: #FFFFFF;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbMiddleLeft
{
    background: url(../img/liquidBox/inputBoxLight/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbMiddleRight
{
    background: url(../img/liquidBox/inputBoxLight/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    overflow: hidden;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.inputBoxLight .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxLight/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxLight/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxLight .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxLight/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* InputBoxWhite
 ****************************************/
.inputBoxWhite
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.inputBoxWhite .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/inputBoxWhite/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.inputBoxWhite .lbMiddle
{
    background: #FFFFFF;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbMiddleLeft
{
    background: url(../img/liquidBox/inputBoxWhite/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbMiddleRight
{
    background: url(../img/liquidBox/inputBoxWhite/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    overflow: hidden;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.inputBoxWhite .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputBoxWhite .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* DoubleWhiteBox 
 ****************************************/
.doubleWhiteBox
{
    margin: 0px 0px 0px 0px;
    width:100%;
}

/* Header */
.doubleWhiteBox .lbHeader
{
    height: 7px;
    width: 100%;    
}
.doubleWhiteBox .lbHeaderLeft
{
    height: 7px;   
    background: url(../img/liquidBox/doubleWhiteBox/top-left.png) top left no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbHeaderRight
{
    height: 7px;
    background: url(../img/liquidBox/doubleWhiteBox/top-right.png) top right no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbHeaderBorder
{
    height: 7px;
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
    background: url(../img/liquidBox/doubleWhiteBox/top-border.png) top repeat-x;
}

/* Body */
.doubleWhiteBox .lbMiddle
{
    background-color: #FFFFFF;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbMiddleLeft
{
    background: url(../img/liquidBox/doubleWhiteBox/left-border.png) left repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbMiddleRight
{
    background: url(../img/liquidBox/doubleWhiteBox/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbMiddleContent
{
    padding: 5px 10px 5px 10px;
    margin: 0px 3px 0px 3px;
    
    overflow: hidden;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.doubleWhiteBox .lbFooter
{
    height: 7px;
    width: 100%;
}
.doubleWhiteBox .lbFooterLeft
{
    height: 7px;
    background: url(../img/liquidBox/doubleWhiteBox/bottom-left.png) top left no-repeat;
    margin: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbFooterRight
{
    height: 7px;
    background: url(../img/liquidBox/doubleWhiteBox/bottom-right.png) top right no-repeat;
    margin: 0px 0px 0px 0px;
}
.doubleWhiteBox .lbFooterBorder
{
    height: 7px;
    background: url(../img/liquidBox/doubleWhiteBox/bottom-border.png) top repeat-x;
    margin: 0px 5px 0px 5px;
}

/* FeedbackBox 
 ****************************************/
.feedbackBox
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.feedbackBox .lbHeader
{
    height: 5px;
    width: 100%;
    margin-top: 5px;
}
.feedbackBox .lbHeaderLeft
{
    height: 5px; 
    background: url(../img/liquidBox/feedbackBox/top-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/feedbackBox/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/feedbackBox/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.feedbackBox .lbMiddle
{
    background-color: #32F940;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbMiddleLeft
{
    background: url(../img/liquidBox/feedbackBox/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbMiddleRight
{
    background: url(../img/liquidBox/feedbackBox/right-border.png) right repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbMiddleContent
{
    background: url(../img/liquidBox/feedbackBox/bg.png) top repeat-x;
    background-color: #32F940;
    overflow: hidden;
    
    margin: 0px 1px 0px 1px;
    padding: 5px 10px 5px 10px;
}

/* Footer */
.feedbackBox .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/feedbackBox/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/feedbackBox/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.feedbackBox .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/feedbackBox/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* inputTextBox 
 ****************************************/
.inputTextBox
{
    margin: 0px 0px 0px 0px;
    width:100%;
}

/* Header */
.inputTextBox .lbHeader
{
    height: 5px;
    width: 100%;
}
.inputTextBox .lbHeaderLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/top-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.inputTextBox .lbMiddle
{
    background-color: #FFFFFF;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbMiddleLeft
{
    background: url(../img/liquidBox/inputBoxWhite/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbMiddleRight
{
    background: url(../img/liquidBox/inputBoxWhite/right-border.png) right repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbMiddleContent
{
    overflow: hidden;
    
    margin: 0px 1px 0px 1px;
    padding: 0px 5px 0px 5px;
    
    background: url(../img/liquidBox/bgWhite.png);
}

/* Footer */
.inputTextBox .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.inputTextBox .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/inputBoxWhite/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* BlueBoxGrey
 ****************************************/
.blueBoxGrey
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.blueBoxGrey .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/blueBoxGrey/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/blueBoxGrey/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/blueBoxGrey/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.blueBoxGrey .lbMiddle
{
    background: url(../img/liquidBox/blueBoxGrey/bg.png);
    background-color: #bab9ff;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbMiddleLeft
{
    background: url(../img/liquidBox/blueBoxGrey/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbMiddleRight
{
    background: url(../img/liquidBox/blueBoxGrey/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: url(../img/liquidBox/blueBoxGrey/bg.png);
    background-color: #bab9ff;
    overflow: hidden;
}

/* Footer */
.blueBoxGrey .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/blueBoxGrey/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/blueBoxGrey/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.blueBoxGrey .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/blueBoxGrey/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* GreenBoxGrey
 ****************************************/
.greenBoxGrey
{
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Header */
.greenBoxGrey .lbHeader
{
    height: 5px;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbHeaderLeft
{
    height: 5px;  
    background: url(../img/liquidBox/greenBoxGrey/top-left.png) top left no-repeat;    
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbHeaderRight
{
    height: 5px;
    background: url(../img/liquidBox/greenBoxGrey/top-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbHeaderBorder
{
    height: 5px;
    background: url(../img/liquidBox/greenBoxGrey/top-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

/* Body */
.greenBoxGrey .lbMiddle
{
    background: url(../img/liquidBox/greenBoxGrey/bg.png);
    background-color: #bab9ff;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbMiddleLeft
{
    background: url(../img/liquidBox/greenBoxGrey/left-border.png) left repeat-y;
    width:100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbMiddleRight
{
    background: url(../img/liquidBox/greenBoxGrey/right-border.png) right repeat-y;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbMiddleContent
{
    margin: 0px 1px 0px 1px;
    padding: 10px 10px 10px 10px;
    background: url(../img/liquidBox/greenBoxGrey/bg.png);
    background-color: #bab9ff;
    overflow: hidden;
}

/* Footer */
.greenBoxGrey .lbFooter
{
    height: 5px;
    width: 100%;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbFooterLeft
{
    height: 5px;
    background: url(../img/liquidBox/greenBoxGrey/bottom-left.png) top left no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbFooterRight
{
    height: 5px;
    background: url(../img/liquidBox/greenBoxGrey/bottom-right.png) top right no-repeat;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.greenBoxGrey .lbFooterBorder
{
    height: 5px;
    background: url(../img/liquidBox/greenBoxGrey/bottom-border.png) top repeat-x;
    
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
}

.boxSpacerBottom
{
    margin-bottom: 10px;
}
.boxSpacerTop
{
    margin-top: 10px;
}