.window {
	position: absolute;
	z-index: 150;
	top: 5%;/*25px;*/
	left: 5%;/*25px;*/
	display: none;
	width: 90%;
	height: 90%;
}

.window .tl {
	background: url(../img/window_tl.png) bottom right no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

.window .tr {
	background: url(../img/window_tr.png) bottom left no-repeat;
	float: right;
	height: 50px;
	width: 50px;
}

.window .t {
	background: url(../img/window_t.png) bottom left repeat-x;
	display: block;
	height: 50px;
	margin: 0 50px 0 50px;
}

.window .l {
	background: url(../img/window_l.png) top left repeat-y;
	padding-left: 30px;
}

.window .r {
	background: url(../img/window_r.png) top right repeat-y;
	padding-right: 30px;
}

.window .bl {
	background: url(../img/window_bl.png) top right no-repeat;
	float: left;
	height: 50px;
	width: 50px;
}

.window .br {
	background: url(../img/window_br.png) top no-repeat;
	float: right;
	height: 50px;
	width: 50px;
}

.window .b {
	background: url(../img/window_b.png) top left repeat-x;
	height: 50px;
	margin: 0 50px 0 50px;
	
}

.window .m {
	background: url(../img/window_m.png) repeat;
	display: block;
}


.window .m h1 {
	margin: 0 auto 0 auto;
}

