body
{
    background-color:#666;
}

.OutterDiv
{
    width : 100%; 
    padding : 0px;
}

.InnerDiv
{
    width : 95%; 
    background : #EEE;
}

.PlaceHolderDiv
{
    width : 95%; 
    padding-top : 25px; 
    padding-bottom : 25px;
}

.QuoteEntryBox
{
    width:400px;
    height:100px;
}

.Action
{
    font-weight:bolder;
    font-size:larger;
    text-align:center;
    color:Green;
}

.CommentBox
{
    width:400px;
    height:150px;
}

.DivSpacers
{
    padding: 5px 0px;
    overflow:hidden;
}

.AwardText
{
    font-size:x-large;
    color:Navy;
    text-align:center;
}
.AwardDescriptionText
{
    font-size:large;
    color:Navy;
    text-align:center;
}

.LeftFormTableField
{
    text-align:right;
}

.CommentHeader
{
	background-color: #CCC;
}

.CommentDiv
{
	word-wrap: break-word;
}

.CommentDiv .Small
{
	max-height:400px;
	max-width:400px;
	cursor:n-resize;
}

.CommentDiv .Full
{
	
}