/**
 * formReForm JavaScript for Form Layout, version 0.2
 * (c) 2008 Joe Lippeatt (joey@lippeatt.com)
 * See the latest revisions at http://code.google.com/p/formreform/
 * ----------------------------------------------------------------------*/
.form {background-color:#f3f3f3}
.form .fLabel label {font-weight:bolder;}
.form div .fValue {padding-left:10px;}
.form .fLabel {width:5em;float:left;padding-top:5px;}
.form .fLabel label {white-space:nowrap;}
.form .f100p, 
.form .f50p {min-width: 200px; }
.form .f100p {clear:both}
/* width on this should change based on the size of your checkboxes */
.form .fChkBx {float:left;width:15%;min-width:200px;margin-left:2em;}
.fValue, .fChkBxItem, .fValue {display:inline;}
.form .f100p .fValue input,
.form .f100p .fValue textarea,
.form .f100p .fValue select {width:80%;min-width:200px;}
.form .f50p .fValue input,
.form .f50p .fValue textarea,
.form .f50p .fValue select {width:60%;min-width:100px;}
.form .f50p {float:left;width:49.9%;}
.form div div input,.form div div textarea,.form div div select,.form div div div {margin-bottom:10px;margin-right:15px;display:inline-block;}
.form .fChkBx input {float:left;margin-right:5px;}
.form .fChkBx .fLabel {padding-top:.5em;}
.clear {clear:both;}		
.form br {display:none}