/*for the alert <p> ----------------------------------------------------*/
.alert {
	background: #fff6bf url(../images/norm_ozel/exclamation.jpg) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 5px 20px 5px 5px;
	text-align: left;
}
/*---------------------------------------------------------------------*/
/*classes--------------------------------------------------------------*/
.div {border:1px red dashed;}
.clear {clear: both;}
/*---------------------------------------------------------------------*/
