﻿body, form, table, div, iframe
{
    font-family: "Lucida Grande", sans-serif;
}

.clearBoth
{
    line-height: 0;
    font-size: 0;
    clear: both;
}

.popupCommentDiv
{
    width: 301px;
    height: 184px;
    background: transparent url('../Media/System/Backgrounds/popupCommentBG.jpg') no-repeat scroll left top;    
}

.popupOrderDiv
{
    width: 361px;
    height: 281px;
    background: transparent url('../Media/System/Backgrounds/popupOrder.jpg') no-repeat scroll left top;
}

.popupCommentDiv .title, .shareContainer .title, .popupCommentTitleDiv .title, .popupOrderDiv .title
{
    font-family: Georgia;
    font-size: 20px;
    color: White;
    line-height: 1.4em;
    position: relative;
    top: 5px;
    left: 10px;
    font-style: italic;
    float: left;
}

.popupCommentDiv #close, .popupCommentTitleDiv #close, .popupOrderDiv #close
{
    background: transparent url('../Media/System/Buttons/closeButton.gif') no-repeat scroll left top;
    width: 9px;
    height: 9px;
    position: relative;
    right: 20px;
    top: 13px;
    float: right;
    cursor: pointer;
}

.popupcommentInput, .popupcommentInputMulti
{
    width: 270px;
    padding: 2px 2px;
    font-size: 12px;
    font-family: "Lucida Grande", sans-serif;
    margin: 10px auto;
    height: 1.4em;
    line-height: 1.4em;
}

.popupcommentInputMulti
{
    height: 4em;
}

.popuporderInput, .popuporderInputMulti
{
    width: 340px;
    padding: 2px 2px;
    font-size: 12px;
    font-family: "Lucida Grande", sans-serif;
    margin: 5px auto;
    height: 1.4em;
    line-height: 1.4em;
}

.popuporderInputMulti
{
    height: 4em;
}

.popupCommentDiv #submit, .popupCommentTitleDiv #submit, .popupOrderDiv #submit
{
    background: transparent url('../Media/System/Backgrounds/commentSubmitArrow.jpg') no-repeat scroll left top;
    font-family: "Lucida Grande", sans-serif;
    font-size: 11px;
    color: White;
    cursor: pointer;
    padding-left: 15px;
    margin: 10px 0 0 5px;
    float: left;
    position: relative;
    top: 2px;
    left: 5px;
}

.shareContainer
{
    width: 464px;
    height: 130px;
    background-color: Black;
}

.shareContainer #close
{
    background: transparent url('../Media/System/Buttons/closeButtonBlue.jpg') no-repeat scroll left top;
    width: 9px;
    height: 9px;
    position: relative;
    right: 20px;
    top: 13px;
    float: right;
    cursor: pointer;
}

.popupCommentTitleDiv
{
    width: 301px;
    height: 224px;
    background: black url('../Media/System/Backgrounds/popupCommentBG.jpg') no-repeat scroll left top;    
}

.articleName
{
    font-family: "Lucida Grande", Sans-Serif;
    font-size: 16px;
    font-style: italic;
    color: White;
    line-height: 1.2em;
    position: relative;
    left: 10px;
    width: 300px;
}

.orderComments 
{
    font-family: "Lucida Grande", Sans-Serif;
    font-size: 10px;
    color: White;
    line-height: 1.2em;
    position: relative;
    left: 10px;
    width: 300px;
    margin-top: 15px;
}
