/* Main Evaluation Form CSS for Layout and Positioning */
/* Steven Grosvenor October 2007 */

.floatLeft{
	width:400px;
	height:auto;
	float:left;
}
.floatLeftThird{
	width:245px;
	height:auto;
	float:left;
    padding-right:10px;
}
.floatLeftWide{
	width:800px;
	height:auto;
	float:left;
}
.floatRight{
	width:400px;
	height:auto;
	float:left;	
}
.floatLeftSmall{
	width:350px;
	height:auto;
	float:left;
}
.floatRightSmall{
	width:350px;
	height:auto;
	float:left;
}
.thankyou{
	/* Receipt Panel */
	width:760px;
	height:auto;
}
.formErrors{
	left: 0;
	top: 0;
	display: inline-block;
	background-image: url(../images/pages/evaluation/error.gif);
	height: 9px;
	width: 5px;
	background-repeat: no-repeat;
	padding-left:5px;
}
.TextBox
{
  border-right: #1b3872 1px solid;
  border-top: #1b3872 1px solid;
  border-left: #1b3872 1px solid;
  border-bottom: #1b3872 1px solid;
  font-size: 12px;
  font-family : Arial,Helvetica,sans-serif;
  width: 190px;
}
.TextBox280
{
  border-right: #1b3872 1px solid;
  border-top: #1b3872 1px solid;
  border-left: #1b3872 1px solid;
  border-bottom: #1b3872 1px solid;
  font-size: 12px;
  font-family : Arial,Helvetica,sans-serif;
  width: 280px;
}
.padMe5{
	padding:5px;
}
.padMe10tb{
  padding-left:10px;
  padding-right:10px;
}


.mainFormHangLeft{
	float:left;
	width:495px;
	height:auto;
}
.officeLocations{
	float:right;
}

.leftContentHeaderForm{
	width: 840px;
	height: 16px;
	background: url(../images/css/leftContentForms/leftContentHeader.gif) no-repeat bottom;
}

.leftContentHeaderFormFlash{
	width: 840px;
	height: 240px;
}

leftContentHeaderFormFlashNetPriva{
	width: 840px;
	height: 160px;
}

.leftContentMidForm{
	background: transparent;
	background: url(../images/css/leftContentForms/leftContentMid.gif) repeat-y;
	width: 840px;
	height:auto;
	min-height:200px;
}

.leftContentFooterForm{
	width: 840px;
	height: 16px;
	background: url(../images/css/leftContentForms/leftContentFooter.gif) no-repeat top;
}

.padMe10{
	padding:10px;
}