.window_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/images/window_bg.png);
}
.window {
    border: solid 6px #253c5c;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
}
.window_load {
    height: 32px;
    width: 32px;
    background: url(/images/ajax-loader.gif) no-repeat;
}
.window_close {
    float: right;
    background: url(/images/window_close.png) no-repeat;
    width: 23px;
    height: 23px;
}
.window_body {
    clear: both;
}
.window h2 {
	color: #253b5a;
	font-size: 30px;
	font-weight: normal;
}