﻿.ModalResponsePopup .Background 
{
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.60;   
}    

.ModalResponsePopup .Progress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#fff;
    width:300px; 
}

.ModalResponsePopup .Container
{
	margin: 13px 10px 13px 10px;
}

.ModalResponsePopup .Icon
{
	float: left; 
	margin-right: 20px;
}

.ModalResponsePopup .Message
{
    margin:3px; 
    font-family:Trebuchet MS; 
    font-size:small; 
    vertical-align:top;
    text-align: left;
}

.ModalResponsePopup .Footer
{
	clear: both; 
	margin-top: 20px;
	text-align: right;
}