/* form element definition */
input.text { font-size: 9px; height: 12px; vertical-align:bottom; width: 130px; }
input.textLogin { font-size: 9px; height: 12px; vertical-align:bottom; width: 60px;}
select.text { font-size: 0.9em; height: 17px;}
textarea.text { font-size: 1.2em; height: 53px;}
textarea.source { font-size: 1.2em; }
fieldset { padding: 3px; margin: 3px; padding-bottom: 15px;}
.br {display:none;} 

label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:130px;
float:left;
text-transform:capitalize;
}

legend {
width:260px;
height:19px;
text-transform: uppercase;
font-size: 14px; 
padding-left: 10px; 
margin: 8px;  
padding-bottom: 0px; 
font-weight:bold; 
font-family: Arial, Helvetica, sans-serif; 
color:#468;
}
  
.textfield {
font:1em  Verdana, Arial, Helvetica, sans-serif ;
color:#222;
height:20px;
width:200px;
voice-family: "\"}\""; 
}
fieldset>input.textfield, div>input.textfield,td>input.textfield  
{background: transparent url("/gfx/forms/textfield_bg.gif") no-repeat;border:0px;padding: 3px 8px; margin:3px;}


.textfield_small {
font:1em  Verdana, Arial, Helvetica, sans-serif ;
color:#222;
height:20px;
width:80px;
voice-family: "\"}\""; 
vertical-align: top;
}
fieldset>input.textfield_small, div>input.textfield_small, td>input.textfield_small  
{background: transparent url("/gfx/forms/textfield_small_bg.gif") no-repeat; border: 0px;padding: 3px 8px; margin:3px;}


.selectfield {
font:1em  Verdana, Arial, Helvetica, sans-serif ;
height:20px;
color: #222;
voice-family: "\"}\""; 
margin: 3px;
}
fieldset>select.selectfield, div>select.selectfield, td>select.selectfield 
{background: transparent url("/gfx/forms/textfield_bg.gif") no-repeat; margin:3px; padding: 3px 0px 3px 8px;border:0px;}


.selectfieldmultiple {
font:1em  Verdana, Arial, Helvetica, sans-serif ;
height:67px;
color:#222;
voice-family: "\"}\""; 
}
fieldset>select.selectfieldmultiple, div>select.selectfieldmultiple, td>select.selectfieldmultiple 
{background: transparent url("/gfx/forms/textarea_small_bg.gif") no-repeat; margin:3px; padding: 3px 0px 3px 8px; border:0px;}


.textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#222 ;
height:67px;
width:195px;
voice-family: "\"}\""; 
}
fieldset>textarea.textarea, div>textarea.textarea, td>textarea.textarea  
{ background: transparent url("/gfx/forms/textarea_small_bg.gif") no-repeat; padding: 0px 8px; border: 0; margin:3px; }


.submit {
margin:2px;
background: transparent url("/gfx/forms/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 2px;
width:80px;
color:#666;
cursor:pointer;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.submit_large {
margin:2px;
background: transparent url("/gfx/forms/submit_large.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 2px;
width:100px;
color:#666;
cursor:pointer;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.submit_xlarge {
margin:2px;
background: transparent url("/gfx/forms/submit_xlarge.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 2px;
width:150px;
color:#666;
cursor:pointer;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.submit_color {
margin:2px;
background: transparent url("/gfx/forms/submit_color.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 2px;
width:80px;
color:#222;
cursor:pointer;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.submit_large_color {
margin:2px;
background: transparent url("/gfx/forms/submit_large_color.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 2px;
width:100px;
color:#222;
cursor:pointer;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.submit_xlarge_color {
margin:2px;
background: transparent url("/gfx/forms/submit_xlarge_color.gif") no-repeat;
height:20px;
border:solid 0 #fff;
padding-bottom: 4px;
width:150px;
color:#222;
cursor:pointer;
font-size: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
 
 /* formError  */
.formFieldError {color: red; font-size: 1em;}
.formSubmitionError {color: red; font-weight:bold; font-size:1.1em;}
.required {color: red; font-weight:bold; font-size:1.1em;}

