
div.formRow
{
	padding:5px 0px 5px 0px;
	clear:both;
}
div.labelItems{
	float: left;
	width: 130px;
	padding: 2px 10px 2px 0;
	text-align: right;
	color:#666;
}

div textarea{
	border-color:#859EC7 #D4D9E1 #D4D9E1 #859EC7;
	border-style:solid;
	border-width:1px;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:1em;
	display:block;
	margin-bottom:10px;
	width:350px;
	height:150px;
	padding:1px 0px 1px 4px;
}
div select
{
	border-color:#859EC7 #D4D9E1 #D4D9E1 #859EC7;
	border-style:solid;
	display:block;
	margin-bottom:10px;
	width: 216px;
	height:22px;
}

div.formRow div
{
	float:left;
	width:500px;
}
div.formRow div span
{
	display:block;
	clear:both;
}
div.formRow div span input
{
	float:left;
	display:inline;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
	width:auto;
	border:0;
}
div.formRow div span label
{
	float:left;
	width:auto;
	margin:2px 0px 0px 0px;
}
div.formRow div input, div .formRow div img
{
	float:left;
}
div.formRow div img
{
	margin-left:5px;
	margin-top:2px;
}

div.formFooter
{
	text-align:center;
	margin-top:10px;
}
input.formSubmit
{
	width:auto!important;
}

div.formSubmit a{
	background-image:url(../../images/InvestForLess/BtnSignUpContinue.gif); 
	width:79px!important;
	height:25px;
	display:block;
	text-indent:-999em;
	/* float:right; */
	margin-left: 110px;
	margin-top:2px;
}
.formTextBox
{
	width:200px;
}

div.formBody
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:0;
	margin:24px 0 0 0;
}
div.formRow 
{
	 padding-bottom:4px;
	 font-size:12px;	
	 font-weight:normal;
	 
}
.labelItems
{
	width:110px;
	float:left;
}
.formTextarea
{
	width:350px;
	height:150px;
}