﻿body 
{   background-color: #ffffff;
    line-height:20px;
    color: #333333;
    font-size: 12px;
    font-family: verdana;
}

#PageHeading
{   font-family: Georgia;
    color: #AB7EB5;
    font-size: 30px;
    position: relative;
    left: -5px;
}


.CommentPane
    {   border: dotted 1px #333333;
        width:450px;
        margin-left: auto;
        margin-right:auto; 
        padding:15px; 
    }

.DivName
    {   font-size: 10px;
        color: #578EAD;
        font-weight: bold; 
        width:auto;       
    }

.DivDate
    {   font-size: 9px;
        font-weight: normal;
        color: #69acd2;
    }

.DivComment
    {   font-family: Georgia;
        font-size: 14px;
        color: #333333;
        width:auto; 
        margin-bottom:5px;
    }
    
#CommentForm
    {   border-bottom: dotted 1px #e3e3e3;
        font-size: 12px;
        background-color: #F8F7EF;
        border-top: dotted 1px #333333;
        border-bottom: dotted 1px #333333;
        padding-top:5px;
        padding-bottom: 5px;
    }
#CommentForm td
    {   font-family: Verdana;
        font-size:12px;
    }

.BottomCell
    {   border-top:solid 1px #e3e3e3;
        padding-top:5px;
        padding-bottom: 5px;
    }

.CommentButton
    {   font-family:Verdana;
        font-size: 10px;
        height:20px;
        cursor:pointer;
        border-top: solid 1px #999;
        border-left: solid 1px #999;
        border-right: outset 1px #999;
        border-bottom: outset 1px #999;
        color:#FFFFFF;
        padding: 1px 2px;
        background: url(../images/bluebg.gif) repeat-x left top;
    }
    
.CommentInputBox
    {   font-family: Georgia;
        font-size:14px;
        border: solid 1px #999999;
    }
.CommentInputBoxRed
    {   font-family: Georgia;
        color: Red;
        font-size:14px;
        border: solid 1px #999999;
    }
    
#ProgressBar
    {   border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: outset 1px #ccc;
        border-bottom: outset 1px #ccc;
        background-color: #ffffff;
        text-align: center;
        vertical-align: middle;
        padding-top: 30px;
        padding-bottom:30px;
        z-index:1001;
    }    

/* center <div> for IE*/
#ProgressBar{width:250px;margin:auto;background-color:#ffffff;}

/* position div for browsers that have a clue*/
#ProgressBar,[nul]{left:50%;margin:0;margin-left:-125px;position:fixed;}


#CaptchaLabel{float:left; text-align:left;}
#CaptchaVerify{float:right; text-align:right;}

#PageFooter
    {   margin-left:auto;
        margin-right:auto;
        margin-top:20px;
        font-family:Verdana;
        font-size: 10px;
        text-align:center;
        color: #cccccc;
    }
