div.containerAlert {

}

div.containerAlert div.containerTop {

}

div.containerAlert div.containerTop div {
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}

div.containerAlert div.containerTop div.left {
	background-image: url(/images/customTags/alert/bg_alert_top_left.png);
	width: 11px;
	height: 31px;
	float: left;
}

div.containerAlert div.containerTop div.center {
	background-image: url(/images/customTags/alert/bg_alert_top_center.png);
	background-repeat: repeat-x;
	height: 31px;
	float: left;
}

div.containerAlert div.containerTop div.center div.alertTitle {
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	float: left;
}

div.containerAlert div.containerTop div.center div.alertClose {
	background-image: url(/images/customTags/alert/close.png);
	margin-top: 0px;
	margin-right: -8px;
	font-size: 0px;
	line-height: 0px;
	color: #FFFFFF;
	width: 22px;
	height: 31px;
	cursor: pointer;
	position: relative;
	float: right;
}

div.containerAlert div.containerTop div.right {
	background-image: url(/images/customTags/alert/bg_alert_top_right.png);
	width: 11px;
	height: 31px;
	float: left;
}

div.containerAlert div.containerMiddleLeft {
	background-image: url(/images/customTags/alert/bg_left.png);
	background-repeat: repeat-y;
	
	font-size: 0px;
	line-height: 0px;
}

div.containerAlert div.containerMiddleRight {
	background-image: url(/images/customTags/alert/bg_right.png);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 0px;
	line-height: 0px;
}

div.containerAlert div.containerMiddle {
	margin-left: 6px;
	background-repeat: repeat-x;
	background-color: #FEFEFE;
}

div.containerAlert div.containerContent {
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

div.containerAlert div.containerContent div.alertMessage {
	margin: 5px 0px 10px 0px;
}

div.containerAlert div.containerContent div.alertMessage.empty {
	margin: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
	font-size: 0px;
}

div.containerAlert div.containerContent div.alertButtonArea {
	text-align: center;
}

div.containerAlert div.containerContent div.alertButtonArea img.button {
	cursor: pointer;
}

div.containerAlert div.containerBottom {

}

div.containerAlert div.containerBottom div {
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
}

div.containerAlert div.containerBottom div.left {
	background-image: url(/images/customTags/alert/bg_bottom_left.png);
	width: 11px;
	height: 14px;
	float: left;
}

div.containerAlert div.containerBottom div.center {
	background-image: url(/images/customTags/alert/bg_bottom_center.png);
	background-repeat: repeat-x;
	height: 14px;
	float: left;
}

div.containerAlert div.containerBottom div.right {
	background-image: url(/images/customTags/alert/bg_bottom_right.png);
	width: 11px;
	height: 14px;
	float: left;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

div.containerAlert.short div.containerMiddle {
	background: none;
	background-color: #FEFEFE;
}








/* YUI Container css */
div.mask {
    z-index: 1; 
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color: #CCCCCC;
}

div.containerAlert.yui-overlay, .yui-panel-container {
    visibility: hidden;
    position: absolute;
    z-index: 2;
}

.yui-effect-fade .underlay {
    display: none;
}

div.containerAlert.yui-panel {
    visibility: hidden;
    border-collapse: separate;
    position:relative;
    left: 0;
    top: 0;
    font-size: 0px;
	line-height: 0px;
    background: none;
    border: none;
    z-index: 1;
    overflow: hidden;
}

div.containerAlert.yui-panel .bd {
    overflow: hidden;
}