@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

#maindiv{
    width:960px; 
    margin:10px auto; 
    padding:10px;
    font-family: 'Droid Sans', sans-serif;
}
#formdiv{
    width:500px; 
    float:left; 
    text-align: center;
}

h2{
    margin-left: 30px;
}
.upload{
    background-color:#ff0000;
    border:1px solid #ff0000;
    color:#fff;
    border-radius:5px;
    padding:10px;
    text-shadow:1px 1px 0px green;
    box-shadow: 2px 2px 15px rgba(0,0,0, .75);
}
.upload:hover{
    cursor:pointer;
    background:#c20b0b;
    border:1px solid #c20b0b;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    /*display: none;*/color:transparent;
   padding:10px; border:1px dashed #123456;
    background-color: #f9ffe5; width:100%; background:#f9f9f9; border-radius:3px; border:1px solid rgba(0, 0, 0, 0.1)
}
#add_more{
    color:green;
    padding:10px; 
    width:100%; background:#f9f9f9; border-radius:3px; border:1px solid rgba(0, 0, 0, 0.1)
}
#upload{
    margin-left: 45px;
}

#noerror{
    color:green;
    text-align: left;
}
#error{
    color:red;
    text-align: left;
}
#img{ 
    width: 23px;
    border: none; 
    height: 23px;
    /*margin-left: 5px;*/
    /*margin-bottom: 40px;*/
}

.abcd{
    text-align: left; 
    float:left; 
    margin:5px 20px 0 0; 
    color:white;
}

.abcd img{
    height:100px;
    width:100px;
    padding: 5px;
    /*border: 1px solid #000 !important;*/
}
b{
    color:red;
}
#formget{
    float:right; 

}
