div.formRow label.fieldDescription
{
 width: 150px;
 float: left;
}
div.formRow span.inputFields
{
 /* float: left; */
}
div.formRow
{
 clear: both;
}

.errorField
{
 color: #FF0000;
}
div.formRow input 
{
 width: 400px;
}
div.formRow input.checkbox
{
 width: 15px;
}
div.formRow textarea
{
 width: 400px;
 /* height: 90px; */
}
div.formRow .name select
{
 width: 100px;
}
div.formRow .name input 
{
 width: 289px;
}

div.formRow_apx {
clear:both;
display:block;
float:left;
position:absolute;
width:270px;
}

div.formRow_endex {
clear:both;
display:block;
float:right;
position:inherit;
width:300px;
}

div.formRow_products textarea {
/* height:200px; */
width:200px;
}

textarea {
background-color:#FFFFFF;
border:1px solid #525252;
color:#525252;
/* margin:2px 4px; */
}

/* .checkbox {
background-color:#FFFFFF;
border:1px solid #525252;
color:#525252;
/* margin:2px 4px; */
} */
