@charset "utf-8";
/* CSS Document */
/* --------------- REGULAR STYLES ------------------------------ */
/* --  a few styles will be listed in salesforce-IE.css and ---- */
/* -- salesforce.css because they require different attributes - */
/* -- in IE and firefox                                        - */
/* ------------------------------------------------------------- */
#banner-image {
	padding-top:25px;
	margin-left:-20px;
	clear:both;
}

/* -------------- SALES FORCE FORM --------------------------- */
#salesforce {
	font-size:9px;
}

#salesforce legend {
	font-weight:bold;
	color:#34504E;
	border:1px solid #34504E;
	background-color:#E4E4D6;
}

#salesforce fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #34504E;
	background-color:#CCCDBA;
}

#salesforce label {
	float:left;
	width:6em;
	text-align:right;
	margin-right:2px;
}

#salesforce .margin {
	margin-top:3px;
}

#salesforce .submit {
	float:left;
	height:auto;
	font-size:9px;
	color: #ffffff;
	background: #34504E;
	border: 1px outset #7E8C8C;
	margin-right:10px;
	margin-left:10px;
	padding:0px;
}

#salesforce input {
	font-size:9px;
	height:12px;
}

#salesforce select {
	font-size:9px;
	height:16px;
}
