
#csitips span.alert {
	color: #c00;
	border-top: 3px solid #fc9088;
	border-bottom: 3px solid #fc9088;
	background: #ffd8d8 url(../images/tips/tip-alert.gif) 10px 10px no-repeat;	
}

#csitips span.info {
	color: #0055BB;
	border-top: 3px solid #7dabdd;
	border-bottom: 3px solid #7dabdd;
	background: #d9e7f9 url(../images/tips/tip-info.gif) 10px 10px no-repeat;
}

#csitips span.note {
	color: #B79000;
	border-top: 3px solid #fbe288;
	border-bottom: 3px solid #fbe288;
	background: #fff6d8 url(../images/tips/tip-note.gif) 10px 10px no-repeat;
}

#csitips span.download {
	color: #57861A;
	border-top: 3px solid #cbe093;
	border-bottom: 3px solid #cbe093;
	background: #eef6dc url(../images/tips/tip-download.gif) 10px 10px no-repeat;
}

#csitips span.alert,
#csitips span.info,
#csitips span.download,
#csitips span.note {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 135%;	
	display: inline-block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
	width: 525px;
}

div#csitips {
	display: block;
}

/* @end */