#search-form-1 {
	margin-left:40px;
	margin-bottom:20px;
	background:-moz-linear-gradient(top, #FF0000, #A20212);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#FF0000), to(#A20212));
	border:1px solid #A20212;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:inset 0 1px #FF0000, inset 0 -2px 5px #A20212, 0 0 0 4px rgba(255,255,255,0.65);
	-webkit-box-shadow:inset 0 1px #FF0000, inset 0 -2px 5px #A20212, 0 0 0 4px rgba(255,255,255,0.65);
	padding:9px;
	width:570px;
}
#search-form-1 input { border:none; color:#333; font:bold 24px Helvetica, Arial, sans-serif; width:140px; background-color:#FFCC33; }
#search-form-1 button {
	background:-moz-linear-gradient(top, #453e26, #000);
	border:1px solid #000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,4);
	-webkit-box-shadow:inset 0 -2px 3px #193544, inset 0 1px #907817, 0 1px 1px rgba(0,0,0,.4);
	cursor:pointer;
	height:45px;
	position:absolute;
	right:2px;
	top:2px;
	width:45px;
}
#content-tag ul{
	list-style:none;
	display:block;
}
#content-tag li {
	float: left;
	background: #f6f6f6;
	margin-left: 8px;
	margin-right: 1px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 3px;
	border: 1px solid #D2D2D2;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	padding-bottom: 10px;
	height: auto;
	width: 620px;
	height: auto;
}
#content-tag li:hover {
	background: #e9e9e9;
}
#content-tag-pic-event {
	float: left;
	width: 140px;
	background-color: #FFF;
}
#content-tag {
	float: left;
	height:auto;
}
#content-tag-detail {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 450px;
	border-left-width: 1px;
	border-left-color: #9b9b9b;
	border-left-style: dashed;
}

#textheadDetail-tag {
	float: left;
	font-weight: bold;
	width: 450px;
	height: auto;
}
#textheadDetail-tag h3 {
	color:#213c70;
	font-size: 14px;
}
#textheadDetail-tag a {
	color: #213c70;
	text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
}
#textheadDetail-tag-desc {
	float: left;
	margin-bottom: 8px;
	width: 450px;
	height: auto;
}
#textheadDetail-tag-desc span {
	font-size: 13px;
	color:#000000;
}
#textheadDetail-tag-desc a {
	color: #a90000;
	text-shadow: 0.1em 0.1em 0.05em #FFFFFF;
}
#textheadDetail-tag-date{
	float:left;
	margin:5px 0;
	font-size: 11px;
}
#textheadDetail-tag-date span {
	color:#646464;
	font-size: 11px;
	font-weight:normal;
}
#textheadDatail-tag-tags{
	float:left;
	margin-top:5px;
	width: 450px;	
}
#textheadDatail-tag-tags a{
	color:#646464;
	font-size: 11px;
}
#textheadDatail-tag-tags a:hover {
	color: #000000;
	text-decoration:underline;
}
#detailTag {
	float: left;
	width: 678px;
	padding-top: 22px;
	height: 45px;
	background: transparent url("../images/bg-detail-name.png") repeat-x;
}
#pagination-tag{
	float:left;
	height:50px;
	width:640px;
}

.pagination-tag-item{
	padding:10px 5px;
	display:block;
	height:20px;
	font-size:1.4rem;
	text-align:center;
}

#pagination-tag a{
	background-color:#333;
	color:#FFFFFF;
	font-size:14px;
}

.pagination-tag-next{
	width:90px;
	float:right;
	border-left:1px solid #eee;
	position:relative;
	padding: 10px 15px;
}
.pagination-tag-previous{
	width:90px;
	float:left;
	border-left:1px solid #eee;
	position:relative;
	margin-left:8px;
	padding: 10px 15px;
}
#page-tag{
	font-size:13px;
	color:#000000;
	width:640px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}