#mainSupportContainer {
	/*background-color: #afa799;*/
	width:525px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px;
	/*float: left;
	clear: both;*/
	text-align: left;
	color: #878792;
}

.indentSupport {
	padding-left: 36px;
}


.formRow {
	padding-bottom: 10px;
}

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

#formContainer {
	width: 450px;
	max-width: 450px;
	text-align: left;
	/*background-color: maroon;*/
	margin-left: 36px;
	margin-top: 20px;
}

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

#mainText {
	float: left;
	width: 310px;
	text-align: right;
	padding-right: 10px;
	font-size: 12pt;
	color: #b29ea6;
}

.greyText {
	color: #d2bbc5;
}



#formContainer input[type="text"]{
		width: 450px;
		max-width: 450px;
	border-top: 1px solid #a4a4af;
	height: 16px;
	padding-top: 6px;
	color: #cb3d1b;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px none #a4a4af;
	border-right-style: none;
	border-left: 1px solid #a4a4af;
	background-color: rgba(254,255,254,0);
}



#formContainer textarea{
		width: 450px;
		max-width: 450px;
		
	bottom: 0;
	height: 150px;
max-height: 150px;
	border-style: none;
	border-top: 1px solid #a4a4af;
	color: #a72d2a;
	background-color: rgba(254,255,254,0);
	font: 9pt/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px none #a4a4af;
	border-left: 1px solid #a4a4af;
}

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

.blackText {
	color: black;
	width: 100px;
	height: 100px;
}

#roundedframe_support {
		/*width:645px;
     -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	padding: 15px;
	border: 1px solid #aea8a3;
	background-color: rgba(255,254,255,0.55);*/
}

#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 100px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	text-align: center;
	background: url(images/bodyBkgBottom.jpg) repeat-x 0 0;
	padding-top: 10px;
	font-size: 9pt;
}

