* { 
	font-family:arial, verdana, tahoma, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
}
body { 
	min-width:950px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth)<950 ? '950px' : 'auto');
}
img {
	border:0;
}
p {
	margin-bottom:10px;
}
a.dashed { text-decoration:none; border-bottom:1px dashed #0034DB; }
a.dashed:hover { text-decoration:none; border-bottom:1px dashed #0034DB; }
h1 {
	color:#C00;
	text-align:center;
	font-size:76px;
	font-weight:normal;
	margin:40px auto 0 auto;
	position:relative;
	width:435px;
	height:118px;
}
h1 img {
	position:absolute;
	left:0;
}
h1 a {
	color:#C00;
	text-align:center;
	font-size:76px;
	font-weight:normal;
	margin-top:40px;
	text-decoration:none;
}
h2 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
}
hr {
	border:none;
	border-top:1px solid #AAA;
	clear:both;
	height:0;
}
div.main_div {
	width:654px;
	margin:10px auto;
}
div.main_div div.main_descr {
	text-align:left;
	border:solid 1px #888;
	padding:9px;
	margin:7px 0 17px 0;
}
div.main_div ol {
	margin: 10px 0 0 23px;
	text-align:left;
}
div.main_div p {
	margin-top:90px;
	text-align:left;
}
#zagr { margin:0; }
div.main_div div {
	text-align:left;
}
div.main_div p.sm, div.main_div p.sm a {
	font-size:11px;
	text-align:center;	
}
div.main_div .cprt {
	margin-top:10px;
	color:#555;
	font-size:10px;
	text-align:center;
}
form.main_upl_form input {
	font-size:16px;
	width:100%;
	margin-top:7px;
	height:30px;
	font-weight:bold;
	color:#333;
}
#flashupload input {
	width:555px;
	padding:4px;
	height:auto;
	margin:0 4px 0 0;
	border:1px solid #CCC;
}
#upload_tbl, #flashupload_files table { margin-top:4px; }
form.main_upl_form .zagruzit {
	text-decoration:none;
	cursor:default;
	display:block;
	width:654px;
	height:30px;
	background: url('/images/zagruzit.gif') 0 0;
	margin-top:5px;
}
form.main_upl_form .zagruzit:hover {
	background-position: 0 -30px;
}
form.main_upl_form .zagruzit:active {
	background-position: 0 -60px;
}
table.code td p {
	margin-top:15px;
	font-size:16px;
	margin-bottom:5px;
}
table.code td p b {
	font-size:16px;
}
table.code td input, table.code td button {
	font-size:16px;
	padding:4px;
}
a.cancel_upload_link {
	position:absolute;
	width:16px;
	height:16px;
	display:block;
	right:10px;
	top:7px;
	background: url(/images/cancel.gif);
}
div.upload_success {
	position:absolute;
	width:16px;
	height:16px;
	right:10px;
	top:7px;
	background: url(/images/upload_success.gif);
}
div.upload_error {
	position:absolute;
	width:16px;
	height:16px;
	right:10px;
	top:7px;
	background: url(/images/upload_error.gif);
}
.input_upload {
	border: 1px solid #CCC;
	width:555px;
	padding:4px;
	margin-right:4px;
	font-size:16px;
	font-weight:bold;
	color:#333;	
}

#flashupload fieldset {
	border: 1px solid #CCC;
	color:#444;
	margin-top:5px;
}
#flashupload fieldset input {
	width:auto;
	border:none;
	margin:0;
}