/********************************************
 DO NOT CHANGE THE core.css, reset.css and
 forms.css on a per site basis. Everything
 you want to change/add just do it in
 screen.css
********************************************/
@import url('core_files/reset.css');
@import url('core_files/forms.css');


/********************************************
 BASE FORM
********************************************/
.baseform input[type="text"], .baseform textarea { width: 200px; padding-right: 25px; }
.baseform input[type="text"].valid, .baseform textarea.valid { background: url(../images/core/tick.png) no-repeat top 7px right 7px !important; }
.baseform em {color: #ff0000; font-style: normal;}
.baseform input[type="text"].error, .baseform textarea.error { padding-right: 25px; background: #e85527 url(../images/core/cross.png) no-repeat top 7px right 7px !important; border: 1px solid #bc3a12!important; color: #fff!important; }
.baseform label.error  { margin: 0 0 0 10px; background: #e85527; padding: 5px; color: #FFF; display:inline; -moz-border-radius: 5px; border-radius: 5px; }