DIV.complaint
{
    width: 98%;
    border: 1px solid #d4d0c8;
    background-color: #ececec;
    padding: 3px;
	padding-right:10px;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

DIV.complaint INPUT.text
{
    width: 50%; 
    margin-left:5px;
    margin-right:10px;     
}

DIV.complaint BUTTON.submit, DIV.complaint INPUT.button
{
    width: 80px;
    height: 26px;
}

DIV.complaint_init
{
    width: 100%;
    text-align: right;
    margin-bottom: 2px;
    margin-top: 10px;
}

DIV.complaint_sent
{
    width: 98%;
    border: 1px solid #ece0b1;
    background-color: #f7f3e1;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}    

DIV.admin
{
    width: 100%;
    border: 1px solid #008000;
    background-color: #cce6cc;
    padding: 3px;
    margin-bottom: 10px;
}

DIV.admin a {
	color:#375682;
}

a.complaint_delete
{
	display:block;
    width: 100%;
    text-align: right;
}
