/* ---------- GLOBAL FORMS DEFAULT (SILVER) CSS ---------- */

div.globalform {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

/* ----- TOP HEADING -----*/

	div.top_heading {
		height:24px;
		line-height:24px;
		text-indent:5px;
		color:#004579;
		text-transform:uppercase;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		background:url(/sharedimages/globalforms/top_heading.gif) no-repeat left top;	
	}
	
/* ----- MID HEADING -----*/

div.mid_heading {
	height:24px;
	line-height:24px;
	text-indent:5px;
	color:#004579;
	text-transform:uppercase;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background:url(/sharedimages/globalforms/mid_heading.gif) no-repeat left top;	
}
	
/* ----- FIELD SET ROWS -----*/

	div.globalform div.span_wrap {
		background:url(/sharedimages/globalforms/bg_span_wrap.gif) repeat-y left top;
		overflow:hidden;
	}
	
	div.globalform span.text, 
	div.globalform span.select,
	div.globalform span.radio {
		display:block;
		width:400px;
		height:25px;
		line-height:25px;
		background:url(/sharedimages/globalforms/bg_row.gif) no-repeat left top;
		position:relative;
		color:#333333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-indent:5px;
	}
	
	div.globalform span.textarea {
		display:block;
		width:400px;
		height:153px;
		background:url(/sharedimages/globalforms/bg_row.gif) no-repeat left top;
		position:relative;
		color:#333333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-indent:5px;
		padding-top:5px;
	}
	
	div.globalform span.checkbox {
		display:block;
		width:400px;
		background:url(/sharedimages/globalforms/bg_row.gif) no-repeat left top;
		color:#333333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		text-indent:5px;
		padding-top:5px;
	}
	
/* ----- FORM CONTROLS ----- */

div.globalform span.text input {
	position:absolute;
	top:3px;
	left:180px;
	font-size:10px;
	width:213px;
	border:solid #7F9DB9 1px;
	background-color:#FFFFFF;
	padding:2px 0px 3px 0px;
	text-indent:5px;
}

div.globalform span.select select {
	position:absolute;
	top:3px;
	left:180px;
	width:215px;
	font-size:10px;
	margin:0px;
}

div.globalform span.textarea textarea {
	position:absolute;
	top:3px;
	left:180px;
	width:202px;
	height:138px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:solid #7F9DB9 1px;
	background-color:#FFFFFF;
	margin:0px;
	padding:5px;
}

div.globalform span.radio div {
	position:absolute;
	top:0px;
	left:180px;
	height:25px;
	line-height:25px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
}

div.globalform span.radio div input {
	padding:0px;
	margin:0px;
	margin-top:-2px;
	margin-right:2px;
	margin-left:2px;
	vertical-align:middle;
}

div.globalform span.checkbox div {
	position:relative;
	top:-17px;
	left:180px;
	margin-bottom:-17px;
	line-height:25px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
}

div.globalform span.checkbox div input {
	padding:0px;
	margin:0px;
	margin-top:-2px;
	margin-right:2px;
	margin-left:2px;
	vertical-align:middle;
}


/* ----- BUTTONS -----*/

	div.form_buttons {
		background:url(/sharedimages/globalforms/bg_footing.gif) repeat-x left top;
		text-align: center;
		padding-top:10px;
		padding-bottom:5px;
	}

/* ----- END DOC ----- */

