#alert{
	position   : absolute;
	top        : 23%;
	left       : 32%;
	z-index    : 1000;
	width      : 373px;
	height     : 126px;
	background : url(imagens/alert.png) no-repeat;  186,5 36,5;
}

#alert .alertMsg{
	position    : absolute;
	top         : 60px;
	left        : 0;
	width       : 100%;
	text-align  : center;
	font-size   : 12px;
	font-family : Tahoma;
	font-weight : bold;
	color       : #000;
}

#alert button{
	position   : absolute;
	bottom     : 9px; 
	left       : 150px;
	padding    : 0 0 5px 0;
	width      : 73px;
	height     : 19px;
	background : url(imagens/btn.gif) no-repeat;
	border     : #ECECEC solid 1px;
}

#alert button:hover{
	background : url(imagens/btn.gif) no-repeat bottom;
}

