﻿/*BILGI MESSAGE BOX*/
.MessageBoxTopLBilgi
{

	background-position: right;
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;

}

.MessageBoxTopRBilgi
{

	background-repeat: no-repeat;
	height: 42px;
	width: 10px;
}


.MessageBoxTopMBilgi
{

	font-size:12px;
	color:Red;
	font-weight:bold;
	
	vertical-align: middle;
}


.MessageBoxBottomMBilgi
{

	height: 8px;
	width: 1px;
}

.MessageBoxBottomLBilgi
{
	
	background-repeat: no-repeat;
	background-position: right;
	height: 8px;
	width: 42px;
}

.MessageBoxBottomRBilgi
{
	
	background-repeat: no-repeat;
	height: 8px;
	width: 10px;
}


.MessageBoxLeftBilgi
{
	
	background-position: right;
	background-repeat: repeat-y;

}

.MessageBoxRightBilgi
{
	
	background-repeat: repeat-y;
}

.MessageBoxBilgi
{
	background-color: #eff4fb;
	vertical-align: top;
	color: #1251a0;
	font-size: 12px;
	width:80%;
	
}
/*BILGI MESSAGE BOX END*/

/*UYARI MESSAGE BOX*/
.MessageBoxTopLUyari
{
	
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 46px;

}

.MessageBoxTopRUyari
{
	
	background-repeat: no-repeat;
	height: 20px;
	width: 8px;
}


.MessageBoxTopMUyari
{
	
	font-size:12px;
	color:Red;
	font-weight:bold;
	
	vertical-align: middle;
	
}


.MessageBoxBottomMUyari
{
	
	height: 9px;
	width: 1px;
}

.MessageBoxBottomLUyari
{
	
	background-repeat: no-repeat;
	background-position: right;
	height: 9px;
	width: 46px;
}

.MessageBoxBottomRUyari
{
	
	background-repeat: no-repeat;
	height: 9px;
	width: 8px;
}


.MessageBoxLeftUyari
{
	
	background-position: right;
	background-repeat: repeat-y;

}

.MessageBoxRightUyari
{
	
	background-repeat: repeat-y;
}

.MessageBoxUyari
{
	background-color: #fff8ea;
	vertical-align: top;
	color: #e16b00;
	font-size: 12px;
	width:450px;
}
/*UYARI MESSAGE BOX END*/

/*HATA MESSAGE BOX*/
.MessageBoxTopLHata
{
	
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;

}

.MessageBoxTopRHata
{
	
	background-repeat: no-repeat;
	height: 20px;
	width: 9px;
}


.MessageBoxTopMHata
{
	
	font-size:12px;
	color:Red;
	font-weight:bold;
	
	vertical-align: middle;
	
}


.MessageBoxBottomMHata
{
	
	height: 9px;
	width: 1px;
}

.MessageBoxBottomLHata
{
	
	background-repeat: no-repeat;
	background-position: right;
	height: 9px;
	width: 43px;
}

.MessageBoxBottomRHata
{
	
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}


.MessageBoxLeftHata
{
	
	background-position: right;
	background-repeat: repeat-y;

}

.MessageBoxRightHata
{
	
	background-repeat: repeat-y;
}

.MessageBoxHata
{
	background-color: #fff2f2;
	vertical-align: top;
	color: #950000;
	font-size: 12px;
	width:80%;
	
}
/*HATA MESSAGE BOX END*/

/*BASARI MESSAGE BOX*/
.MessageBoxTopLBasari
{
	
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
	width: 44px;
}

.MessageBoxTopRBasari
{
	background-repeat: no-repeat;
	height: 20px;
	width: 8px;
}


.MessageBoxTopMBasari
{
	font-size:12px;
	color:Red;
	font-weight:bold;
	
	vertical-align: middle;
	
}


.MessageBoxBottomMBasari
{
	
	height: 8px;
	width: 1px;
}

.MessageBoxBottomLBasari
{
	
	background-repeat: no-repeat;
	background-position: right;
	height: 8px;
	width: 44px;
}

.MessageBoxBottomRBasari
{
	
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}


.MessageBoxLeftBasari
{
	
	background-position: right;
	background-repeat: repeat-y;

}

.MessageBoxRightBasari
{
	
	background-repeat: repeat-y;
}

.MessageBoxBasari
{
	background-color: #f9fff3;
	vertical-align: top;
	color: #3a7800;
	font-size: 12px;
	width:80%;
	
}
/*BASARI MESSAGE BOX END*/