#review_box /* The review section container */
{
 display: block;
 float: left;
 width: 52%;
 padding: 5px;
 margin: 8px;
 margin-top: 20px; 
 border: #808080 1px solid;
 border-right: #808080 2px solid;
 border-bottom: #808080 2px solid;
 background-color: #F5F5F5;
}

#review_box_title
{
 display: block;
 font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
 
color: #000000;
}

.review /* The box around each review */
{
 display: block;
 border: #808080 1px solid;
 margin-left: 5%;
 margin-top: 3px;
 width: 92%;
}

.review DIV /* The title of the Review */
{
 padding-left: 3px;
 color: #000000;
 font-size: 0.9em;
 font-weight: bold;
}
.review DIV A
{
 color: #000000;
}

.review SPAN /* The content of the review */
{
 display: block;
 margin-left: 6px;
}

.view_review
{
 color: #336666;
 font-size: 12px;
 font-family:"Georgia1",Georgia,Serif;
}

.view_review DIV,
.view_review SPAN
{
 padding: 0; margin: 0;
 font-size: 12px; font-weight: normal;
 
font-family:"Georgia1",Georgia,Serif;
 color: #336666;
}
.view_review SPAN
{
 display: inline;
}

.edit_review_menu
{
 float: right;
}

#add_review_menu
{
 display: block;
 margin-top: 5px;
 margin-bottom: 3px; 
 
}

.edit_review
{
 display: none;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 26px; 
}

.edit_review textarea
{
 width: 95%; height: 170px;
}

.edit_review a
{
 float: right;
}

#editorSubmit
{
 float: right;
 margin-right: 5%;
}
