#fcontainer {
    float:left;
	width: 430px;
	background-color: #171717;
	padding-left: 20px;
	height: 455px;
}

.fsuccess {
   width: 430px;
   font: 12px arial, tahoma;
   color: #b3b3b3;
   line-height: 18px;
   padding:50px 0 0 0;
   margin-top:160px;
   text-align: left;
   background: url(images/fsuccess.gif) top center no-repeat;
}

.feedback_head {
	float:left;
	width:475px;
	height:65px;
	padding-top: 10px;
}

#feedbackhead {
    border-style: none;
	margin: 10px 0 0 0;
}

.feedback_namecont {
	float:left;
	width:216px;
	height:86px;
}

.feedback_emailcont {
	float:right;
	width:214px;
	height:86px;
}

.feedback_webcont {
	float:left;
	width:216px;
	height:92px;
}

.feedback_titlecont {
	float:right;
	width:214px;
	height:92px;
}

.feedback_detailcont {
	float:left;
	width:475px;
	height:159px;
}

.feedback_submitcont {
	float:left;
	width:405px;
	height:58px;
}

.feedbacksubmit {
    float:right;
	background: url(images/feedbackbtn.gif) no-repeat;
	border-style: none;
	width: 120px;
	height: 40px;
}

.feedback_namecont p, .feedback_emailcont p, .feedback_webcont p, .feedback_titlecont p, .feedback_detailcont p {
   	font: 12px arial, tahoma;
	color: #878787;
	padding:0 0 10px 0;
	margin:0;
}


.fnamebox, .femailbox, .fwebbox, .ftitlebox {
    background: #fff url(images/finputbg.gif) repeat-x;
	border: 1px solid #ebe9e9;
	font: 12px arial, tahoma;
	color: #000;
	padding: 8px 5px 9px 5px;
	width: 178px;
	height: 15px;
}

.fdetailbox {
    background: #fff url(images/finputbg.gif) repeat-x;
	border: 1px solid #ebe9e9;
	font: 12px arial, tahoma;
	color: #000;
	padding: 10px 5px 10px 5px;
	width: 393px;
	height: 75px;
	margin-bottom: 10px;
}