#api_form{
   width: 50%;
   float:left;
}

#api_form *{
   width:100%;
}

#img_container{
   width:50%;
   height: 500px;
   float: right;
}

#img_container img{
   max-width:100%;
   max-height:100%;
   margin: auto;
}

#messages{
   width:100%;
   max-height:300px;
   overflow: auto;
}
