﻿.modalBackground 
{
	background-color:#FEFEFE;
	filter:alpha(opacity=70);
}

.modalWindowGeral
{
	border-color:#FF6600;
	border-width:1px;
	border-style: solid;
	font-family: Verdana, Arial;
	font-size : 8pt;
	color: #FF6600;
}

.modalWindowCab
{
	width:100%;
	background-color:#FFB66D;
	line-height:30px;
	border-bottom-color:#FF6600;
	border-bottom-width:1px;
	border-bottom-style: solid;
	font-size : 11px;
	font-weight: bold;
}

.modalWindowConteudo
{
	width: 100%;
	background-color: White;
	border-bottom-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.modalWindowRodape
{
	width:100%;
	vertical-align:bottom;
	background-color:#FFB66D;
}
