
.BlogSearchArea{
	background:url(../images/bg-blogsearch.jpg) no-repeat;
	width:280px;
	height:34px;
	margin:12px 0;
	padding:46px 0 0 20px
}

.BlogSearchArea input{
	background:tranparent;
	display:block;
	float:left;
	width:246px;
	font-size:11px;
	color:#554d4e
}
.BlogSearchArea .InputSubmit{
    background-color:transparent !important;
    height:20px;
    margin:-2px 0 0 -1px;
    width:20px;
}

#BlogSearchResults {
    width: 270px;
    background-color: #252525;
    padding:5px 0px 5px 0px;
    position: absolute;
    left: 1232px;
    top: 195px;
}

#BlogSearchResults a {
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 12px;
    _font-size: 11px;
}

