/* CSS Document */

/* =================form styling=================== */
#contactForm legend {
	color: #A8ADD0;
	font-weight: bold;
}

#contactForm fieldset {
	border: 1px solid #D2D8E6;
	margin-bottom: 1em;
}
#contactForm table.partner {
	margin: 2em;
}

#contactForm td.alignRt, .alignLf {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 3em;
}

#contactForm textfield {
	background: #E3E8F0;
	border: 1px solid #C9D0E0;
}
#infoRequest {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#contactForm td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #390493;
	background: #FFFFFF;
	text-align: justify;
	margin-bottom: 1em;
}
#contactForm hr {
	background: #D2D8E6;
	color: #D2D8E6;
	height: 1px;
	width: 80%;
	text-align: center;
}
#requestOption {
	font-size: 9px;
}
.submitColor {
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #8A78A9;
	border: 1px solid #644475;
}
