/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
.searchtext {
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

.subsearch {
	background-color: #211a16;
	color: #FFFFFF;
}

a.subsearch:link, a.subsearch:visited {
	background-color: #211a16;
	color: #FFFFFF;
	font-size: 12px;
}

