hr {
	clear: both;
	border: none;
	border-top: 1px solid #dbdbdb;
	margin: 15px 0 10px 0;
}

fieldset {
	border: 1px solid #dbdbdb;
	background-color: #FFF;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #c1650d;
}

.tipsy {padding: 5px; font-size: 11px; background-repeat: no-repeat;  background-image: url(../../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 5px 8px; background-color: #474747; color: white; max-width: 200px; text-align: center; border: 1px solid #282828;}
.tipsy-inner { -moz-border-radius:2px; -webkit-border-radius:2px; box-shadow: 2px 2px 4px #bfbfbf;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

.ie6fix { height:1px;width:1px; position:absolute;top:0;left:0;z-index:1; }

.gui-percentbar {
	display: inline-block;
	height: 8px;
	border: 1px solid #DBDBDB;
	background: url(../../images/progressbar_bg.png) no-repeat top left white;
}

.gui-progressbar {
	height: 12px;
	width: 200px;
	border: 1px solid #D5D5D5;
	background-color: #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gui-progressbar b {
	display: block;
	height: 12px;
	width: 1px;
	background: url(../../images/progressbar.png) repeat-x 0 0;
}