/* CSS FORM STYLES */

div.formError {
border: solid 1px #660000;
-moz-border-radius: 5px;
padding: 2px 5px;
background: #DF7D7D;
color: #330000;
margin-bottom: 5px;
}

form label {
font-family: Arial;
font-size: 10pt;
position: relative;
display: block;
float: left;
white-space: nowrap;
overflow: hidden;
text-align: right;
padding-right: 5px;
width: 110px;
}

form label.CheckboxLabel {
display: inline;
float: none;
white-space: nowrap;
overflow: display;
text-align: left;
padding-right: 0px;
width: 100%;
}

form div.formField {
padding: 1px;
}

form div.formSubmit {
padding: 1px;
padding-left: 116px;
}

form div.formField.Required label {
font-weight: bold;
}

form div.formField label.CheckboxLabel {
font-weight: normal;
}

form div.formField input.TextInput {
width: 250px;
}

form div.formField input.FileInput {
width: 250px;
}

form div.formField select.SelectInput {
width: 250px;
}

form div.formField textarea.TextareaInput {
width: 650px;
}

/*** TOOLTIP DEFAULT STYLES ***/

div.tooltip {
	background: #EEEEEE;
	color: #000000;
	padding: 2px;
	font-size: 8pt;
	border: solid 1px #000000;
	z-index: 5000;
	text-align: left;
}

div.tooltip div.tooltip_title {
	font-weight: bold;
	border-bottom: solid 1px #000000;
}

iframe.shim {
	position: absolute;
	z-index: 4000;
}

* html iframe.shim {
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}