/*UPDATES 2*/
#addressBookDefaultPrimary {margin:10px 0 15px 0;}
.instructions {float:right;width:280px;}
.address {float:left;width:280px;}
.addressR {float:right;width:280px;}
address {padding:20px 0 0 0; margin:0;}
#addressBookProcessDefault .alert {margin: 15px 0 15px 0;}
#addressBookDefault address, #addressBookDefault .instructions, #gvFaqDefaultContent{margin: 5px 0 20px 0;}
ul #myAccountNotify {}
#gvFaqMainContent {}

/*************TOP BAR SEARCH BOX*************/
#navMainSearch {width:364px; height:58px;} /*searchbox wrapper width*/
.quick_find_header {margin-top:18px;} /*use to position go button and form text USE WITH BG POSITION of NAVMAIN SEARCH*/
.quick_find_header {padding-bottom:5px;}/*use to position go button*/
.quick_find_header {border:0; font-size:10px; color:#CD0000;}

input.quick_find_header {background-color:transparent;} /*search field bg*/
input.quick_find_header {margin-bottom:16px} /*input text position*/
#navMainSearch form {padding-left:110px;} /*distance of search text from left of form USE WITH input.quick_find_header*/
input.quick_find_header {width:201px;}/*adjust to set input width USE WITH #navMainSearch form*/
/*input.quick_find_header {padding-bottom:0;#}FIXES SAFARI Text position*/

/*firefox*/
#navMainSearch {float: left; background:url(../images_layout/search_box.gif) 0 0 no-repeat;}
input.goButton {padding:0 0 0 0; position: absolute; top:28px}/*adjust to set input->gobutton distance*/


/*ie7*/
*+html #navMainSearch {float: left; background:url(../images_layout/search_box.gif) 0 0 no-repeat;}
*+html input.quick_find_header {padding-bottom:15px}/*IE 7 fixes position of search text*/
*+html input.goButton {padding:8px 0 0 0; position:normal; top:20px}/*adjust to set input->gobutton distance*/


