/* CSS Menu Document */

/* GLOBAL */
form{margin:0px; padding:0px;}

/* SEARCH FORM */
#search input{
margin:0px; padding-top:4px; 
width:160px; height:20px; 
display:block;
float:left;
text-indent:3px;
font-family:Trebuchet, Arial, Helvetica, sans-serif;
color:#586f7f;
font-size:1.2em;	
background:url(../gui/bg_searchBox.gif) repeat-x;
border-top: 1px solid #3b3e3f;
border-right: 1px solid #55595a;
border-left: 1px solid #939b9f;
border-bottom: 1px solid #939b9f;
}
#search input:focus, #search input.focus{background:url(../gui/bg_searchBox_focus.gif) repeat-x; color:#3b5160;}
#search button{
margin-left:2px; padding:0px; 
width:73px; height:27px; 
float:left; display:block;
background:url(../gui/btn_search.gif) no-repeat;
cursor:pointer;
border:none;
}
#search button:hover, #search button.over{background:url(../gui/btn_search.gif) no-repeat 0px -27px;}

/* TOOLBOX FORM */
#toolbox_form{padding:22px 0px 0px 6px;}
#toolbox_form select{color:#3b5160; font-family:Trebuchet, Arial, Helvetica, sans-serif; font-size:1.2em;}

/* ENEWSLETTERS FORM */
#enewsletters_form{margin:0px; padding:24px 0px 0px 18px; position:relative;}
#enewsletters_form input{float:left;}
#check_items{padding-top:2px; _padding-top:4px; float:left;}
.enewsletters_links{color:#7794ab; padding-top:4px; _padding-top:6px; float:right; text-transform:uppercase; font-size:.8em; letter-spacing:-.1em; font-family:Arial, Helvetica, sans-serif;}

#enewsletters_btn a, #enewsletters_btn a:visited {
background:url(../gui/btn_subscribe.gif) no-repeat 0px 0px;
position:absolute;
margin:0px; padding:0px;
width:93px; height:27px;
right:0px; bottom:0px;
text-indent:-9999px;
display:block;
}
#enewsletters_btn a:hover {
position:absolute;
margin:0px; padding:0px;
width:93px; height:27px; 
background:url(../gui/btn_subscribe.gif) no-repeat 0px -27px;
cursor:pointer;
border:none;
right:0px; bottom:0px;
text-indent:-9999px;
display:block;
}
