form.wufoo {
margin: 0;
padding: 0;
text-align: left;
}

.wufoo li {
width: 100%;
}

form ul {
margin: 0;
padding: 0;
list-style-type: none;
width: 90%;
font-size: 100%;
text-align: left;
}

form li {
margin:0;
padding: 0;
position: relative;
clear: both;
}

form li:after, .buttons:after{
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

form li, .buttons { display: inline-block; }
* html form li, * html .buttons { height: 1%; }
form li, .buttons { display: block; }

* html form li div {
display: inline-block;
}

form li span {
float: left;
}

form li div.left {
display: inline;
float: left;
width: 47%;
}

form li div.right {
display: inline;
float: right;
width: 47%;
}

.clear {
clear: both !important;
}

label.desc {
line-height: 150%;
margin-top: 5px;
padding: 0 0 3px 0;
border: none;
color: #222;
float: left;
display: block;
font-size: 11px;
font-weight: bold;
}

label {
float: left;
font-weight: normal;
font-size: 9px;
}

label.choice {
font-size: 100%;
font-weight: normal;
line-height: 1.4em;
margin: -1.55em 0 0 25px;
padding: 4px 0 5px 0;
color: #222;
text-align: left;
}

input.text, input.file, textarea.textarea, select.select {
margin: 0;
font-size: 120%;
color: #333;
}

input.text, textarea.textarea, .firefox select.select {
border-top: 1px solid #7c7c7c;
border-left: 1px solid #c3c3c3;
border-right: 1px solid #c3c3c3;
border-bottom: 1px solid #ddd;
background:#fff url(images/fieldbg.gif) repeat-x top;
}

input.text, input.file {
padding: 2px 0;
}

input.checkbox, input.radio {
display: block;
clear: left;
line-height: 1.4em;
margin: 6px 0 0 3px;
width: 13px;
height: 13px;
}

input.multicheckbox, input.multiradio {
float: left;
display: block;
line-height: 13px;
background: #000;
margin-right: 5px;
width: 13px;
height: 13px;
}

textarea.textarea {
font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
padding: 2px 0;
}

select.select {
font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
margin:1px 0;
padding: 2px 0;
}

select.select[class] {
margin:0;
padding: 2px 0;
}

*:first-child+html select.select[class] {
margin:1px 0;
}

.safari select.select {
margin-bottom:1px;
font-size:120% !important;
}

.full {
width: 97%;
}

.half {
width: 48%;
}

li.buttons {
margin: 5px 0;
padding-top: 5px;
text-align: right;
}