@charset "utf-8";
/* CSS Document */

#banner{
	width:743px;
	height:198px;
	background:url(/Assets/Web/Image/share/banner.png) no-repeat;
	}
#right_content{
	background:url(/Assets/Web/Image/share/con_bg.png) no-repeat bottom;
	
	}
#share_title {
	width:620px;
	height:80px;
	font-size:18px;
	font-family:"微軟正黑體";

	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:50px;
	line-height:120px;
	color:#09F;
	background:url(/Assets/Web/Image/share/title_bg.png) no-repeat left;
	}
#share_content{
	width:600px;
	height:300px;
	margin:0 auto;
	}
#share_content ul{
	padding:0px;
	margin:0px;
	}
#share_content ul li{
	width:600px;
	min-height:25px;
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:5px;
}
#share_content label{
	width:70px;
	height:25px;
	line-height:25px;
	display:block;
	text-align:right;
	float:left;
	margin-right:10px;
	}
.youtube_img{
	width:120px;
	height:90px;
	padding:5px;
	margin:5px;
	border:1px solid #EDBB47;
	float:left;
	overflow:hidden;
	}
.youtube_img img {
	width:120px;
	}
#youtube_list{
	min-height:90px;}
#youtube_list:after{
	content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
	}
#youtube_readme{
	width:600px;
	padding:5px;
	text-align:left;
	color:#900;
	border-top:1px solid #ccc;}
#youtube_bottom{
	width:600px;
	padding:5px;
	text-align:center;
	border-top:1px solid #ccc;}
#photo{
	height:50px;
	}
#btn_send{
	width:79px;
	height:30px;
	border:0px;
	display:block;
	cursor:pointer;
	margin:0 auto;	
	background:url(/Assets/Web/Image/contact/btn_send.png) no-repeat;
	}
#btn_add{
	width:60px;
	height:23px;
	border:0px;
	display:block;
	cursor:pointer;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#666;
	background:url(/Assets/Web/Image/share/btn_add.jpg) no-repeat;
	}
input, textarea {
	background:#FFF4DD;
	border:1px solid #FBD17B;}	
input {
	height:20px;
	}
