@charset "utf-8";
/* CSS Document */

#community {
	position: absolute;
	right: 72px;
	top:-25px;
	z-index: 50;
}
#community li {
	width: 21px;
	height: 21px;
	margin: 0 2px;
	float: left;
	text-align: center;
	list-style: none;
}
#community li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#community li a:hover {
	color: #F90;
}
#community li a.cart {
	background: url('community/cart.png') no-repeat;
}
#community li a.facebook {
	background: url('community/fb.png') no-repeat;
}
#community li a.google {
	background: url('community/google.png') no-repeat;
}
#community li a.twitter {
	background: url('community/twitter.png') no-repeat;
}
#community li a.plurk {
	background: url('community/plurk.png') no-repeat;
}
#community li a.favorites {
	background: url('community/favorites.png') no-repeat;
}
#community li a.pixnet {
	background: url('community/pixnet.png') no-repeat;
}
#community li a.instagram {
	background: url('community/instagram.png') no-repeat;
}
#community li a.sina {
	background: url('community/sina.png') no-repeat;
}
#community li a.cart:hover {
	background: url('community/cart_.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('community/fb_.png') no-repeat;
}
#community li a.google:hover {
	background: url('community/google_.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('community/twitter_.png') no-repeat;
}
#community li a.plurk:hover {
	background: url('community/plurk_.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('community/favorites_.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('community/pixnet_.png') no-repeat;
}
#community li a.instagram:hover {
	background: url('community/instagram_.png') no-repeat;
}
#community li a.sina:hover {
	background: url('community/sina_.png') no-repeat;
}
/*********************************************************/
/*********************************************************/
/***頁底*********************************************************/
/***頁底*********************************************************/
.form_use {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use:hover {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_use:focus {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_h {
	height: 18px;
}
.form_use2 {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use2:hover {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_use2:focus {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_use3 {
	color: #777777;
	background-color: #FFF;
	border: #BBBBBB 1px solid;
	padding: 3px 8px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use3:hover {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_use3:focus {
	color: #A5DD31;
	border: #A5DD31 1px solid;
}
.form_use4 {
	color:#666;
	border: #666 1px solid;
	background-color: transparent;
	padding: 3px 8px;
	font-size: 12px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.form_use4:hover {
	color:#CCC;
	background-color:#666;
	border: #666 1px solid;
}
.form_use4:focus {
	color:#CCC;
	background-color: #666;
	border: #666 1px solid;
}
