@CHARSET "ISO-8859-1";

/* Widgets */
.widget_header {
	height: 45px;
	position: relative;
	text-align: left;
}

.widget_header img{
	position: absolute;	
	top: 0px;
}

.widget_contents {
	background-color: #262424;
	color: #fff;
	position: relative;
}

.widget_header_content{
	position: relative;
	margin: -45px 15px;
	
}

.widget_header .widget_background{
	margin: 0 15px;
	background: url(../img/widget/header.jpg);
	height: 45px;	
}

.widget_header_text {
	color: #fff;
	position: relative;
	left: 10px;
	top: 5px;
	font-weight:normal;
	font-size: 22px;
	font-family: Verdana, Arial, sans-serif;
	margin-left: 55px;
}
.widget_header_text a { 
	color: white; 
}

.widget_header_image {
	margin-top: -18px;
	float: left;
}

.widget_footer{
	position: relative;
	height: 12px;	
}

.widget_footer img{
	position: absolute;	
	top: 0px;
}

.widget_footer .widget_background{
	background: #262424; 
	margin: 0 12px; 
	height: 12px;
}


.stap_header_image{
	display: block;
	float: left;
	margin-top: -15px;
	margin-left: 0px;
	z-index: 2;
}

.stap_header{
	height: 19px;
	text-align: left;
	background-color: #474747;
	border-bottom: 1px solid #333;
	z-index: 1;
}

.stap_header_text{
	display: block;
	color: #fff;
	left: 8px;
	top: 2px;
	margin-left: 20px;
	font-weight:bold;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	z-index: 2;
	padding-top: 2px;
}

.stap_header_text input{
	float: left;	
	margin: -4px 2px 0 0;
	
}

.stap_header_text input{
	display: block;
	vertical-align: middle;	
}

.stap_contents{
	background-color: #474747;
	text-align: left;
	color: #fff;
	z-index: 1;
}


.inner_widget_footer{
	width: 100%;
	height: 15px;
	margin-bottom: -15px;
}

	.inner_widget_footer .background{
		margin: 0 15px;
		background: #333333;
		height: 15px;
	}


