.title {
	float: left;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 610px;
	text-align: center;
}

.title h2 {
	font-size: 2em;
	color: white;
	text-align: center;
	width: 610px;
}

.title h3 {
	font-size: 1.6em;
	color: #0e1f5b;
	text-align: right;
	width: 600px;
	margin: 10px 10px 0 0;
}

.clock_wrap {
	float:right;
	position: absolute;
	padding: 10px 10px 10px 0;
	top: 0px;
	left: 630px;
	z-index:2;
	height:320px;
	background-color: #F8F8F8;
	font-size:1em;
	text-align:left;
	width: 310px;
	}



#home-page  .title .title-nav{
	height: 29px;
	text-align: center;
	padding: 5px;
	line-height: 2em;
}

#home-page  .title h1{
	color: white;
	font-size: 1.8em;
}

#home-page  .title h2{
	color: #white;
	font-size: 2em;
	background: url("");
	text-align: center;
	padding: 0;
}

#home-page  .clock_wrap .title-nav{
	height: 29px;
	text-align: center;
	padding: 5px;
}

#home-page  .clock_wrap h1{
	color: white;
	font-size: 1.8em;
}

#home-page  .clock_wrap h2{
	color: #0e1f5b;
	font-size: 1.4em;
	padding : 2px 0 0 5px;
}

#home-page  .clock_wrap h3{
	color: #0e1f5b;
	font-size: 1.2em;
	padding : 2px 0 0 0px;
	text-align: center;
}

#home-page  .clock_wrap .pdf_error{
	color: red;
	font-size: 1.2em;
	padding : 2px 0 0 0px;
	text-align: center;
	background-color: #F778A1;
	border: 2px solid #F778A1 ;
    border-radius: 5px;
}


#home-page  .clock_wrap img{
	width:1.4em;
	height:1.4em;

}

#home-page  .clock_wrap .pdf_only{
	background: url("") repeat-x scroll 0 0 transparent;
    height: 125px;
    line-height: 2em;
    border: 2px solid #008000 ;
    margin: 35px 10px 0 10px;
    padding: 5px;
    border-radius: 8px;
}


#home-page  .clock_wrap .pdf_only h3.error_2{
	color: red;
    font-size: 1.2em;
    padding: 2px 0 0 0;
    text-align: center;
	background: none repeat scroll 0 0 #FCB3D0; 
	border-radius: 5px;
}



.upload_button_home{
	float:left;
	position:absolute;
	left: 703px;
	top: 238px;
	z-index:2;
	
}

#wheel {
	float:left;
	position:absolute;
	left: 770px;
	top: 275px;
	z-index:3;
	
	
}

.upload_button {
	position:relative;
	float:left;
	padding:10px;
	left: 20px;
	
}

.SI-FILES-STYLIZED label.cabinet
{
	width: 168px;
	height: 116px;
	background: url("../images/upload-btn-2-green.png") 0 0 no-repeat transparent;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet:hover {
	background-position: left bottom;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity:0);
	-ms-filter: "alpha(opacity=0)";
	
}