/* Page layout styles */


.container_new {
    overflow:hidden;
    /*width:720px;*/
	width:100%;
    margin:2px 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_new {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    height: auto;
    margin: 20px;
    position: relative;
    width: 630px;
}
.info_new > div {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.info_new > h2 {
    padding: 0 15px;
}
.info_new > canvas {
    margin-left: 15px;
    margin-bottom: 10px;
}
.info_new #url {
    width: 400px;
}
#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
    font-size: 48px;
    font-weight: bold;
    height: 130px;
    line-height: 130px;
    margin: 20px;
    position: relative;
    text-align: center;
    width: 605px;
}
#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;

    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
		width :193px;
	  height: 110px;
	
}
#result .s {
    background: url(../images/place_holder.gif);background-repeat:no-repeat; 
		width :193px;
    height: 110px;
		float:left;
	
}
#result .f {
    background-color: #fcc577;
		width :193px;
	  height: 110px;
		
}

@media (min-width:1900px){
	.container_admin{ width:1170px; }
}