/* Skarim Boxes CSS Style, Nifty! */
/* Copyright 2007-2009 © */

.boxalert {
	background: #fff6bf url(http://static.skarim.co.il/images/newicons/exclamation.gif) center no-repeat;
	background-position: 99% 50%;
	text-align: right;
	padding: 5px 40px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 10pt;
	}

.boxalert {
	background: #fff6bf url(http://static.skarim.co.il/images/newicons/exclamation.gif) center no-repeat;
	background-position: 99% 50%;
	text-align: right;
	padding: 5px 40px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 10pt;
	}

.boxinfo {
	background: #ecf4ff url(http://static.skarim.co.il/images/newicons/info.gif) center no-repeat;
	background-position: 99% 50%;
	text-align: right;
	padding: 5px 40px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	font-size: 10pt;
	}

.boxok {
	background: #eaf8cf/*f4ffec*/ url(http://static.skarim.co.il/images/newicons/ok.gif) center no-repeat;
	background-position: 99% 50%;
	text-align: right;
	padding: 5px 40px 5px 45px;
	border-top: 2px solid #ace149; /*d2ffa2;*/
	border-bottom: 2px solid #ace149; /*d2ffa2;*/
	font-size: 10pt;
	}

.boxwarning {
	background: #fff6bf url(http://static.skarim.co.il/images/newicons/warning.gif) center no-repeat;
	background-position: 99% 50%;
	text-align: right;
	padding: 5px 40px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	font-size: 10pt;
	}
