

#searchArea input{
	width: 100%;
	text-align: center;
}

#update {
	font-family: Georgia, Helvetica, Arial;
	width: 100%;
	margin: 0 auto;
}

#update ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#update ul li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	background: #333333;
	/*height: 100px;*/
	overflow: hidden;
	padding-bottom:10px;
	border-bottom: 1px solid #444444;
	-webkit-animation: myanim 1s;
	-moz-animation: myanim 1s;
	-o-animation: myanim 1s;
	animation: myanim 1s;

	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#update li a{
	color:#ffffff;
	}

#update li a:hover{
	/*min-height: 110px;
	height: 250px;*/
	overflow: visible;
	cursor:pointer;
	color:#44ac8f;
}

#update li a:hover h2{
	color:#999999;
	}

#my-search h5{
	color:#999999;
	letter-spacing:2px;
	font-size:12px;
	border-bottom: 1px solid #444444;
	padding-bottom:5px;
	margin:0;
	}

#update h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #44ac8f;
	text-transform:uppercase;
	/*border-bottom: 1px dotted #CCC;*/

}

#update img {
	float: left;
	width: 80px;
	margin-right: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



@-webkit-keyframes myanim {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@-moz-keyframes myanim {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@-o-keyframes myanim {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@keyframes myanim {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}



#update1 {
	font-family: Georgia, Helvetica, Arial;
	width: 100%;
	margin: 0 auto;
}

#update1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#update1 ul li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	background: #333333;
	/*height: 100px;*/
	overflow: hidden;
	padding-bottom:10px;
	border-bottom: 1px solid #444444;
	-webkit-animation: myanim 1s;
	-moz-animation: myanim 1s;
	-o-animation: myanim 1s;
	animation: myanim 1s;

	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#update1 li a{
	color:#ffffff;
	}

#update1 li a:hover{
	/*min-height: 110px;
	height: 250px;*/
	overflow: visible;
	cursor:pointer;
	color:#44ac8f;
}

#update1 li a:hover h2{
	color:#999999;
	}

#my-search1 h5{
	color:#999999;
	letter-spacing:2px;
	font-size:12px;
	border-bottom: 1px solid #444444;
	padding-bottom:5px;
	margin:0;
	}

#update1 h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #44ac8f;
	text-transform:uppercase;
	/*border-bottom: 1px dotted #CCC;*/

}

#update1 img {
	float: left;
	width: 80px;
	margin-right: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



@-webkit-keyframes myanim1 {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@-moz-keyframes myanim1 {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@-o-keyframes myanim1 {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}

@keyframes myanim1 {
	0% { opacity: 0.3;}
	100% { opacity: 1.0;}
}