﻿.DialogHeader
{
	background: url(../images/Proposal/NewImages/DialogBox_01.gif) bottom center no-repeat;
	width: 372px;
	height: 45px;
}

.DialogContent
{
	background: url(../images/Proposal/NewImages/DialogBox_02.gif) top center no-repeat;
	width: 372px;
	height: 141px;
}

.DialogFooter
{
	background: url(../images/Proposal/NewImages/DialogBox_03.gif) top center no-repeat;
	width: 372px;
	height: 44px;
}

.GenericDialogContentLayout 
{
	/* margin: 5px;  */
	padding-left: 15px; 
	padding-right: 10px; 
	height: 135px;
    width: 332px; 
    font-family: Arial; 
    font-size: 10pt; 
}

.DialogPopup
{
    background-color:#f2f0ee;
	filter:alpha(opacity=70);
	opacity:0.7;
}


