/*

Wide Stylish Template
Designed and coded by YABSoft.com

*/


#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #FFBA0A;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 49%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

.hostit {
float: left;
width: 100px;
height: 43px;
}


#host_it {
float: left;
border: 0px;
background: url("images/host_it.png") no-repeat;
height: 69px;
cursor: pointer;
width: 269px;
margin: 5px 0 0 0;
}

#uploadinfo{
margin: 0 0 0 5px;
}

.containers {
float: left;
width: 534px;
margin: 50px 0px 5px 110px;
}

.containers p {
text-transform: uppercase;
font: normal 10px/18px "Helvetica Neue", Helvetica, Arial;
color: #061c33;
}

#uploadbox #helpwindow {
width: 534px;
margin-left: 10px;
}

#uploadbox #uploadwindow {
width: 767px;
}

#uploadbox #emailwindow {
width: 534px;
}

#uploadbox #uploadoverview {
width: 534px;
margin-left: 100px;
}

#uploadbox #progressbar {
float: left;
width: 767px;
position: relative;
}

#uploadbox #progressbar2 {
float: left;
margin: 0 230px;
width: 316px;
}

#uploadbox #progOutter {
background: url(images/percentage-bg.png) no-repeat left center;
width: 316px;
height: 39px;
margin: 0 auto;
}

#uploadbox #progInner {
background: url(images/progress.png) no-repeat left center;
width: 1%;
height: 39px;
}

#uploadbox #progText {
position: absolute;
top:0; left:0;
padding-top: 13px;
text-align: center;
width: 100%;
}


