﻿/* =FORMS 
   v1.0 - 26/07/06 - Authored by Matt Nish-Lapidus - mnish-lapidus@theniceagency.com
*/
input, select, textarea {
width: 95%;
font-size: 1em;
font-family: "Helvetica Neue", Arial, sans-serif;;
margin: 0 0 7px 0;
}
#secondaryNav select {
 width: auto;
}
label {
display: block;
margin: 0.8em 0 0.5em 0;
}
input.button {
 width: auto;
}
.addList {
 position: relative;
}
.addList select {
 height: 110px;
 width: 75%;
 display: block;
}
.addList .addListBtns {
 text-align: center;
 width: 75%;
 height: 20px;
 margin: 1em 0;
}
fieldset {
 margin: 0.5em 0 0 0;
}
fieldset legend {
 margin: 0 0 0.5em 0;
}
.radio input, .checkboxes input {
 width: auto;
vertical-align:middle;
}
.radio label, .checkboxes label {
 display: inline;
 margin: 0 1em 0 0;
vertical-align:middle;
}
.checkboxes label {
 margin: 0;
}
.checkboxes {
 line-height: 2em;
}
input.dollar {
 width: 18%;
}
select.dollar {
 width: 75%;
}
table.tellColleague {
 width:70%;
}
table.tellColleague tr {
 background:none;
}
table.tellColleague input.wide1{
 width:150px;
}
table.tellColleague input.wide2{
 width:330px;
}
table.tellColleague input.wide3{
 width:220px;
}