
.SearchResultFixedHeadera
{
	font-weight: bold;
	position: absolute;
	background-color: White;
	color: #993333
	width:100%;;
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman" ,Georgia,Serif;
}





.SearchResultFixedHeader
{
	font-weight: bold;
	position: absolute;
	background-color: White;
	color: #993333
	
	font-weight: bold;
	text-align: center;
	font-family: "Times New Roman" ,Georgia,Serif;
}





.GVFixedFooter
{
	font-weight: bold;
	background-color: Green;
	position: relative;
	bottom: expression(getScrollBottom(this.parentNode.parentNode.parentNode.parentNode));
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #000000;
	-webkit-box-shadow: 0px 10px 14px -7px #000000;
	box-shadow: 0px 10px 14px -7px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #56663d), color-stop(1, #8ebd2a));
	background:-moz-linear-gradient(top, #56663d 5%, #8ebd2a 100%);
	background:-webkit-linear-gradient(top, #56663d 5%, #8ebd2a 100%);
	background:-o-linear-gradient(top, #56663d 5%, #8ebd2a 100%);
	background:-ms-linear-gradient(top, #56663d 5%, #8ebd2a 100%);
	background:linear-gradient(to bottom, #56663d 5%, #8ebd2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#56663d', endColorstr='#8ebd2a',GradientType=0);
	background-color:#56663d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #839920;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8ebd2a), color-stop(1, #56663d));
	background:-moz-linear-gradient(top, #8ebd2a 5%, #56663d 100%);
	background:-webkit-linear-gradient(top, #8ebd2a 5%, #56663d 100%);
	background:-o-linear-gradient(top, #8ebd2a 5%, #56663d 100%);
	background:-ms-linear-gradient(top, #8ebd2a 5%, #56663d 100%);
	background:linear-gradient(to bottom, #8ebd2a 5%, #56663d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd2a', endColorstr='#56663d',GradientType=0);
	background-color:#8ebd2a;
}
.myButton:active {
	position:relative;
	top:1px;
}



