@charset "utf-8";
/* CSS Document */
.f_form_container {
	margin:auto;	
	padding:0px;	
	width:80%;
	clear:both;		
}
.f_form_head_container {
	margin:0px;
	padding:0px;	
}
#f_form_head {
	background-color:#AAAAAA;
	color:#FFFFFF;
	float:left;
	width:35%;
	height:30px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	border-right:1px solid #FFFFFF;		
}
#f_form_head_guest {
	background-image:url(images/tcat_gh.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	float:left;
	width:30%;
	height:30px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	border-right:1px solid #FFFFFF;
}
#f_form_head_mem {
	background-image:url(images/tcat_mh.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	float:left;
	width:30%;
	height:30px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	border-right:1px solid #FFFFFF;
}
/*#f_form_head_biz {
	background-image:url(images/tcat_bh.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	float:left;
	width:15%;
	height:30px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}*/
.f_form_body {	
	padding:0px;
	width:100%;
	clear:both;
}
.f_form_content {
	float:left;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	width:35%;
	height:24px;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.f_form_detail_1 {
	float:left;
	width:30%;
	height:25px;
	border-right:1px solid #FFFFFF;
	font-weight:bold;
	text-align:center
}
.f_form_detail_2 {
	background:#CCFFFF;
	float:left;
	width:30%;
	height:25px;
	border-right:1px solid #FFFFFF;
	font-weight:bold;
	text-align:center
}
	
/* Survey Creating Button */
.design-button {
	background:#111;	
	padding:10px; 	
	width:150px;	
	text-align:center;	
	color:#999 !important;
	text-decoration:none;	
	border-bottom:2px solid #FFFFFF;
	font-size:14px;
}
.design-button a{	
	background:#111;	
	width:150px;
	color:#999 !important;	
	text-decoration:none;
}

.design-button a:hover {
	padding:10px;	
	/*background:transparent url(images/flare_bg.png) no-repeat;*/	
	color:#fff !important;
	text-decoration:none;
}
.design-button a:visited {
	text-decoration:none;
}
/* End Survey Button*/
