.search-field {
background: url(/img/search-bg-left_gray.png) no-repeat left top !important;
margin-left: 20px;
}

input.search {
	font: .89em 'PT Serif Caption', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	height: 26px;
	padding: 0px 10px 0px 10px;
	padding-left: 32px;
	line-height: 26px;
	border: 0px;
	background: url(/img/search-bg-right_gray.png) no-repeat right top !important;
	color: silver;
	font-weight: bold;
	width: 100px;
}

#accnt a.button {
    padding: 11px 23px 9px 15px !important;
     border-radius: 13px 13px 13px 13px;
}

#accnt a.button:hover {
    border: medium none;
     font-family: 'PT Serif Caption',"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	background: url(../../../resources/images/join-us.png) no-repeat left !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: white;
	font-size: 1.25em;
	margin-left:-35px;
   /* width: 5.8em; */
    width: 87px;
    line-height: 1.7em;
    padding: 11px 23px 9px 15px !important;
     border-radius: 13px 13px 13px 13px;
}