/**{
	margin:0;
	padding:0;
}*/

#searchForm{
	/* The search form. */
	padding:0px 5px 0px 0px;
	margin:-8px 0px 0px 0px;


}

fieldset{
	border:none;
}

#searchInputContainer{
	/* This div contains the transparent search box */
	margin-right:0px;
}

#q {
    padding: 2px 0px 0px 5px;
    background-color: white;
    color: #333;
    cursor: pointer;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    border-style: solid;
    border-width: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 27px;
    line-height: 19px;
    width: 331px;
}


/*  submit button */


#submitButton {
    background: #f1f1f1 url(img/search.svg) no-repeat center;
    background-size: 13px;
    width: 30px;
    height: 29px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0px 5px 0px -4px;
    padding: 0 0 0 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border-style: solid;
    border-width: 0px;
}

a.general:link {color:#669900; text-decoration: none; }
a.general:visited {color:#669900; text-decoration: none; }
a.general:hover { text-decoration: underline; }

