.iframescroll {

SCROLLBAR-SHADOW-COLOR: #b4d8fc;
 SCROLLBAR-ARROW-COLOR: #90d8fc;
 SCROLLBAR-TRACK-COLOR: #fcfcfc;
 SCROLLBAR-DARKSHADOW-COLOR: #fcfc90;
 SCROLLBAR-BASE-COLOR: #fcfcd8

}
.text_input {

	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.button {
	font-size: 13px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-position: bottom;
	line-height: 18px;
}
#navigator{
list-style:none;
}
#navigator li{
float:left;
}
#navigator li a{
display:block;
text-indent:-5000px;
}
#linkBlog a{
	background: url(../images/button/blog.gif) no-repeat;
	height: 30px;
	width: 97px;
	display: block;
	text-indent:-5000px;
}
#linkBlog.hover,
#linkBlog a:hover{
	background:url(../images/button/blog.gif) no-repeat;
}

#linkBlog.current a{
	background:url(../images/button/blog.gif) no-repeat;
}
#linkBlog div{
	position:relative;
}
#linkBlog ul{
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#linkBlog li{
	float:none;
	display:block;
}
#linkBlog li a{
	text-indent:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	background:#eeeeee !important;
	font-size:15px;
	font-weight:bold;
	height:28px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#666;
}
#linkBlog li a:hover{
	background:#cccccc !important;
	border-bottom-color:#aaa;
	border-top-color:#ddd;
	color:#444;
}
