/*  
  Exells Custom Styles
*/

/*-------------------------------------------------------------------------------------------*/
/* general */
/*-------------------------------------------------------------------------------------------*/
.demolink{
  float: left; 
  margin-top: 15px;
  margin-bottom: 15px;
}

.version{
  float: left; 
  margin-top: 22px;
  margin-left: 20px;
}

.clear{
  clear:both;
  margin:0; 
  padding:0
}

/*-------------------------------------------------------------------------------------------*/
/* setupservice_infobox */
/*-------------------------------------------------------------------------------------------*/
.message_ok, .message_error, .message_info, .message_warning, .message_info_noicon {
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    margin: 25px 0;
    padding: 20px 20px 20px 60px;
}
.message_info_noicon {
    background-color: #DAE6F2;
    border: 1px solid #BDC4CA;
    padding: 10px;
}
.message_ok {
    background: url("images/notification-green.gif") no-repeat scroll 20px center #DFE9B7;
    border: 1px solid #BAC398;
}
.message_error {
    background: url("images/notification-red.gif") no-repeat scroll 20px center #F5DCD8;
    border: 1px solid #CDBFBE;
}
.message_info {
    background: url("images/notification-blue.gif") no-repeat scroll 20px center #DAE6F2;
    border: 1px solid #BDC4CA;
}
.message_warning {
    background: url("images/notification-yellow.gif") no-repeat scroll 20px center #F8F2B6;
    border: 1px solid #D8D4B7;
}
.message_ok a {
    color: #66B500;
    font-weight: bold;
}
.message_error a {
    color: #CB2A19;
    font-weight: bold;
}
.message_info a {
    color: #0092F5;
    font-weight: bold;
}
.message_warning a {
    color: #A58100;
    font-weight: bold;
}

