
#top a{
	text-transform:uppercase;
	color:#fff;
	border:0;
}

#search {
	position:absolute;
	left:717px;
	top:5px;
}
#search p{
margin:0;
float:left;
color:#fff;
font-size:10px;
font-weight:bold;
}

#search input{
	height:12px;
	width:150px;
	font-size:11px;
	border:0;
	float:left!important;
	margin-left:5px;
}

#search #ok{
width:13px;
height:13px;
background-image:url("../picture/interface/ok.jpg");
background-repeat:no-repeat;
}

#search input:focus{
	border:0;
}

#logo{
	position:absolute;
	top:33px;
	left:80px;
	width:97px;
	background-image:url("../picture/interface/logo.jpg");
	background-repeat:no-repeat;
	height:106px;
}

#logo a{
	display:block;
	width:97px;
	height:106px;
}

