/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: 0;
}

a#subwin_close{
	display:block;
	background-repeat:no-repeat;
	background-image:url(../images/close_.png);
	width:66px;
	height:23px;
}

a#subwin_close:hover{
	background-repeat:no-repeat;
	background-image:url(../images/close_over.png);
}

#subwindow{

	position:absolute;
	top:120px;
	margin-left:93px;
}


#subwin_footer{
	background-color:#333333;
	height:28px;
}

