﻿
/*-------------------------------------- alert balloon --------------------------------------*/
/* top */
.alert {background: #FFFFCC url(alert_top_center.gif) repeat-x top left; margin-bottom: 5px;}
/* left side */
.alert div {background: url(alert_left.gif) repeat-y top left;}
/* right side */
.alert div div {background: url(alert_right.gif) repeat-y top right;}
/* top left corner */
.alert div div div {background: url(alert_top_left.gif) no-repeat top left;}
/* top right corner */
.alert div div div div {background: url(alert_top_right.gif) no-repeat top right;}
/* bottom */
.alert div div div div div {background: url(alert_bottom_center.gif) repeat-x bottom left;}
/* bottom left corner */
.alert div div div div div div {background: url(alert_bottom_left.gif) no-repeat bottom left;}
/* bottom right corner */
.alert div div div div div div div {background: url(alert_bottom_right.gif) no-repeat bottom right;}
/* content */
.alert div div div div div div div div 
{
	min-height: 20px;
	padding: 10px 10px 40px 10px;
	display: block;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
}

/* IE */
*html .alert div div div div div div div div
{
	height: 20px;
	zoom: 1;
}