/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.mysearchresults {
  width: 700px;
  float: left;
}

#bigsearchbox {
	clear:both;
	width: 960px;
	height: 96px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index:-1;
	}

.bigsearchtextfield {
  clear:both;
  width: 800px;
  height: 44px;
  font-family: arial, verdana, sans serif;
  font-size: 24pt;
  font-weight: normal;
  color: #000000;
  padding: 0px 10px 0px 0px;
  background: #ffffff;
  border: 1px Solid #ffffff;
  margin: 0px 20px 0px 0px;
  position: relative;
/*  top:-10px; */
  vertical-align:middle;
}

.bigsearchgo {
  width: 120px;
  height: 44px;
  font-family: arial, verdana, sans serif;
  font-size: 24pt;
  font-weight: normal;
  color: #000000;
  padding: 0;
  background: #80b65d;
  border: 1px Solid #ffffff;
  margin: 0px 0px 0px 0px;
  position: relative;
  /*  top: 6px; */
  vertical-align:middle;
  right: 17px;
}