body {
	background: #bdd7f0 repeat 0 15px;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	color: black;
	padding: 0;
	margin: 0;
}

img {
	border-style: none;
}

a:focus {outline: none}

a:link {
	text-decoration: none;
	color: #859fc3;
}  
a:visited {
	text-decoration: none;
} 
a:hover {
	text-decoration: underline;
} 
a:active {
	text-decoration: none;
}

#outterBox {
	/*background-color: #56534d;*/
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

#outerOuterBox {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px none #a2cff3;
	border-bottom: 1px none #5c739d;
	background-image: url(images/bodyBkgGrid.jpg);
}

#mainContainer {
	margin-left: auto;
	margin-bottom: auto;
	/*background-color: #afa799;*/
	width:645px;
	height: 370px;
	margin: 0;
	padding-top: 20px;
}

#mainContainerForum {
	/*background-color: #afa799;*/
	width:645px;
	margin: 0 auto;
	background-color: rgba(254,255,254,0.54);
}

.followPageMessage1 {
	font-size: 18pt;
	color: #797979;
	position: relative;
	top: -50px;
	font-weight: bold;
	text-shadow: rgba(254,255,254,0.65) 1px 1px 0;
}

.followPageMessage2 {
	color: rgba(99,97,96,0.79);
	position: relative;
	top: -50px;
}

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


.formRow {
	padding-bottom: 10px;
}

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

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

#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"]{
	border-style: none;
		width: 310px;
		max-width: 310px;
	border-top: 4px solid #a4a4af;
	background-color: rgba(254,255,254,0.5);
	height: 16px;
	padding-top: 6px;
	color: #cb3d1b;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



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

#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;
	height: 90px;
	text-align: center;
	background: url(images/bodyBkgTop.jpg) repeat-x 0 0;
}

#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;
}

