/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end clearfix */

.billhound_alert{display:none;width: 400px; overflow:hidden;position:absolute;top:0;
              padding: 10px; background:#fff; border: 1px solid #666;z-index: 2000;}
.message{display:none;position:absolute;top:0;border-top:none !important;z-index: 2000;}
.message .close{position:absolute;top:10px;right: 10px;cursor:pointer;}
ul.info_box_list{list-style: disc;list;padding:0px;}
ul.info_box_list li{padding:0px;margin:0px;line-height:13px;}

/* ====================== */
/* Notice Boxes           */
/* ====================== */
.notice {
	background: #FFFECC;	
	border: 1px solid #FAECB5;
}

.success {
	background: #E2F9E3;	
	border: 1px solid #9ECE9E;
}

.error {
	background: #ffefef;	
	border: 1px solid #A6091C;
}

.notice,
.success,
.error {
	color: #636363;
	font-size: 0.92em;
	padding: 14px;
	margin:0px;
}

.notice span,
.success span,
.error span {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
}

.success span { color: #579157; }
.error span { color: #cc0000; }
.notice span { color: #BBAB67; }

.notice p,
.success p,
.error p {
	margin: 0px;padding: 0px;
}

/* generic classes */
.hidden{display:none;}
.right{float:right;}
.left{float:left;}
.clear{clear: both;}
