/* divul de alert */

div.divAlert {
    	position: absolute;
	z-index: 100;
	margin-left: 43%;
	width: 273px;
	height: 145px;
	background-image: url( './../img/alert/caseta_mesaj.gif' );
	background-repeat: no-repeat;
}

div.divAlert input {
/*     color: black; */
	width: 122px;
	height: 25px;
	background: transparent url( './../img/alert/bt_mare.jpg' ) no-repeat;
	background-position: right;
}

div.divAlert p {
	color: black;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
}

/* eof divul de alert */