.debug{
	border: 1px dashed #FF0099;
	background: #FFB7E2;
}
.disabled{
	color: Silver;
}
div.error .close {
	display:none;
}
/* Error Messages */
div.error, #main div.error {
	border-top: 1px solid #E0B2B2;
	border-left: 1px solid #E0B2B2;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	background-color: #FFF0F0;
	padding: 5px 5px 5px 43px;
	margin: 10px;
	background: #FFF0F0 url(../images/cancel.png) no-repeat 5px 5px;
	color: #990000;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.error h3, #main div.error h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
div.error hr, #main div.error hr { border-bottom: 1px solid #E0B2B2; border-top: none; border-left: none; border-right: none; height: 1px; }
div.error p, #main div.error p { margin: 0px; padding: 0px; text-indent: 0px;}
div.error a, #main div.error a { font-weight: bold; }
div.error ul, #main div.error ul {
	list-style-type: circle;
	margin-left: 20px;
}

/* Alert Messages */
div.warn {
	border-top: 1px solid #FFDC93;
	border-left: 1px solid #FFDC93;
	border-bottom: 1px solid #F0A300;
	border-right: 1px solid #F0A300;
	background-color: #333333;
	padding: 5px 5px 5px 43px;
	margin: 10px;
	background: #FFF0F0 url(../images/exclamation.png) no-repeat 5px 5px;
}
div.warn{
	color: #333333;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.warn h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
div.warn hr { border-bottom: 1px solid #F0A300; border-top: none; border-left: none; border-right: none; height: 1px; }
div.warn p { margin: 0px; padding: 0px; text-indent: 0px;}
div.warn a { font-weight: bold; }
div.warn ul {
	list-style-type: circle;
	margin-left: 20px;
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.clear{
	clear: both;
	font-size: 0px;
	height: 1px;
}
