﻿.popupmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=93);
    opacity: 0.93;
    -moz-opacity: 0.93;
}
.popupcenter
{
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 600px;
    min-height: 300px;
    min-width: 500px;
    background-color: White;
    border-radius: 10px;
    overflow:scroll;
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;
    -moz-opacity: 1;*/
}

.popupdebtors
{
    z-index: 1000;
    margin: 50px auto;
    padding: 10px;
    width: 75%;
    min-height: 500px;
    height: 60%; 
    /*min-width: 500px;*/
    background-color: White;
    border-radius: 10px;
    /*filter: alpha(opacity=100);*/
    /*opacity: 1;
    -moz-opacity: 1;*/
}

#debtorscomments
{
    padding: 10px -20px 10px 20px;
    width: 100%;
    min-height: 500px;
    height: 60%; 
    overflow: scroll; 
}
.popupcenter img
{
    height: 128px;
    width: 128px;
}
	

 .accept_button
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	width: 110px;
	border: 5px Solid #333333;
	background-color: #333333;
	background: #333333 url('../images/Check.png') no-repeat center left;
	cursor: pointer;
	color: #FFFFFF;
	padding-left:30px;
	border-radius:8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}