#logo
{
	background-image: url('/design/images/logo.png');
	width: 160px;
	height: 67px;
	float: left;
	display:block;
	text-decoration: none;
	margin-top: 0;
}

.logotd
{
	width: 140px;
}

#inputField
{
	background:url(../images/inputfield.jpg) repeat-x;
	border-top-color: #727272;
	border-left-color: #b4b4b4;	
	border-right-color: #b4b4b4;
	border-bottom-color: #dadada;
	border-width: 1px;
	border-style: solid;
	padding: 3px 23px 2px 2px;
	width:280px;
	height:20px;
	font-size: 15px;
	font-weight: normal;
	color: #222;
}
#search {
width:305px;
border:#999 solid 1px;
height:24px;
float:left;
}
#inputtext {
float:left;
padding-top:2px;
font-family:arial;
font-size:14px;
width:276px;
height:20px;
border:0px;
}
#ss {
float:left;
background: url(../images/ser.gif) no-repeat;
height:20px;
width:20px;
padding-left:2px;
padding-top:2px;
}

#searchsubmit
{
	padding: 0;
	width: 69px;
	padding: 1px 0 1px 0;
	background-color: transparent;
	background-image: url('../images/search.png');
	border: none;
	background-position:right top;
}


/*
#inputField.focused
{
	border: 2px solid #0078cc;
}
*/

#searchform
{
	padding-top: 5px;
}

