table.blw_form { width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }
table.blw_form td { padding: 0; margin: 0; border-spacing: 0; text-align: left; vertical-align: top; border-bottom: 0px;} 

table.blw_form tr.info-line td { padding-bottom: 17px; }
table.blw_form td.col-name { width: 20%; text-align: right; padding-right: 5px; padding-top: 10px;}

table.blw_form td.col-field { width: 80%; }
table.blw_form div.checkbox { background-color: #F2F2F2; border:1px solid #DDDDDD; padding: 8px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright:5px; border-radius-topleft: 5px; border-radius-topright:5px;  }
table.blw_form div.inputcheckbox input { border: 0px; }
table.blw_form div.inputtext, table.blw_form div.inputfile { border:1px solid #DDDDDD; padding: 8px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright:5px; border-radius-topleft: 5px; border-radius-topright:5px;  }
table.blw_form div.inputtext input { width: 100%; padding:0; border: 0; outline-width: 0px;}
table.blw_form div.inputfile input { width: 100%; padding:0; border: 1px; outline-width: 0px;}
table.blw_form div.inputtextarea { border:1px solid #DDDDDD; padding: 8px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright:5px; border-radius-topleft: 5px; border-radius-topright:5px; }
table.blw_form div.inputtextarea textarea { width: 100%; padding:0; border: 0; height: 100px; }
/* table.blw_form div.active { -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius:0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright:0px; border-radius-bottomleft: 0px; border-radius-bottomright:0px; } */

table.blw_form td.col-required { display: none; }
table.blw_form td.col-help { width: 80%; }
table.blw_form td.col-help div { line-height:1.45em; padding:0.55em 10px 0.55em 30px; background: #F2F2F2 url('../gfx/info.gif') no-repeat scroll 13px 50%; font-size:12px; border: 1px solid #DBDBDB; -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; border-radius-bottomleft:10px; border-radius-bottomright:10px; }
table.blw_form td.col-help div.error { background-color:#FFCFCF; background-image: none; border-color: #E5A3A3; color: #801B1B; padding-left: 10px; }
table.blw_form td.col-help div.ok { background-color: #F0FEE9; background-image: url('../gfx/ok.gif'); border-color: #E1EFDB; }
table.blw_form input.blw_button { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; border:1px solid #CCCCCC; padding:4px 8px; cursor:pointer; background: #DDDDDD url('../gfx/bg-btn.gif'); background-position:0 -6px; }
table.blw_form input.blw_button:hover, table.blw_form input.eventbutton:focus { border-color:#999999 #999999 #888888; background-color: #D5D5D5; background-position:0 -206px;}
