.window {
	width: 380px;
	height: 290px;
	background-color: #f8f8f8;
	float: left;
	margin: 0px 20px 20px 0px;
}

.window-tab {
	background: url("../images/line_gradient.gif");
	height: 35px;
}	

.window-tab-content {
	padding: 4px 12px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 28px;
}

.window-tab-content a{
	color: black;
	text-decoration: underline;
} 

.window-tab-content a:hover{
	color: black;
	text-decoration: none;
}

.multiline {
	line-height: 16px;
}
	
.tab-left {
	float: left;
	margin-left: 4px;
	width: 8px;
	background: url("../images/ugol_left.gif") no-repeat;
	height: 35px;
}

.tab-center {
	float: left;
	background-color: #ececec;
	height: 35px;
	line-height: 26px;
	font-size: 14px;
	font-family: Segoe UI, Tahoma, Verdana, Arial, sans-serif;
}

.tab-right {
	float: left;
	width: 8px;
	background: url("../images/ugol_right.gif") no-repeat;
	height: 35px;
}
