.fc-tbx .tl{
	background: url('/images/icons/validation/tl.png') no-repeat;
}
.fc-tbx .t{
	background: url('/images/icons/validation/t.png') repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url('/images/icons/validation/tr.png') no-repeat;
}
.fc-tbx .l{
	background: url('/images/icons/validation/l.png') repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url('/images/icons/validation/r.png') repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url('/images/icons/validation/bl.png') no-repeat;
}
.fc-tbx .b{
	background: url('/images/icons/validation/b.png') no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url('/images/icons/validation/br.png') no-repeat;
}
.fc-tbx .c{
	background: url('/images/icons/validation/c.png') repeat;
}
.fc-tbx a.close {
	float: right;
	background: url('/images/icons/validation/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 14px;
	font-family: verdana, tahoma, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.vMsg {
	position:absolute;
	text-align:left;
	left:0;bottom:0;
	padding-bottom:2px;
	display:block;
	z-index:5000;
}
.vMsg .vMsgContent {
	background:#ee0101;
	color:#fff;
	font-family: verdana, tahoma, "sans-serif";
	font-size:12px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.greenMsg .vMsgContent {background:#33be40;}
.blackMsg .vMsgContent {background:#393939;color:#FFF;}

.vMsg .vMsgArrow{
	width:15px;
	margin:-2px 0 0 13px;
	z-index:5001;
}
.vMsg .vMsgArrow div{
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
}
.greenMsg .vMsgArrow div{background:#33be40;}
.blackMsg .vMsgArrow div{background:#393939;color:#FFF;}

.vMsg .vMsgArrow .l10{width:15px;border:none;} 
.vMsg .vMsgArrow .l9{width:13px;border:none;} 
.vMsg .vMsgArrow .l8{width:11px;} 
.vMsg .vMsgArrow .l7{width:9px;} 
.vMsg .vMsgArrow .l6{width:7px;} 
.vMsg .vMsgArrow .l5{width:5px;} 
.vMsg .vMsgArrow .l4{width:3px;} 
.vMsg .vMsgArrow .l3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0px solid #ddd;} 
.vMsg .vMsgArrow .l2{width:3px;border:none;background:#ddd;}
.vMsg .vMsgArrow .l1{width:1px;border:none;background:#ddd;}  
