@charset "utf-8";
/* 基本設定 */
body{
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 12px;
	color: #265d4f;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
/* 最外框 */
#SHADOW{
	background-image:url(../images/shadowbg.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:1034px;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}
#WARPPER{
padding-top:25px;
padding-left:25px;
}
/* 頁首 */
#HEADER{
background-image:url(../images/survey_01.jpg);
background-repeat:no-repeat;
width:800px;
height:81px;
}
#HEADER_01{
background-image:url(../images/survey_05.jpg);
background-repeat:no-repeat;
width:800px;
height:81px;
}
/* 內容 */
#CONTENT{
background-image:url(../images/survey_02.jpg);
background-repeat:no-repeat;
width:800px;
height:828px;
}
#CONTENT_01{
background-image:url(../images/survey_04.jpg);
background-repeat:no-repeat;
width:800px;
height:828px;
}

/* 頁尾 */
#FOOTER{
background-image:url(../images/survey_03.jpg);
background-repeat:no-repeat;
width:800px;
height:75px;
}

/* 清除float */
.clearfloat{
clear:both;height:0;font-size:1px;line-height:0;}

h3{
	display:block;
	position:absolute;
	width: 443px;
	height: 61px;
	padding-top:10px;
	padding-left:50px;
	font-size:14px;
	line-height: 20px;
	font-family:微軟正黑體;
}
h4{
display:block;
padding-bottom:15px;
font-size:15px;
font-weight:bold;

}
#survey{
	display:block;
	position:absolute;
	width:600px;
	height: 650px;
	margin-top:70px;
	margin-left:30px;
	
}
h5{
	display:block;
	position:absolute;
	width: 738px;
	height: 30px;
	padding-top:20px;
	padding-left:40px;
	color:#FFFFFF;
	font-size:12px;
	line-height: 20px;
	font-weight: normal;
}
#survey tr {
	display:block;
	line-height:20px;
}
#survey .An img {
padding-left:10px;
padding-bottom:5px;
}
#survey .Qu {
	font-size: 15px;
	font-weight:bold;
	line-height:35px;
}
#survey .An {
	font-size: 14px;
	vertical-align:middle;
}
#btn_survey{
	display:block;
	position:absolute;
	width:190px;
	height:28px;
	margin-left:310px;
	top: 860px;
}
#btn_survey li{
	float:left;
	margin-left:10px;
	}
#btn_survey .btn_sent:hover {
  filter:alpha(opacity=50); /* IE */-moz-opacity:0.5; /* Moz + FF */opacity: 0.5; 
}
.btn_sent_over
{
    border:0px;
    margin:0px;
    padding:0px;
    background-image:url(../Images/btn_sent.gif);
    width:63px;
    height:28px;
    cursor:pointer;
    filter:alpha(opacity=50); /* IE */-moz-opacity:0.5; /* Moz + FF */opacity: 0.5; 
}

.btn_sent
{
    border:0px;
    margin:0px;
    padding:0px;
    background-image:url(../Images/btn_sent.gif);
    width:63px;
    height:28px;
    cursor:pointer;
}

#btn_survey .btn_home a {
	display:block;
	background-image: url(../images/btn_home.gif);
	width:127px;
	height:28px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}

#btn_survey .btn_result a {
	display:block;
	background-image:url(../images/btn_result.gif);
	width:77px;
	height:28px;
	text-indent:-9999px;
	background-repeat: no-repeat;
}
#btn_survey a:hover{filter:alpha(opacity=50); /* IE */-moz-opacity:0.5; /* Moz + FF */opacity: 0.5; } 

