form.dnaForm{}

div.dnaElementwrapper{
 margin-bottom:10px;
 text-align:left;
}
div.dnaElementwrapper div.dnaElementelement{
 float:left;
 width:250px;
}

div.dnaElementwrapper div.dnaElementelement input,
div.dnaElementwrapper div.dnaElementelement select,
div.dnaElementwrapper div.dnaElementelement textarea{
 padding:3px;
 border:1px solid #005979;
}

div.dnaElementwrapper div.dnaElementlabel{
 float:left;
 text-align:right;
 width:130px;
 padding-right:20px;
}
div.dnaElementwrapper div.dnaElementlabel span{
 color:red;
}

div.dnaElementwrappererror{}
div.dnaElementelementerrors{
 color:red;
 font-size:11px;
}


div.dnaElementbutton{
 text-align:center;
 margin:15px 0px;
}