﻿/*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: 11px;
	color: #D2B48C;
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
	height: 65px;
	line-height: 1.6;
}

a.searchtext:link, a.searchtext:visited {
	color: #D2B48C;
}
a.searchtext:hover {
	color: #F0F8FF;
}

