

body { font-family: 'OpenSansRegular'; background: #efeacc; }
#field { width:750px;  border-bottom:none solid #FFF9D3; padding:7px 0px; }

/*input[type="text"], select {
    border: 1px solid #eee;
    margin: 10px;
    padding: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; width:600px;
}

 input[type="text"]:focus, select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}  
textarea {  border: 1px solid #eee;
    margin: 10px;
    padding: 5px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; width:600px;}
textarea:focus { 
 border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }

input  { /*width:300px; height:25px; background-color: #fff; border: 1px solid #dad9d9; -moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;*/}
label { padding:10px; font-weight:bold; }
input#source { width:15px; height:15px; }
input#count { border:none; width:25px;} 
*//*button  { height:50px; } */
.req { color:red;  }
/*.form { margin-left:10%; }*/
.button { border:1px solid #eee;  padding:10px 25px; background:#f5f4f3;   -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s; border-radius: 4px;  }
.button:hover { background:#b26129; color:#fff; cursor:pointer; border-radius: 4px;}

#maindiv{
    width:960px; 
    margin:10px auto; 
    padding:10px;
    font-family: 'Droid Sans', sans-serif;
}
#formdiv{
    width:500px; 
    float:left; 
    text-align: center;
}
/*form{
    padding: 40px 20px;
   /* box-shadow: 0px 0px 10px;*/
   /* border-radius: 2px;
}*/
h2{
    margin-left: 30px;
}
.upload{
    background-color:#FCA44B;
    border:1px solid #f19231;
    color:#fff;
    border-radius:5px;
    padding:5px;
    text-shadow:1px 1px 0px green;
    box-shadow: 1px 1px 10px rgba(0,0,0, .75);
}
.upload:hover{
    cursor:pointer;
    background:#FCA44B;
    border:1px solid #f19231;
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
}
#file{
    color:green;
    padding:5px; border:1px dashed #123456;
    background-color: #f9ffe5;
	width:563px;
}
#upload{
    margin-left: 45px;
}

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

.abcd{
    text-align: left;
}

.abcd img{
   /* height:100px;*/
    width:100px;
    padding: 5px;
    border: 1px solid rgb(232, 222, 189);
}
b{
    color:red;
}
#formget{
    float:right; 

}
.err{
margin-top:10px;
color:red;
}
.succ{
color:green;
}
.delete {
cursor:pointer;
}
