@charset "UTF-8";
/* 
 * (X)HTML/CSS Framework
 * form.css - builds the forms
 * Net Inventors 
 * $Id: form.css 2 2010-07-25 14:59:41Z tpierschel $
 */

fieldset    { margin-bottom:10px;border:1px solid #660000;background-color:#e5e9e8;}
legend      { font-weight:bold;color:#474b54;border:1px solid #999999;padding:0px 5px; }
label       { display:inline-block;width:175px;}
div.formRow { display:block;width:auto;margin-bottom:5px;padding:3px;}

input, textarea, 
select      { padding:3px;width:60px;border:1px solid #dddedf;background:white;}
textarea    { height: 125px; }

input[type=image]{}
input[type=file]{}

input[type=image]{width:86px;height:26px;border:none;background:none;}
input[type=image]:hover,input[type=image]:focus{border:none;background:none;}

input[type=checkbox]{width:auto;}
input[type=submit]{background:#660000;border:1px solid #660000;color:white;}

form .fieldTyp-75{width:270px;}
form .fieldTyp-25{width:70px;}
form .fieldTyp-50{width:173px;}

input:focus,textarea:focus, 
select:focus{ border:1px solid #660000;}

input:hover,textarea:hover, 
select:hover{ border:1px solid #660000;}

input.error, textarea.error{ border:1px solid #c50b1a;background:#C2DCEF;}



/* deaktiviert - wird in der ie.css aktiviert */
div.formSpacer{display:none;}

.required{ color:#B5060E;}
.error,
.notice, 
.success    {}

.error      {}
.notice     {}
.success    {}
.error a    {}
.notice a   {}
.success a  {}
