/** BEGIN :: Search bar CSS for new 03-21-2012 mast **/

#la-mast-searchbox-css-2012 #searchbarNew {
 position: relative;
 left: 650px;
 top: 75px;
 width: 322px;
 }

#searchbarNew form,
#la-mast-searchbox-css-2012 #searchbarNew input {
	margin: 0;
	padding: 0;
	}

#la-mast-searchbox-css-2012 #searchbarNew form input.searchbox {
	background-color: #fff;
	border: 1px solid #999;
	width: 240px;
	height: 20px;
	}


#la-mast-searchbox-css-2012 #searchbarNew form input.button {
	vertical-align: bottom;
	}

/* --------------- BEGIN Search Options */

#la-mast-searchbox-css-2012  ul#searchoptionsNew {
	position: absolute;
	top: 35px;
	left: 7;
	font-size: 10px !important;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: verdana;
	}

#la-mast-searchbox-css-2012  *html ul#searchoptionsNew {
	top: 20px;
	}

#la-mast-searchbox-css-2012  *+html ul#searchoptionsNew {
	top: 20px;
	}

#la-mast-searchbox-css-2012  ul#searchoptionsNew li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	}

#la-mast-searchbox-css-2012  ul#searchoptionsNew li.end {
	margin: 0;
	}

#la-mast-searchbox-css-2012  ul#searchoptionsNew li.end span { 
	font-weight: bold;
	text-transform: uppercase;
	font-family: verdana;
	}

#la-mast-searchbox-css-2012  ul#searchoptionsNew .yahooText {
	color: #000000;
	}

#la-mast-searchbox-css-2012  ul#searchoptionsNew input.radio {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: middle;
                 background: none;
	}

#la-mast-searchbox-css-2012  *html ul#searchoptionsNew input.radio {
	margin: -2px -1px 0 -4px;
	}

#la-mast-searchbox-css-2012  *+html ul#searchoptionsNew input.radio {
	margin: -2px -1px 0 -4px;
}

/** END :: Search bar CSS for new 2010 mast **/