/* ---------------------------------------------------------------------------- */
/* FORMS																		*/
/* ---------------------------------------------------------------------------- */

.form {
	font-size: 1.1em;
	margin-top: 0px;
	padding: 0px;
	color: #3f3f3f;
}

.formTop{
	text-align: left;
	font-size: 12px;
	color: gray;
	padding: 5px;
	max-width: 230px;
	float: right;
}

.formBottom {
	background:#9B9A9B url(/img/background.jpg) repeat-x scroll left top;
	padding: 5px;
	padding-left: 10px;
	border:1px solid #E6E6E6;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	font-size: 12px;
	color: gray;
	min-height: 750px;
	overflow: hidden;
	margin-bottom: 0px;
}

.formRow {
	padding-top: 0px
}
.formRowBreak {
  	clear: both;
	line-height: 20px;
}
.formRow span.formLabel {
 	float: left;
  	width: 220px;
  	text-align: left;
  	font-weight: bold;
}
.formRow span.formElement {
  	float: left;
  	min-width: 450px;
  	text-align: left;
}

.inputText {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding: 3px;
	width: 200px;
	color: #3f3f3f;
}

.inputTextRO {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	background: #f2f2f2;
	padding: 3px;
	width: 200px;
	color: #666;
}

.inputSelect {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding: 2px;
	width: 208px;
	color: #3f3f3f;
}

.inputSelectRO {
	border-top:1px solid #c1c1c1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	background: #f2f2f2;
	padding: 2px;
	width: 208px;
	color: #666;
}

.inputButton {
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px;
	overflow:visible; 
}

.inputButtonSmall {
	font-weight: normal;
	font-size: 0.9em;
	padding: 1px;
}

.inputButtonCancel {
	font-weight: bold;
	color: #ae0b0b;
	font-size: 1.1em;
	padding: 4px;
	overflow:visible; 
}

.inputButtonCancelSmall {
	font-weight: normal;
	color: #ae0b0b;
	font-size: 0.9em;
	padding: 1px;
}

.formFieldError {
	color: #ae0b0b;
	font-weight: bold;
	font-size: 1.2em;
}