.stForm div { position: relative; }

.stForm {
	position: relative;
	width: 590px;
left: 10px;
width: 580px;
	overflow: hidden;
}

.leftImage {
	float: left;
	width: 150px;
	padding-top: 20px;
	overflow: hidden;
}

.leftImage .strContent {
	padding-left: 26px;
}

.stForm .main {
	width: 100%;
	overflow: hidden;
	padding: 10px 0px;
}

.stForm .itemHolder {
	width: 100%;
	overflow: hidden;
	padding: 4px 0px;
}

.stForm .label {
	float: left;
	width: 140px;
	text-align: right;
	padding-top: 3px;
	background: url(/images/global/pointer_bg_rightpad.gif) no-repeat 127px 7px;
	font: bold 11px arial,sans-serif;
	color: #9F0018;
}

.stForm .label.wide {
	width: 580px;
	text-align: left;
	background: none;
	margin-left: 20px;
}

.stForm .label.blank {
	background: none;
}

.stForm .label.missing {
	color: #800;
}

.stForm .requiredFields {
	width: 540px;
	text-align: right;
	font: normal 9px arial,sans-serif;
}

.stForm .label span {
	display: block;
	padding-right: 20px;
}

.stForm .inputHolder {
	float: left;
	width: 400px;
}

.stForm span {
	padding-right: 20px;
	background: url(/images/global/pointer_bg.gif) no-repeat center right;
}

input.standard {
	border: 1px solid #999;
	font: normal 11px arial,sans-serif;
	width: 420px;
}

input.standard.shortText {
	width: 40px;
}

input.mediumText {
	width: 140px;
}

textarea.standard {
	border: 1px solid #999;
	font: normal 11px arial,sans-serif;
	width: 420px;
	height: 100px;
}

textarea.wideTextarea {
	width: 540px;
	margin-left: 20px;
}

.stForm .cHolder {
	float: left;
	width: 25px;
}

.stForm .lHolder {
	float: left;
	width: 360px;
	padding-top: 2px;
}

.stForm .lHolder.short {
	width: 100px;
}

.stForm .slHolder {
	float: left;
	width: 130px;
	overflow: hidden;
}

.stForm .clearLeft {
	clear: left;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.submitHolder {
	padding: 10px 20px 0px 0px;
	text-align: right;
}

.errorList {
	position: relative;
	padding-left: 140px;
	font: bold 11px arial,sans-serif;
	overflow: hidden;
}

.errorList li {
	color: #700;
}