/* CSS Document */

body{
margin:0;
padding:0;
font-family:tahoma;
font-size:12px;
color:white;
}

a:link, a:visited
{color:white; text-decoration:none}
.wraper{
margin:auto;

}

#co
{
width:200px;
height:40px;
margin-left:40px;
margin-top:35px;
float:left;
}


#search td
{
white-space:nowrap;
}

#search input, #search select 
{
border:1px solid;
font-size:11px;
color:#006600;
}