body {
	text-align: center;
	font-family: Arial,Tahoma,Verdana,San-Seriff;
	font-size: 12px;
	background-color: #ffffff;
}
body * {
	padding: 0;
	margin: 0;
/*	position: relative;*/
	border: 0 none;
}
div#dialog_main {
	display: inline-block;
	margin-top: 2%;
	width: 400px;
	height: 400px;
	background-color: transparent;
}
div#dialog_left {
	width: 15px;
	height:100%;
	float: left;
	background:url("left-border.png") repeat-y;
	position: relative;
}
div#dialog_top-left {
	width: 15px;
	height:15px;
	float: left;
	background:url("top-left-corner.png");
}
div#dialog_bottom-left {
	width: 15px;
	height:15px;
	background:url("bottom-left-corner.png");
	position: absolute;
	bottom: 0;
}
div#dialog_center {
	width: 370px;
	height:100%;
	float: left;
	background-color: #f9f9f9;
	position: relative;
}
div#dialog_top, div#dialog_bottom {
	width: 100%;
	height:15px;
}
div#dialog_top {
	background:url("top-border.png") repeat-x;
}
div#dialog_inner {
	padding: 5px;
}
div#dialog_bottom {
	background:url("bottom-border.png") repeat-x;
	position: absolute;
	bottom: 0;
}
div#dialog_right {
	width: 15px;
	height:100%;
	float: left;
	background:url("right-border.png") repeat-y;
	position: relative;
}
div#dialog_top-right {
	width: 15px;
	height:15px;
	float: left;
	background:url("top-right-corner.png");
}
div#dialog_bottom-right {
	width: 15px;
	height:15px;
	background:url("bottom-right-corner.png");
	position: absolute;
	bottom: 0;
}
div.dialog_string {
	width: 100%;
/*				vertical-align: top;*/
	text-align: right;
	padding-top: 9px;
/*				height: 30px;*/
}
.dialog_header, .dialog_error {
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.dialog_error {
	color: #fe0101; 
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.dialog_string * {
/*				vertical-align: middle;*/
/*	vertical-align: bottom;*/
}
.dialog_string input, .dialog_string select, .dialog_string textarea {
	width: 70%;
	-moz-box-sizing: border-box;
/*	box-sizing: border-box;*/
	box-sizing: content-box;
	height: 29px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background-color: #fff;
	margin-left: 4px;
	padding-left: 2px;
	z-index: 1;
}
.dialog_string textarea {
	height: auto;
}
.dialog_string select {
	text-align: center;
}
.dialog_string span {
/*	float: left;*/
}
#dialog_fileinput {
	/*float: left;*/
	position: absolute;
	right: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}
#dialog_fileinputtext {
	/*float: left;*/
	text-align: center;
}
.dialog_button, .dialog_button_auth {
	width: 115px;
	height: 30px;
	background:url("submit.png") no-repeat;
	background-color: #f9f9f9;
	display: inline-block;
	z-index: 1;
}
div.dialog_button:hover, div.dialog_button_auth:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.dialog_button:active, div.dialog_button_auth:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.dialog_button_auth {
	background:url("auth.png") no-repeat;
}
.dialog_button input, .dialog_button_auth input {
	width: 115px;
	height: 30px;
	cursor: pointer;
	margin: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
img.dialog_zamok {
	position: absolute;
	top: -10px;
	right: -5px;
}
.dialog_agreement {
	font-size: 11px;
}
.dialog_agreement a {
	font-style: italic;
}
.dialog_newpassword {
	text-align: right;
}
.dialog_newpassword input {
	font-size: 11px;
	cursor: pointer;
	text-decoration: underline;
	background-color: #f9f9f9;
}

