/*
Description: Style Box CSS File
Author: Mojtaba Meskin
Author URI: http://www.1moj.ir/
Date: 03-Feb-2010
*/

.note {
	background: #fcae53 url(images/comment.png) top right no-repeat;
	border: 2px solid #be7723;
	background-position: 7px 50%; 
	text-align: jusfity; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}

.alert {
	background: fuchsia url(images/warning.png) center no-repeat; 
	border: 2px solid #660033; 
	background-position: 7px 50%; 
	text-align: justify; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}

.help {
	background: #f93838 url(images/help.png) center no-repeat; 
	border: 2px solid #ba1717; 
	background-position: 7px 50%; 
	text-align: justify; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}

.home {
	background: #bac8eb url(images/home.png) center no-repeat; 
	border: 2px solid #6274a2; 
	background-position: 7px 50%; 
	text-align: justify; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}


.important {
	background: #85c380 url(images/promotion.png) center no-repeat; 
	border: 1px solid #327d2c; 
	background-position: 7px 50%; 
	text-align: justify; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}

.tip {
	background: #fef966 url(images/tag_green.png) center no-repeat; 
	border: 1px solid #e78800; 
	background-position: 7px 50%; 
	text-align: justify; padding: 10px 10px 10px 70px; 
	align: justify;
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}


.accept {
	background: #38b82e url(images/accept.png) center no-repeat; 
	border: 1px solid #23711d; 
	background-position: 7px 50%; 
	align: justify;
	text-align: justify; padding: 10px 10px 10px 70px; 
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}


.world {
	background: #c69ee4 url(images/world_globe.png) center no-repeat; 
	border: 1px solid #522674; 
	background-position: 7px 50%; 
	align: justify;
	text-align: justify; padding: 10px 10px 10px 70px; 
	color:black;
	-moz-border-radius-bottomleft:2px; 
	-moz-border-radius-bottomright:2px; 
	-moz-border-radius-topleft:2px; 
	-moz-border-radius-topright:2px; 
	-webkit-border-top-left-radius:2px; 
	-webkit-border-top-right-radius:2px; 
	-webkit-border-bottom-left-radius:2px; 
	-webkit-border-bottom-right-radius:2px;
	}