/* CSS Document */

.container {
    overflow:hidden;
    width:960px;
    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 {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    height: 530px;
    margin: 20px;
    position: relative;
    width: 560px;
}
.info > div {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.info > h2 {
    padding: 0 15px;
}
.info > canvas {
    margin-left: 15px;
    margin-bottom: 10px;
}
.info #url {
    width: 400px;
}
#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
    font-size: 48px;
    font-weight: bold;
/*    height: 530px;   */
    height: 150px;
/*    line-height: 530px;*/
    margin: 20px;
    position: relative;
    text-align: center;
    width: 300px;
}
#dropAreaX{
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
/*    font-size: 48px;
    font-weight: bold;
    height: 530px;
    line-height: 530px;*/
    margin: 20px;
    position: relative;
    text-align: center;
/*    width: 300px;*/
}
#dropAreaY,#dropAreaZ {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
/*    font-size: 48px;
    font-weight: bold;
    height: 530px;
    line-height: 530px;*/
    margin: 20px;
    position: relative;
    text-align: center;
/*    width: 300px;*/
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropAreaX.hover {
    background-color: #CCCCCC;
}
#dropAreaY.hover,#dropAreaZ.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #EEEEEE url(/iC/plugins/upload-/base/loading.gif) center 30% no-repeat;
}
#dropAreaX.uploading {
    background: #EEEEEE url(/iC/plugins/upload-/base/loading.gif) center 30% no-repeat;
}
#dropAreaY.uploading,#dropAreaZ.uploading {
    background: #EEEEEE url(/iC/plugins/upload-/base/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;
}
#result .s {
    background-color: #77fc9f;
}
#result .f {
    background-color: #fcc577;
}
