.form fieldset {border:0px;}
.form legend {padding:0 0 7px 0;font-size:2em;}
.form input.small {margin:0;width:30px;vertical-align:middle;}
.form input.medium {margin:0;width:150px;}
.form input.large {margin:0;width:250px;}
.form textarea {text-align: left;color: black;font-family: "Courier New", Courier, monospace;}
.form textarea {font-size:1.2em;}
.form textarea.modal {margin:0;height:420px;width:638px;}
.form textarea.small {margin:0;height:75px;width:700px}
.form textarea.medium {margin:0;height:200px;width:700px}
.form textarea.large {margin:0;height:400px;width:700px}
.form select {border:1px solid #ccc;width:auto;vertical-align:middle;background:#f6f6f6;}
.form select:focus {border:1px solid #999;background:#fff;}
.form div.warning {padding-left:7px;background-color:#FBE3E4;}
.form span.error-message {color:#8a1f11;display:block;padding-left:7px;font-weight:bold;font-size:1.2em;}
.form h3 {background-color:#eaf3fa;display:block;font-size:1.5em;font-weight:bold;margin-bottom:.5em;padding-top:1px;padding-bottom:1px;padding-left:7px;line-height:1.8em;}
.form input.title {padding:2px;border:1px solid #bbb;background:#000;}
.form input.button {background-color:#e5e5e5;color:#224466;border-top-color:#80b5d0;border-right-color:#80b5d0;border-bottom-color:#80b5d0;border-left-color:#80b5d0;padding:3px 5px;border-width:1px;border-style:solid;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;cursor:pointer;text-decoration:none;}
.form input.button:hover {border-top-color:#328ab2;border-right-color:#328ab2;border-bottom-color:#328ab2;border-left-color:#328ab2;color:#0000ff;}
.form .ctrlHolder, .form .btnHolder{clear:left;float:left;margin-top:3px;margin-right:0pt;margin-left:0pt;width:100%;}
.form .btnHolder{argin-bottom:33px;}
.help {color:#8a1f11;font-size:1.1em;}
/* jquery plugin, resizable textarea, styles */
div.grippie {background:#EEEEEE url(http://media.bodhi.st/lotus/js/plugins/textarea.resizer/grippie.png) no-repeat scroll center 2px;border-color:#DDDDDD;border-style:solid;border-width:0pt 1px 1px;cursor:s-resize;height:9px;overflow:hidden;}
.resizable-textarea textarea {display:block;margin-bottom:0pt;width:700px;height:20%;}
.toggler {cursor:pointer;text-decoration:none;}
.toggle-closed {background:url('http://media.bodhi.st/lotus/img/ico/toggler_closed.gif') left no-repeat;}
.toggle-closed:hover {background:url('http://media.bodhi.st/lotus/img/ico/toggler_closed_hover.gif') left no-repeat;}
.toggle-opened {background:url('http://media.bodhi.st/lotus/img/ico/toggler_open.gif') left no-repeat;}
.toggle-opened:hover {background:url('http://media.bodhi.st/lotus/img/ico/toggler_open_hover.gif') left no-repeat;}