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

#modal {
	width:462px;
}

#modal-content {
	width:462px;
}

#modal-content .modal-top {
	width:462px;
}

#modal-content .modal-center {
	width:432px;
	background:url(../imagens/modal-center.png) repeat-y;
	padding:0 0 25px 30px;
}

#modal-content .modal-bottom {
	width:462px;
}

#modal-content .close {
	margin-left:375px;
}

#modal-content .modal-title {
	font-size:12px;
	font-weight:bold;
}

#modal-content li {
	list-style-type:none;
	padding:0 0 5px 0px;
}

#erros-placeholder {
	background:url(../imagens/modal-error.jpg) no-repeat 0 0;
	padding-left:85px;
	min-height:120px;
}

#erros-placeholder ul {
	padding:10px 0 0 0;
	margin:0;
}







