﻿div.messagePopup .button {
    background-color:#F3FAED !important;
    border:1px solid #95D695 !important;
    color:#339933 !important;
    display:inline-block;
    font-size:11px !important;
    font-weight:bold !important;
    margin:5px !important;
    padding:1px 3px !important;
    width:70px;
}

div.messagePopup .button:hover {
    background-color: #efdfdf;
    border: 1px solid #993333;
    text-decoration: underline;
}
 
div.messagePopup div
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
}

div.messagePopup .messagePopup
{
    position: absolute; 
    z-index: 1001;
    width: 316px; 
    /*border: 1px solid #000; */
    /*background-color: #f3faed;  */
}

div.messagePopup .popupTitle
{
    background-color: #668646;
    color: #ffffff;
    font-weight:bold;
    padding : 0px 8px 7px 8px;
}

div.messagePopup .popupButtonContainer
{
    text-align: center; 
    padding-bottom: 10px; 
    clear: both;
}

div.messagePopup .popupMessage
{
    padding: 16px 10px 10px 8px;
}
 
div.messagePopup .messageBlocker
{
    position: absolute; 
    z-index: 1000; 
    top: 0px; 
    left: 0px; 
    height: 100%; 
    width: 100%; 
    background-color: #555; 
    opacity: .50; 
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
}
 
div.messagePopup .input-text
{
    background-color:#FFFFFF !important;
    border:1px solid #CCCCCC !important;
    color:#000000;
    float:left;
    font-size:10px;
    font-weight:normal;
    margin-left:3px;
    padding:1px 3px;
}
#swFrame .popupContent             { border: 0px solid green; background-color: #f3faed !important; }
#swFrame .popupTopContainer        { height: 8px; }

/*#swFrame .popupTopRightLine        { float: right; height: 13px;   width: 40px; }*/
#swFrame .popupTopCentreLine       { float: left;  height: 8px;    width: 300px; }
/*#swFrame .popupTopLeftLine         { float: left;  height: 13px;   width: 40px; }*/
#swFrame .popupTopRightCorner      { float: right; height: 8px;   width: 8px;  /*position:relative; top: 7px*/}
#swFrame .popupTopLeftCorner       { float: left;  height: 8px;   width: 8px; /*position:relative; top: 7px*/}
/*#swFrame .popupBottomRightLine     { float: right; height: 13px;   width: 40px; }*/
#swFrame .popupBottomCentreLine    { float: left;  height: 8px;    width: 300px; border:0px solid red; }
/*#swFrame .popupBottomLeftLine      { float: left;  height: 13px;   width: 40px; }*/
#swFrame .popupBottomRightCorner   { float: right; height: 8px;   width: 8px; }
#swFrame .popupBottomLeftCorner    { float: left;  height: 8px;   width: 8px; }
#swFrame .popupRightLine           { background-position: right;   background-repeat: repeat-y; padding: 0px 3px 0px 0px; behavior:url(); }
#swFrame .popupLeftLine            { background-position: left;    background-repeat: repeat-y; padding: 0px 0px 0px 3px; behavior:url(); }
#swFrame .popupTopCentreLine       { background-position: top;     background-repeat: repeat-x; behavior:url(); }
#swFrame .popupBottomCentreLine    { background-position: bottom;  background-repeat: repeat-x; behavior:url(); }

#swFrame .popupTopRightLine        { background-image: url(../images/borders/popup-section-frame-tr-line.jpg); }
#swFrame .popupTopCentreLine       { background-image: url(../images/borders/popup-section-frame-tc-line.png); }
#swFrame .popupTopLeftLine         { background-image: url(../images/borders/popup-section-frame-tl-line.jpg); }
#swFrame .popupTopRightCorner      { background-image: url(../images/borders/popup-section-frame-tr-corner.png); background-position: bottom;}
#swFrame .popupTopLeftCorner       { background-image: url(../images/borders/popup-section-frame-tl-corner.png); background-position: bottom;}
#swFrame .popupBottomRightLine     { background-image: url(../images/borders/popup-section-frame-br-line.jpg); }
#swFrame .popupBottomCentreLine    { background-image: url(../images/borders/popup-section-frame-bc-line.png); background-position: top;  }
#swFrame .popupBottomLeftLine      { background-image: url(../images/borders/popup-section-frame-bl-line.jpg); }
#swFrame .popupBottomRightCorner   { background-image: url(../images/borders/popup-section-frame-br-corner.png); }
#swFrame .popupBottomLeftCorner    { background-image: url(../images/borders/popup-section-frame-bl-corner.png); }
#swFrame .popupRightLine           { background-image: url(../images/borders/popup-section-frame-rr-line.png); }
#swFrame .popupLeftLine            { background-image: url(../images/borders/popup-section-frame-ll-line.png); }
