/*歡迎視窗*/
#welcomeMesg{
	margin-top:10px;
	background:url(/pro/template/3/wm_bg.png) repeat-x;
	border:solid 1px #FFCC01;
	padding:7px 15px;
}
#welcomeMesg em{
	display:block;
	padding:2px 0px;
}


/*訪客簡訊留言*/
/*-----大標題*/
.sm_title_wrapper{
	background:url(/pro/template/3/sm_titleBg.png);
	height:37px;
	margin-top:15px;
}
.sm_title{
	display:block;
	padding-top:5px;
	padding-top:8px \9;
	padding-left:45px;
	font-size:15px;
	color:#900;
	font-weight:bold;
}
/*-----次標題*/
.sm_subtitle_wrapper{
	background:url(/pro/template/3/sm_subtitleBg.png);
	height:32px;
}
.sm_subtitle{
	display:block;
	padding-top:3px;
	padding-top:7px \9;
	padding-left:30px;
	color:#2C446B;
	font-weight:bold;
}
/*-----內容區塊*/
.sm_content{
	background:url(/pro/template/3/sm_contentBg.png) repeat-y;
}
.smc_title_wrapper, .right{
	margin:10px auto;
	padding:0px 15px;
	margin-left:5px;
}
.smc_title_wrapper{
	width:75px;
	vertical-align:top;
	text-align:right;
}
.smc_title_wrapper img{
	margin-top:2px;
	margin-top:0px \9;
	margin-right:3px;
}
.right{
	color:#666;
}
.right strong{
	display:block;
	margin-bottom:3px;
}
/*-----輸入框寬高*/
.name{
	width:200px;
}
.telInput, .email{
	width:300px;
}
.mesgTextarea{
	width:550px;
	height:200px;
}
/*-----輸入認證碼*/
.sm_codeInput{
	background:url(/pro/template/3/ei_contentBg.png) repeat-y;
}
.redOutline{
	width:700px;
	margin:0px auto;
	padding:10px 15px;
	border:solid 2px #FF643E;
	text-align:center;
}
/*-----送出按鈕區塊*/
.sm_btnArea{
	text-align:center;
	background:url(/pro/template/3/ei_contentBg.png) repeat-y;
}
.sendMesgBtn, .cleanMesgBtn{
	padding:5px 10px;
	padding:7px 10px 3px \9; 
	margin:5px 5px 0px;
}
/*-----Footer*/
.sm_footer{
	background:url(/pro/template/3/sm_footerBg.png);
	height:10px;
	overflow:hidden;
}





.tel{
	color:#ff0000;
	font-weight:bold;
}