﻿
.UserComment
{
    background-color: #FFFF00;
    font-style: italic;
    font-weight: bold;
}

.UserEditComment
{
    background-color: #FFFF00;
    height:115px; 
    width:226px;
}


.opaqueLayer
{
display:none;
position:absolute;
top:0px;
left:0px;
opacity:0.6;
filter:alpha(opacity=60);
background-color: #000000;
z-Index:1000;
}

.questionLayer
{
    position: absolute;
    top: 0px;
    left: 0px;
    wi3th: 350px;
    height: 200px;
    display: none;
    z-index: 1001;
    border: 2px solid black;
    background-color: #CCCCCC;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

