@charset "utf-8";

.searchbutton { 
display:block;
background-image:url(../../textures/buttons/search_button_off.png);
width:67px; 
height:23px;
border:none;
z-index:1; }
.searchbutton:active { background-image:url(../../textures/buttons/search_button_on.png); }
    
a:link { color:#88D9F3; text-decoration:none;}
a:visited { color:#5a90a5; text-decoration:none;}
a:hover{ color:#88D9F3; text-decoration:underline;}

.Small_Link_Border {
border:solid #d5d5d5 1px; }

body {
background-image:url(../../textures/main/background_gradient_tile_x.png); 
background-attachment:fixed; 
margin:0mm 0mm;
background-repeat:repeat-x;
padding:0px;
z-index:-1;}

#Search_Box { 
background-image:url(../../textures/main/search_box.png); 
position:absolute;  
background-repeat:repeat-x;
top:50%; 
left:50%;
margin-left:-282px; 
margin-top:-120px;
height:240px;
width:564px;
z-index:1;
}

#Search_Button  { 
position:absolute; 
left:483px;
top:112px; 
z-index:1;}
   
#Search_Field_Text  { 
font-size:14px;
/*
border:none;
background:transparent;
*/
position:absolute;
margin-left:102px;
margin-top:113px;
height:16px;
width:358px;
z-index:3;}
   
#Text_dropdown {
left:102px;
top:156px;
position:absolute;
font-family:arial;
color:#88D9F3;
border:none;
z-index:2;
white-space:nowrap;
font-size:16px;}