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;
}

.gui-ccard-input {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.gui-ccard-inputfield {
    float: left;
}
.gui-ccard-inputfield input {
    font-weight: bold;
    height: 28px;
    margin: 0 !important;
    padding: 0 2px 0 7px;
}
.gui-ccard-inputfield input.icons_inside_input {
    border-right: 0 none;
}
.gui-ccard-list {
    margin: 0 0 1px 5px;
}
.icons_outside_input_style {
    clear: both;
}
.icons_inside_input_style {
    background-color: #F8F8F8;
    border-color: #DEDEDE #909090 #909090 -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 28px;
    line-height: 15px;
    margin: 0 0 1px;
}
.gui-ccard-ok {
    color: #008000;
}
.gui-ccard-error {
    color: #FF0000;
}
