/* Page layout styles */
.container {
    overflow:hidden;
    width:100%;
    margin:10px auto;
}
.upload_form_cont {
    color: #000;
    overflow: hidden;
}
.info {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    margin: 0 5% 20px 5%;
    position: relative;
	cursor:no-drop;
    width: 90%;
}
.info > div {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 5px;
}

.info > canvas {
	color:white;
	font-size: 10px;
    margin:0;
	width:100%
}

#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed green;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin: 20px 5%;
    position: relative;
    text-align: center;
    width: 90%;
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #EEEEEE url(../images/loading.gif) center 30% no-repeat;
}
#result .s, #result .f {
    font-size: 14px;
    margin-bottom:0;
    padding: 0;
}
#result .s p, #result .f p{
    margin:0;
    padding: 0;
}
#result .s {
    color: green;
}
#result .f {
	color: red;
}