/********************************************************************
Universal Styles (c) 2010 Wolfgang Bund - dtp-net.de
********************************************************************/

.frmcol1 { float:left; width:230px; overflow:hidden; }
.frmcol2 { float:left; width:450px; overflow:hidden; }

.xform label {float:left; width:120px; }
.xform input { float:left; width:250px; border:1px solid #d1d1d1; margin-bottom:0; }

.xform textarea { width:448px; border:1px solid #d1d1d1; height:120px; }

#content .xform input.checkbox:first-child { float:left; display:inline; margin-top:4px; margin-right:10px; }

.xform label.checkbox { float:left; width:400px; }

.xform p.formtext { clear:both; display:block; width:100%; float:left; }


.xform p.formsubmit { float:left; margin-top:10px; margin-left:120px; margin-bottom:20px; }
.xform p.formsubmit input { width:150px; }


.floatbox { float:left; width:100%; clear:both; }

.xform select { width:200px; }

#content ul.form_warning { font-weight:bold; color:red; }
