﻿/*RSS Style*/
.AbacusRss
{
	vertical-align:top;
	border-top:1px gray solid;
	border-left:1px gray solid;
	border-right:1px gray solid;
	border-bottom:none;
	
}

.AbacusRssItem
{
	vertical-align:top;
	border-bottom:1px gray solid;
	
}


.RssImageArea,.RssContentArea
{	
	display:inline;	
	height:60px;
	margin:0 0;

}
.RssTitle,.RssDesctiption
{
	display:block;
}
.RssDesctiption
{
	display:block;
}




/* Do not change the name of the classes*/
.div_wrapper
{
	width: 155px;
	height: 16px;
	color: #000000;
	font-family:Futura Book, Arial;
	
	border:1px solid #A5ACB2;
	margin:24px 0 0 534px;

}

.div_SearchKeyword
{
	width: 100px;
	font-family:Futura Book, Arial;
	text-align:center;
	float:left;
	padding: 0 0 0 2px;
	font-size:5px;
}

.div_SearchButton
{
	background-color:#a5acb2;
	cursor:pointer;
	width: 50px;
	
	color: #efefef;
	
	text-align:center;
	vertical-align:top;
	float:right;
	padding-bottom:1px;
	font-size:11px;
}
.div_SearchButton_MouseOver
{
	background-color:#bcc4cb;
	cursor:pointer;
	width: 50px;
	
	color: #efefef;
	
	text-align:center;
	vertical-align:top;
	float:right;
	font-size:11px;
}

.textbox_SearchKeyword
{
	border:none;
	width:100%;
	height:90%;
	padding: 0;
}