hr {
	clear: both;
	width: 98%;
	color:#FFF;
	background:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D97BC;
}

.ui-widget {
	font-family:  inherit /*Arial, sans-serif*/ !important;
}

.fill ul {
	font-size: .9em;
}
/* Default blue button */
a.btn, .btn, button {
	font-size: 0.9em !important;
	border-color:#3498DB;
	background-color:#3498DB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF !important;
	font-weight: bold;
}
.btn:hover {
	border-color:#3498DB;
	background-color:#2a7aaf;
	color:#FFF;
}
.btn:disabled {
	background-color:#E2E2E2;
	color:#EEE;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}

.ajax-msg, form.cmxform .form-msg {
	margin: 8px;
	border: 2px solid #060;
	color: #060;
	text-align: center;
	font-weight: bold;
	padding-top: .3em;
	padding-right: 1em;
	padding-bottom: .3em;
	padding-left: 1em;
}
.ajax-msg {
	display: none;
}
form.cmxform, form.cmxform input {
	font-size: .9em;
}
form.cmxform fieldset {
	margin-bottom: 10px;
	border: #26AADA 1px solid;
}
form.cmxform legend {
	padding: 0 4px;
	font-weight: bold;
	color: #26AADA;
}
form.cmxform div.group {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #099;
}
form.cmxform label {
	float: left;
	clear: left;
	line-height: 1.75em;
	text-align: right;
	padding-right: 4px;
}
form.cmxform input, form.cmxform textarea, form.cmxform select, form.cmxform div.echo, div.el-rte {
	float: left;
	margin-bottom: 4px;
}
form.cmxform div.echo {
	line-height: 1.75em;
}
form.cmxform input[type=radio] {
	float: none;
}
form.cmxform input[type=submit], form.cmxform input[type=button] {
	float: none;
}
form.cmxform label.error, label.error, form.cmxform .err-msg {
	color: red;
	font-style: italic;
	margin-left: 10px;
	width: inherit;
	float: left;
}
div.row1 {
	background-color: #F1FAE4;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
div.row2 {
	background-color: #EBF4FE;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
div.error {
	display: none;
}

label {
	width: 150px;
}
.fill {
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	vertical-align: top;
}
#summary {
	clear: both;
	font-size: 1.2em;
	padding-top: 15px;
	text-align: center;
	display: none;
}
#summary p {
	color: #000;
}
#summary p.bigger {
	font-size: 1.25em;
}
#discount {
	font-size: 1.25em;
	color: #3C0 !important;
}