@charset "utf-8";
/* CSS Document */
/***最新消息列表頁*********************************************************/
#rightside{
	width: 970px;
	height: auto;
	float:left;
	margin-left:0px;
}
#rightside .name{
	width: 970px;
	height:45px;
	background-image: url(../wrapper/inews/title_bg.png);
	background-repeat:no-repeat;
	float:left;
	color:#819E30;
	font-size:16px;
	font-weight: bold;
	padding:15px 0 0 90px;
}
#rightside .name span{
	color:#205732;
	font-size:20px;
	font-weight: bold;
	margin-right:3px;
}
#contact{
	width:884px;
	/* background-image:url(bg.jpg);
	background-repeat:no-repeat; */
	background: linear-gradient( 45deg, #f0f0f0 25%, #fff 0, #fff 50%, #f0f0f0 0, #f0f0f0 75%, #fff 0 );
    background-size: 4px 4px;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display:block;
	clear:both;
	padding:54px 45px 54px 45px ;
	float:left;
	margin:0 auto;
}
#left{
	width:630px;
	clear:both;
	float:left;
}
#left .contact_list{
	width:630px;
	height:25px;
	margin-bottom:15px;
}
#left .title2{
	width:100px;
	color:#205732;
	float:left;
	font-weight:bold;
}
#left .title2 img{
	margin-right:15px;
}
#left input{

	height:18px;
	border:1px solid #BBBBBB;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding:3px 5px;
}
#left input:hover{
	border:1px solid #205732;
}
#left textarea{
	min-height:90px;
	border:1px solid #BBBBBB;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	display:block;
	float:left;
	margin-bottom:15px;
	padding:5px 5px;
}
#contact .right_ex{
	width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6em;
	font-family: "微軟正黑體";
}
#contact .right_ex span{
	color:#FF3F00;
}
.contact-pl{
	padding-left: 140px;
}
#btn{
	margin-left:340px;
}
#btn .rest a{
	width:110px;
	height:25px;
	display:block;
	background-image:url(clear.png);
	background-repeat:no-repeat;
	margin-left:50px;
	float:left;
}
#btn .rest a:hover{
	background-image:url(clear_.png);
}
#btn .send a{
	width:110px;
	height:25px;
	display:block;
	background-image:url(send.png);
	background-repeat:no-repeat;
	margin-left:10px;
	float:left;
}
#btn .send a:hover{
	background-image:url(send_.png);
}