/* sX.0 -  Main Content */
.main-content {
	color: #666666;
	position: absolute;
	right: 20px;
	padding-top: 20px;
	width: 585px;
	padding-bottom: 20px;
}

.main-content h1 {
	color: #5890D1;
	font-size: 1.9em;
	font-family: Trebuchet MS;
	border-bottom: 1px solid #cccccc;
	margin: 0px 10px 0px 0px;
}

.main-content h2 {
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 10px 5px 0px;
}

.main-content p {
	margin: 10px 10px 10px 0px;
	line-height: 1.55em;
}

div.tooltip {
	position: absolute;
	left: 30px;
	bottom: 0px;
	display: none; /* in case javascript is disabled */
	width: 170px;
	background-color: #F4F1E9;
	z-index: 100;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.clear {
	clear: both;
}

div.buttonSubmit {
	position: relative;
}

div.buttonSubmit input,div.buttonSubmit span {
	height: 36px;
	position: relative;
	background-image: url(images/button-submit.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px 2px 15px;
	margin: 20px 0px 20px 0px;
	border: 0px;
	cursor: pointer;
	z-index: 5;
}

div.buttonSubmit input {
	width: auto;
}

div.buttonSubmit span {
	width: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left -36px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

body.safari div.buttonSubmit span {
	display: none
}

div.buttonSubmitHover input {
	background-position: right -72px;
}

div.buttonSubmitHover span {
	background-position: left -108px;
}



label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
	font-size: 0.85em;
}

input.error {
	border: 2px solid red;
}

form table td {
	padding: 5px;
}

form table input {
	width: 200px;
	padding: 3px;
	margin: 0px;
}

td.label {
	width: 150px;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

tr td.field div.formError {
	display: none;
	color: #FF0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}

div.error, div.errormsg {
	color: red;
}

div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}
