/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox 
{
    width: 500px;
	background-color : white;
	border-bottom: solid 2px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
}
.modalBox .caption 
{
    height: 20px;
    background-color: gray;
}
.modalBox .content
{
    width: 420px;
    margin: 30px;
    text-align: left; 
    color: Gray;
}
.modalBox .buttons
{
    text-align: center;
    padding: 5px;
    font-weight: bold;
}
