.title {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 80px;
	float: left;
	clear: both;
	text-align: left;
}


.formRow {
	padding-bottom: 10px;
}

#Table_01 {
	margin-right: auto;
	margin-left: auto;
}

#formTitle {
	text-align: right;
	font-size: 8pt;
	clear: both;
	margin-bottom: 12px;
	margin-top: 2px;
	color: #b8999d;
}

#cellForm {
	background: url(images/downloadDown_3.jpg) no-repeat;
	width: 389px;
	height: 413px;
}

#formContainer {
	width: 390px;
	max-width: 390px;
	padding-left: 10px;
	margin-top: 70px;
	text-align: right;
	border-left: 1px dotted #afa799;
}


#introContainer {
	width: 390px;
	max-width: 390px;
	vertical-align: top;
	margin-right: 10px;
}


#introContainer .subSectionHeadingText {
	text-align: right;
	color: #b8999d;
}

#submitCell {
	background: url(images/downloadDown_5.png) no-repeat;
	width: 348px;
	height: 143px;
}



#formContainer input[type="text"]{
	font-size: 9pt;
	height: 22px;
	border-style: none;
	background: url(images/aDot.png) repeat-x 0 4px;
		width: 310px;
		max-width: 310px;
}



#formContainer textarea{
		width: 310px;
		max-width: 310px;
	bottom: 0;
	font-size: 9pt;
	height: 150px;
	background: transparent url(images/aDot.png) 0 16px;
	border-style: none;
	line-height: 16px;
}

#submitArea {
	text-align: right;
	width: 100%;
}

.blackText {
	color: black;
}