/*search start*/
#search table{
	width: 580px;
	margin-top: 35px;
	margin-bottom: 50px;
}
#search td{
	width: 50%;
	text-align: center;
}
#search a{
	margin-right: auto;
	margin-left: auto;
}
#search a:hover{}


/*search2 start*/
#search2{
	margin-top: 25px;
}
#search2 table{
	width: 580px;
	border: 1px solid #993366;
}

#search2 th{
	width: 25%;
}
#search2 th a{
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #993366;
	font-weight: normal;
	text-align: center;
	width: 98%;
	border: 1px solid #993366;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
}
#search2 th a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #993366;
}

#search2 td{
	text-align: center;
}
#search2 td a{
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	width: 98%;
	display: block;
	margin-bottom: 8px;
}

#search2 td a:hover{
	color: #6699FF;
	text-decoration: underline;
}

