﻿
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;				/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute;			/* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #95524a;	
	padding:2px;
	z-index:100;				/* Always needed	*/
	position:absolute;			/* Always needed	*/
	background-color:#FFF;		/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;					/* Always needed	- to make it appear below the message */
	position:absolute;			/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;				/* Transparency */	
}

.divAlert
{
	font-size:x-small ;
	width:100%;
	text-align:center;
}

.divAlertheader
{
	background-color:#945248;
	/*background-image:url(../images/canto_m3_active.gif);*/
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	text-align:center;
}

.divAlertMessageContent
{
	width:90%;
	margin:5px 5px 5px 5px;
}

.divAlertfooter
{
	width:90%;
	height:10%;
}

.botao
{
	background-image:url(../images/registar.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
	float:right;
	margin-top:10px;
	 font-size:x-small;
}

.botao a , .botao a
{
	color:#000000;
	text-decoration:none;
}

.botao a:hover, .botao a:hover
{
	color:#96534A;
	text-decoration:none;
}
