/*
************************************************************
Styles:     flix//imagetool
Autor:      Thomas Tiedtke
Copyright:  (c) 2012 Interaktiv Manufaktur
Website:    www.interaktiv-manufaktur.de
************************************************************
*/

.uploadifyError {
   width: 350px;
   height: 30px;
   padding: 10px;
   margin-top: 5px;
   font-size: 11px;
   color: red;
   font-weight: bold;
}

.imagetool-uploadcontainer input {
   margin-bottom: 10px;
}

.imagetool-dialog input {
   margin-bottom: 10px;
}

.imagetool-infobox {
   border: 2px solid #808080;
   width: 200px;
   padding: 5px;
   background-color: #E5E5E5;
   position: absolute;
   top: 40px;
   right: 5px;
}

.imagetool-cropimage {
   max-width: 500px;
}

.imagetool-popup-uneditable,
.imagetool-popup-uneditable:hover {
   color: #D4D4D4;
}

.imagetool-thumb {
   height: 55px;
}
