﻿#divFeedback
{
    width: 600px;
    height: 450px;
    background-color: #CCFFCC;
    text-align: center;
}

#divFeedback img 
{
    display: block;
}

.PopupBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.txtFeedbackEmail
{
    width: 300px;
}

.txtFeedback
{
    width: 90%;
    height: 300px;
}