
.container {
	width:800px;

    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;

    overflow:hidden;
    
   /* margin:60px 0px 0px 0px; */

   font-family: 'Roboto', sans-serif;
}
.contr {
    background-color:#212121;
    padding:10px 0;
    text-align:center;

    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}

.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);
    color:#000;
    overflow:hidden;
	
	margin-left: auto;
    margin-right: auto;
	width:460px;
	
}
#upload_form {
    /*float:left;*/
    /*padding:20px;*/
    /*width:700px;*/
	/*visibility: hidden;*/
}

#uploadform {
/*visibility: hidden;*/
}


#upload_form > div {
    margin-bottom:10px;
}

#speed,#remaining {
    float:left;
    width:100px;
}
#b_transfered {
    float:right;
    text-align:right;
}
/*
form label {
display: inline-block;
float: left;
width: 100px;
text-align:right;
}
*/

.fields {
/*display: inline-block;*/
/*float: left;*/
width: 200px;
}

.fields2 {
display:none;
visibility:hidden;
width: 200px;
}

.fieldsnarrow {
/*display: inline-block;*/
/*float: left;*/
width: 50px;
}

label.fieldlabel{
/*display: inline-block;*/
display: block; 
float: left;
width: 150px;
text-align:right;
padding-top:5px;
}




label.fieldlabelwide{
/*width: 100%; */
padding-top:5px;
}



.textboxes{

/*float: left;*/
/*background: -moz-linear-gradient(#E6E6E6,#C7C7C7);*/
	border:1px solid #000;
	
	padding:5px;
	margin:5px;

	
	border-radius:5px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
}

.select{

	font-size:8pt;
	width: 240px;
	border:1px solid #000;
	padding:5px;
	margin:5px;	
	border-radius:5px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
}

.boxlabel {

   width: 200px;
   /*display: inline-block;*/
   text-align: right;
   float: left;
}

 .fieldcontainer { 
 clear: both; 
 } 
 
label.attachlabel{

display: inline-block;
margin: 10px 0px 0px 0px;
font-size: 14px;
}

.attach{
width:400px;
/*height:10px;*/
cursor:pointer;

}

.send{
width:400px;
/*height:10px;*/
cursor:pointer;
}



.xbuttons{

	text-align:center;

	border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
	
	padding: 10px;
	
	border: 1px solid #000;
	
	box-shadow: 2px 2px 2px #000;
	
	
background: rgb(127,127,127); /* Old browsers */
background: -moz-linear-gradient(top, rgba(127,127,127,1) 0%, rgba(255,255,255,1) 50%, rgba(127,127,127,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,127,127,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(127,127,127,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(127,127,127,1) 0%,rgba(255,255,255,1) 50%,rgba(127,127,127,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(127,127,127,1) 0%,rgba(255,255,255,1) 50%,rgba(127,127,127,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(127,127,127,1) 0%,rgba(255,255,255,1) 50%,rgba(127,127,127,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(127,127,127,1) 0%,rgba(255,255,255,1) 50%,rgba(127,127,127,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
	
	
}


.buttons {

	
   text-align:center;
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 6px 12px;
   margin: 0px 0px 20px 0px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 18px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
 /*  
.buttons:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.buttons:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
*/
.disabled {
   /*border-top-color: #1b435e;*/
   /*background: #1b435e;*/
   pointer-events: none;
	cursor: default;
	background: rgba(0,0,0, .5);
   }   
   

textarea {
	width:400px;
	height: 100px;
}


input[type=button] {
/*
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
	*/
}

#progress_info {
    font-size:10pt;
}
#fileinfo,#error,#error2,#abort,#warnsize {
    color:#aaa;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}
#progress {
    border:1px solid #ccc;
    display:none;
    float:left;
    height:14px;

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
	
	
	background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
/*
    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
	*/
}
#progress_percent {
    float:right;
}
#upload_response {
	width: 100%;
	float: left;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    display: none;
    border: 1px solid #ccc;
	

    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    box-shadow: 0 0 5px #ccc;
    background: -moz-linear-gradient(#bbb, #eee);
    background: -ms-linear-gradient(#bbb, #eee);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #eee));
    background: -webkit-linear-gradient(#bbb, #eee);
    background: -o-linear-gradient(#bbb, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#eee')";
    background: linear-gradient(#bbb, #eee);
}

.infobox{
float: right;
width: 150px;
margin-left: -150px;
font-size: 12px;
padding-top: 50px;
}