/* dualcol forms */

.dualform {
 width: 300px;
 font-size: 70%;
}

.dualform p {
 margin: 0 0 14px 0;
 color: #0079a0;
 background: inherit;
}

.dualform div.row, .dualform div.rowt {
 position: relative;
 height: 30px;
}

.dualform div.rowt {
 height: 60px;
}

.dualform div.row2 {
 position: absolute;
 left: 126px;
}

.dualform label {
 text-align: right;
 display: block;
 width: 70px;
 float: left;
 font-weight: bold;
}

.dualform input, textarea, fieldset select, fieldset em, fieldset p {
 top: 1px;
 left: 76px;
 position: absolute;
}

.dualform legend  {
 display: none;
}

.dualform input:focus, textarea:focus {
 background: #efefef;
 color: #000;
}

.dualform fieldset.submit {
 margin-top: 30px;
 padding: 0 0 0 84px;
}

.dualform fieldset.submit input {
 position: static;
 float: left;
 margin-right: 8px;
}