/*---!!!---*/
.info {
	font-size: 11px;
	color: #191919;
	background: #ebe9ce url(styling/info.gif) no-repeat 5px center;
	font-family: Verdana, sans-serif, "Courier New";
	line-height: 125%;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	display: block;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #DAD6A5;
	border-bottom: 2px solid #DAD6A5;
}
.warning {
	font-size: 11px;
	color: #191919;
	font-family: Verdana, sans-serif, "Courier New";
	line-height: 125%;
	background: #e3aeae url(styling/warning.gif) no-repeat 5px center;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #D68585;
	border-bottom: 2px solid #D68585;
}
.download {
	font-size: 11px;
	color: #191919;
	font-family: Verdana, sans-serif, "Courier New";
	line-height: 125%;
	background: #d5ecd5 url(styling/download.gif) no-repeat 5px center;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #A9D8A9;
	border-bottom: 2px solid #A9D8A9;
}
.alert {
	font-size: 11px;
	color: #191919;
	line-height: 125%;
	background: #FFE5BF url(styling/alert.gif) no-repeat 5px center;
	font-family: Verdana, sans-serif, "Courier New";
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #FFC46A;
	border-bottom: 2px solid #FFC46A;
}
.note1 {
	font-size: 11px;
	color: #191919;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	line-height: 125%;
	background: #eaf2f5 url(styling/note.gif) no-repeat 5px center;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #B7D2DD;
	border-bottom: 2px solid #B7D2DD;
}

.click {
	font-size: 11px;
	color: #191919;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	line-height: 125%;
	background: #fcfbed url(styling/click.gif) no-repeat 5px center;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #F2EDB0;
	border-bottom: 2px solid #F2EDB0;
}

.add{
	background-color: #f9f9f9;
	border: 1px solid silver;
	padding: 3px 3px 3px 3px;
	display: block;
}
	
	.adblock {
	font-size: 11px;
	color: #191919;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	line-height: 125%;
	background: #fcfbed url(styling/click.gif) no-repeat 5px center;
	display: block;
	margin: 10px 0px 0px;
	padding: 12px 12px 12px 25px;
	font-weight: 400;
	width: 80%;
	border-top: 2px solid #F2EDB0;
	border-bottom: 2px solid #F2EDB0;
}