#feedback {
	width: 930px;
	padding-top: 30px;
	list-style-type: none;
}
#altLeftCol FORM {
	border: 14px solid #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}


#box-table-b
{
	font-size: 12px;
	width: 930px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	color: #FFFFFF;
	background-color: #EC712D;
}
#box-table-b td
{
	padding: 8px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#formWrapper {
	list-style-type: none;
	float: left;
	padding-left: 35px;
	width: 500px;
}
.inputStyles    {
	PADDING-BOTTOM: 0px;
	LINE-HEIGHT: 1em;
	PADDING-LEFT: 0.3em;
	WIDTH: 250px;
	PADDING-RIGHT: 0px;
	HEIGHT: 1.7em;
	COLOR: #333333;
	FONT-SIZE: 1em;
	PADDING-TOP: 5px;
	border: 1px solid #D8E5ED;
}
.imputSelect {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 1.7em;
	width: 400px;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #000000;
	padding-left: .3em;
	border: 1px solid #575447;
}

input.button { margin-top: 5px; cursor: pointer; margin-left: 350px; width: 65px; }

.textAreastyles   {
	LINE-HEIGHT: 1em;
	WIDTH: 400px;
	COLOR: #303030;
	FONT-SIZE: 1em;
	padding: 5px 0px 0px 0.3em;
	border: 1px solid #D8E5ED;
}
.required {
	float: right;
	background-image: url(../images/img/star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 19px;
}
.notRequired {
	height: 26px;
	width: 220px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 0px;
	font-weight: bold;
}

input:focus {
	background-color: #EEF4F7;
}
textarea:focus {
	background-color: #EEF4F7;
	border: 1px solid #D8E5ED;
}

checkbox:focus { background: orange; }
.options {
	float: left;
	height: 20px;
	width: 160px;
	margin-right: 18px;
	margin-bottom: 10px;
}

.error  {
	font-weight: bold;
	color: #FF0000;
}
input.btn {
	color:#161616;
	background-color:#D8E5ED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFF4F7;
	border-right-color: #BBD1DF;
	border-bottom-color: #BBD1DF;
	border-left-color: #EFF4F7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 9px;
}   
#speachBubble a {
	background-image: url(../images/img/speachBubble.png);
	height: 90px;
	width: 104px;
	float: right;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#speachBubble a:hover {
	color: #1F5891;
}

