.container {
    overflow:hidden;
    width:400px;
    /*margin:20px auto;*/
}
.contr {
    background-color: #212121;
    color: #FFFFFF;
    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;
}
.info {visibility:hidden;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    /*height: 530px;
    margin: 20px;*/
    position: absolute;
	left:-10000px;
	top:-10000px;
    /*width: 560px;*/
}
.info > div {	left:-10000px;
	top:-10000px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.info > h2 {	left:-10000px;
	top:-10000px;
    padding: 0 15px;
}
.info > canvas {	left:-10000px;
	top:-10000px;
   /** margin-left: 15px;
    margin-bottom: 10px;*/
}
.info #url {	left:-10000px;
	top:-10000px;
    /*width: 400px;*/
}
#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 194px;
    line-height: 100px;
    margin: 0px;
    position: relative;
    text-align: center;
    width: 394px;
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #EEEEEE url(loading.gif) center 30% no-repeat;
}
#result .s, #result .f {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
	left:-10000px;
	top:-10000px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#result .s {	left:-10000px;
	top:-10000px;
    background-color: #77fc9f;
}
#result .f {	left:-10000px;
	top:-10000px;
    background-color: #fcc577;
}