body {
	margin: 0 auto !important;
	max-width: 640px;
	line-height: 1.6;
	font-family: Helvetica Neue, Helvetica\,Arial, "Sans-serif";
	background: #f4f4f4;
}
a {
	color: black;
}
a:link {
	color: black;
} 
a:visited {
	color: black;
} 
table tr td{
 line-height: 35px;
}

#valueSearch{
	 width:80%;
	 height: 27px; 
	 border-radius:16px;
	 border-style:none;
	 margin-top:10px;
	 margin-left:15px;
}

#searchImg{
	height:20px;width:20px; 
	margin-left: -40px;
	margin-top:-1px;
}

#htitlespan{
	color:#1AA352; 
	border-left: 5px solid #1AA352;
	margin-left: 15px;
}
.header{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}
.header h1{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
} 