fieldset {
	border: 1px dashed #97999c;
	float: left;
	margin-bottom: 16px;
}

fieldset h2 {
	letter-spacing: -1px;
	padding: 0;
	word-spacing: 1.25px;
}

fieldset h2:first-child {
	margin-top: 0;
}

fieldset h3 {
	color: #97999c;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 6px;
	padding-left: 0;
}

fieldset label {
	font-weight: bold;
}

#content-left fieldset {
	background: #F0F0F1;
	padding: 24px 25px 17px 19px;
	width: 204px;
}

#content-left fieldset h2 {
	border: 0;
	color: #6d6f72;
	font-size: 14pt;
	margin-bottom: 12px;
	padding: 0;
}

#content-left fieldset .inputtext,
#content-left fieldset .inputpassword {
	background: #fff;
	width: 100%;
}

#content-left fieldset label {
	color: #97999c;
	font-size: 9pt;
}

#content-right fieldset {
	padding: 22px 0px 38px 31px;
	width: 644px;
}

#content-right fieldset h2 {
	color: #009ff4;
	line-height: 1.1;
}

#content-right fieldset .inputtext,
#content-right fieldset .inputpassword {
	width: 246px;
}

#content-right fieldset label {
	color: #6d6f72;
	font-size: 11pt;
	margin-top: 10px;
}

#content-right fieldset tr td:first-child {
	padding-right: 12px;
}

fieldset .inputsubmit {
	margin-top: 17px;
}

input {
	border: 1px inset #808386;
	vertical-align: bottom;
}

.inputcheckbox {
	border: 0;
	margin-right: 3px;
	vertical-align: -1px;
}

.inputbutton,
.inputsubmit {
	background: #009DE8 url('/media/images/ui/button_blue.gif') repeat-x top center;
	border: 1px solid #0D8CC9;
	border-bottom-color: #1D60AC;
	border-right-color: #1D60AC;
	color: #fff;
	cursor: pointer;
	font-size: 12pt;
	font-weight: bold;
	min-height: 24px;
	padding: 2px 13px;
}

.graybutton {
	background: #A4A4A3 url('/media/images/ui/button_gray.gif') repeat-x top center;
	border: 1px solid #949494;
	border-bottom-color: #737272;
	border-right-color: #737272;
}

.inputtext,
.inputpassword {
	background: #F0F0F1;
	font-size: 14pt;
	font-weight: normal;
	height: 26px;
	padding-left: 4px;
}

label {
	display: block;
	margin-top: 6px;
}

label .inputtext,
label .inputpassword,
select,
textarea {
	display: block;
}

label .inputcheckbox {
	margin-top: 4px;
}

label span {
	color: #97999c;
	font-size: 8pt;
}

label span * {
	display: inline;
}

ul.errorlist {
    list-style-type: none;
    color: #E6252A;
}