@charset "utf-8";
/* CSS Document */

html {
  height:100%;
  margin:0;
  padding:0;
}
 body {
  margin:0;
  padding:0;
  /* JS */
  min-height: 100%;
  height:100%; 
  background-color: #f6f6f6;
  text-align:center;
}
body, p, div, input, select, a, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5e5e5e;
}
a {
    color: #fb1b23;
    text-decoration: underline;
}
a:hover {
    color: #fb1b23;
    text-decoration: none;
}
a img {border: none;}

#for_bg {
  background: url(../images/bg_red_black.png) repeat-x top center;  /**/
  min-width: 1000px;
	/* JS */
 height: auto !important;
 min-height:100%;
 height: 100%;
}

#outer {
    margin: 0 auto;
    width: 1000px; /**/
    clear: both;
	/*position: relative;
	min-height: 100%;/**/
}
* html #for_bg {
	height: 100%;
}
#inner {
	text-align: center;
    margin: 0 auto;
	padding-bottom: 130px; 
	padding-top: 137px;
	width: 1000px;
}
#footer {
	text-align: center;
    margin: 0 auto;
	margin-top: -110px;
	height: 100px;
	width: 1000px;
    clear: both;
	position: relative;/*
	bottom: 0;
	border: 1px  dashed #FFCC00; /**/
}
#footer div.inn {
	text-align: left;
	padding-top: 30px;
}
p.copyright, p.menu {padding: 0; margin: 0 0 5px 0;}
#footer p.menu a {
	color: #5e5e5e;
	margin-right: 15px;
}

#logo {
	width: 302px;
	height: 181px;
	margin: 0 auto;
	background: url(../images/logo.jpg) no-repeat center center;
}
#logo a {
	display: block;	
	width: 302px;
	height: 181px;
}
#progress_outer {	
	margin: 0 auto;
	margin-top: 25px;
	width: 710px;
	/* border: 1px dotted #003399; /**/
}

#progress1 {
	width: 578px;
	height: 30px; 
	margin-top: 3px;
	background: url(../images/progressbar.png) no-repeat top center;
	float: left;
}
#progress2 {
	display: block;
	width: 568px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/progressbarfill.png) no-repeat;
	background-position: -10px 0;
	line-height: 30px;
	color: #000000;
}

#percents { font-weight: bold; }
#file {
	width: 564px;
	height: 30px; 
	padding: 0 7px;
	margin: 0;
	margin-top: 3px;
	background: url(../images/input_bg.png) no-repeat top left;
	float: left;
	color: #FFFFFF; 
	border: none;
	line-height: 30px; 
	text-align: left;
}

#file input {
	color: #FFFFFF; 
	width: 558px;
	height: 20px; 
	border: none;
	background: none;
	padding: 0;
	margin: 4px; 
	line-height: 20px;
	vertical-align: middle;
} 
#logoweb101 {
	width: 141px;
	height: 30px;
	float: right;
}
#web101 { position: absolute; right: 0; z-index: 1; }
#aweb101 { position: absolute; right: 0; }

.clr { clear:both; height:0; line-height:0;}

#for_bg:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/********************belfegor*******************************/

#btn_cancel { display: block; float: right; margin: -32px -130px 0 0; width: 119px; height: 36px; z-index: 1; }

.red {color: #fb1b23;}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.hide { display: none; }
#upload_file { width: 100px; position: absolute; left: 0; top: 0; }
#download_link { font-size: 1.8em; font-weight: bold; color: #fb1b23; text-align: center; }
.startprogress { position: absolute; top: -5000px; left: -5000px; }

.banners_bottom { text-align: center; margin: 70px 0 0 0; }

ol { color: #fd0004; }
ol li { margin: 0px 0px 20px 0px; color: #5e5e5e; }

#leftcol {float: left; text-align: left; width: 260px; padding-top: 50px; }
#rightcol {float: right; text-align: right; width: 260px; padding-top: 50px;}
#centercol {width: 440px; text-align: center; margin-left: 280px; }

#leftcol2 {float: left; text-align: left; width: 120; padding-top: 50px; }
#rightcol2 {float: right; text-align: right; width: 120px; padding-top: 50px;}
#centercol2 {width: 700px; text-align: center; margin-left: 140px; }

h2 { color: #fb1b23; }

tr, td { vertical-align: top; }

#filefields { font-size: 2.4em; }

/***************INPUT*******************/
form#upload input {
	color: #FFFFFF;
	border: none;
	height: 30px;
}
/*
form#upload input.red {
	background: url('../images/input_bg.png') no-repeat 0 0;
	width: 578px;
}*/
form#upload div.inp {
	background: url('../images/input_bg.png') no-repeat 0 0;
	width: 578px;
	border: none;
	height: 30px;
	float: left;
	margin: 2px 2px 0 0;
	padding: 5px 0 0 6px;
}

form#upload input.inp1 {
	background-color: transparent;
	border: none;
	height: 16px;
	color:#FFFFFF;
	width: 560px;
}

form#upload input:focus {
	background-color: transparent;
}

form#upload div.fileinputs {
	position: relative;
	height: 30px;
	width: 720px;
}

form#upload input.file {
	width: 668px;
	margin: 0;
}

form#upload input.file.hidden {
	position: relative;
	text-align: right;
	/**/
	-moz-opacity:0 ;
	
	filter:alpha(opacity: 0);
	opacity: 0; /**/
	z-index: 2;
}

form#upload div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	padding: 0;
	margin: 0;
	z-index: 1;
	/*line-height: 90%;*/
}

form#upload div.fakefile input {
	/*margin-bottom: 5px;*/
	margin: 0;
}
/*****************END INPUT************************/