@charset "utf-8";/* CSS Document */

#dialogContainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#dialogTop {
	float: left;
	width: 600px;
	background-image:url(../img/dialog/dialogTop.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index:1;
	margin-top:10px;
}
#dialogCenter {
	float: left;
	width: 575px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding:10px;
	padding-top:0;
	z-index:1;
	overflow:auto;
	
}
#dialogBottom {
	float: left;
	width: 600px;
	background-image: url(../img/dialog/dialogBottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
}
#dialogBackground{
	width:600px;
	height:400px;
	background-color:#000000;
	-moz-opacity:.5;
	opacity:.5;
	margin:0 auto;
	filter:alpha(opacity:50);
	padding:10px;
}
.globoTexto {
	height: 80px;
	width: 150px;
	background-image: url(../img/fdoGlobo.gif);
	background-repeat: no-repeat;
	position:absolute;
	margin-top:-70px;
}
.globoTextoContent {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
}

