
.green { color: green; }
.error { background-image: url('/css/img/iconhelper_icons/32x32/actions/messagebox_critical.png');  
         background-repeat: no-repeat; border: 1px dashed red; padding: 5px; height: 40px;
         padding-left: 50px; background-position: 10px 5px; width: 460px; margin-bottom: 10px }
.error .header { font-weight: bold; color: red; }
.error .detailed { font-weight: normal; margin: 5px 0px; }
*>.error { height: auto; min-height: 40px; }

.info { background-image: url('/css/img/iconhelper_icons/32x32/actions/messagebox_info.png');  
         background-repeat: no-repeat; border: 1px dashed #cccccc; padding: 5px; height: 40px;
         padding-left: 50px; background-position: 10px 5px; width: 460px; margin-bottom: 10px }
.info .header { font-weight: bold; color: #007700; }
.info .detailed { font-weight: normal; margin: 5px 0px; }
*>.info { height: auto; min-height: 40px; }

.currency_kr { text-align: right; }
.small_number_edit { text-align: right; width: 40px; }

.tableform .badfield { background-color: #ef5f5f; }
.tableform .badfielddesc { font-style: italic; }

.enormous_icon_div { height: 148px; padding: 10px; padding-left: 138px; background-repeat: no-repeat; }
*>.enormous_icon_div { height: auto; min-height: 148px; }
