body {
    margin: 0px;
    overflow-x: hidden;
}

div#shim {
    background-color: #CFCFCF;

}

div.window {
    min-height: 30px;
}

* html div.window {
    min-height: 30px;
}

div.window {
    border:3px solid #ecf0f2;
    width: 760px;
    background-color: #fcfdfd;
    margin: 0 auto;
    z-index: 2000;
    padding: 16px;
}

div.innerwindow {
    padding: 4px;
}

.close {
	width: 71px;
	height: 20px;
	background:url(../images/btn_close.jpg) 0px 0px no-repeat;
	display:block;
	border:0 none;
	float:right;
}

.close:hover {
	background:url(../images/btn_close.jpg) 0px -20px no-repeat;
}
