h2 {
font-size: 19px;
text-decoration: none;
color: #494949;
}

p {
font-size: 13px;
line-height: 20px;
color: #494949;
}

li {
list-style:square;
font-size: 13px;
line-height: 20px;
}

img {
width: 100%;
height: auto;
margin-bottom: 15px;
}

.fsSubmitButton
{
background-image: url(search_icon.png);
background-repeat: no-repeat;
background-color: transparent;
height: 50px;
width: 60px;
border: none;
text-indent:	 -999em;
padding-top: 5px;
}

input[type=text] {
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
height:43px;
width: 70%;
padding:4px; 
border:2px solid #ccc; 
-webkit-border-radius: 0px;
border-radius: 0px;
margin-left: -7px;
}

input[type=text]:focus {
border-color:#494949;
}