div.modal {
	background: url(../img/components/modal_window.png) -1280px bottom no-repeat;
	_background-image: url(../img/components/modal_window_ie6.png);
	margin: 0 auto;
	padding-bottom: 26px;
    position: relative;
	width: 640px;
}

div.modal h2.modal_header {
	background: url(../img/components/modal_window.png) bottom left no-repeat;
	_background-image: url(../img/components/modal_window_ie6.png);
	color: #fff;
	font-size: 138.5% !important;
	font-weight: bold;
	height: 60px;
	line-height: 65px;
	_line-height: 60px;
	padding: 0 !important;
	text-align: center;
	text-shadow: 0 -1px 1px #000;
	margin: 0;
}

p#closeWindow a {
    background: url(../img/components/modal_window_close.png) top left no-repeat;
    _background-image: url(../img/components/modal_window_close_ie6.png);
    text-indent: -9999em;
	height: 19px;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 19px;
}

div.modal_buffer {
    background: url(../img/components/modal_window.png) center repeat-y;
	_background-image: url(../img/components/modal_window_ie6.png);
}

div.modal_content {
    color: #000;
    overflow: hidden;
    padding: 0 27px 25px 29px;
}

div.modal_zone {
	overflow: hidden;
}