﻿.fullDivider{
	background-color:#fff;
}
.fullDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
}
.contentDivider{
	background-color:#fff;
}
.contentDivider div{
	background-color:#b8ced0;
	height:1px;
	font-size:0px;
	line-height:0px;
	margin-right:20px;
	width:652px;
}
#leftColumn
{
	background-color:#fff;
	padding:17px 20px 20px 0;
	width:960px; /* 328 */
	font-size:1.2em;
}
#leftColumn h1{
	font-size:2.0em;
	font-weight:bold;
	color:#666;
	padding-bottom:10px;
}
#leftColumn h2{
	color: #09828f;
	padding: 25px 0 5px 0;
	border-bottom: solid 1px #0cb0c2;
	margin-bottom: 5px;
}

div.p{
	border-bottom:solid 1px #dddddd; padding:0px 0px 15px 0px; margin:0px 0px 15px 0px; width:100%;
}

.spacer10 {margin:0px 0px 10px 0px;}

.contentHeaderLight { font-weight:bold; padding:2px 0px 6px 0; height:22px; clear:both; }
.contentSubheader { margin:0px 0px 5px 0px; font-weight:bold; color:#000000; text-decoration:none; }
.content_small { font-size:.8em; font-weight:normal; }

.fdbkForm { font-size:1.1em; padding: 10px 10px 0 0px; }
.fdbkForm .required { font-weight: bold; }
.fdbkFormTable { width: 700px; }

.fdbkFormCell { padding: 2px 10px 3px 0px; vertical-align: top; }
.fdbkFormCellReview { padding: 2px 10px 3px 0px; display:inline-block; width:auto; color:#333333; border:1px solid #aaaaaa; background-color:#efefef; }

.fdbkForm .error {color: Red; padding: 3px 3px 3px 0; }

.fdbk_successMessage{
	background:url(../img/icons/Message.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #333333;
}
.fdbk_reviewMessage
{
	padding:5px;
	margin:10px;
	border:1px solid gray;
	background-color:#eeeeee;
	color:gray;
	text-align: center;
}
.fdbk_errorMessage{
	background:url(../img/icons/Error.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: Red;
}

.fdbk_buttonArea
{
	padding-left: 150px;
	width: 300px;
	height: 30px;
}

.fdbk_submit, .fdbk_reset, .fdbk_back, .fdbk_review{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 0;
	display:block;
	height:28px;
	width:84px;
	text-indent:-300em;
	float:left;
	margin:10px 0 0 10px;
}
.fdbk_submit:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -28px;
}
.fdbk_reset{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -56px;
	width:67px;
}
.fdbk_reset:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -84px;
}
.fdbk_review{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -168px;
}
.fdbk_review:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -196px;
}
.fdbk_back{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -224px;
	width:82px;
}
.fdbk_back:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -252px;
}

.fdbk_continue{
	background:url(../img/buttons/Continue.png) no-repeat 0 0;
	display:block;
	height:28px;
	width:104px;
	text-indent:-300em;
	float:left;
	margin:10px 0 0 0;
}
.fdbk_continue:hover{
	background:url(../img/buttons/Continue.png) no-repeat 0 -28px;
}
