.dialog { 
	border     :  2px solid #ff6600;
    background-color : white;
    min-width  : 100px;
    max-width  : 600px;
    min-height : 30px;
    padding    : 15px;

	-moz-box-shadow	    : 2px 2px 4px #bbb;
	-webkit-box-shadow	: 2px 2px 4px #bbb;
	box-shadow	        : 2px 2px 4px #bbb;

	-moz-border-radius	: 7px;
	border-radius		: 7px;
	/*Заглушка для IE*/
	behavior: url(/templates/PIE.htc);
	position: absolute;

	z-index: 1000;
}

.dialog .close_button {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 10px;
	z-index:2;
	top: 7px;
}
.dialog .close_button a{
	text-decoration: underline;
	font-size: 13px;
}
