form {
    display: inline;
    line-height: normal;
    font-size: 12px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

fieldset {
    border: 1px solid #999;
    padding: 8px;
    margin: 2em 0;
    background-color: #f7f7f7;
}

form h2 {
    clear: left;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #eee; 
    border-top: 1px solid #999; 
    border-bottom: 1px solid #999; 
    padding: 2px;
    margin: 5px 0px
}

form h3 {
    font-weight:bold;
    color:#003366;
    border-bottom: 2px solid #999;
    padding: 2px; 
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.1em;
    clear: both;
}

legend {
    background-color: #003366;
    color: white;
    border: 1px solid #999; 
    padding: 2px 12px;
    font-size: 1.2em;
    font-weight: bold;
}

form .instructions {
    clear: both;
    border-top: 1px solid #003366; 
    border-bottom: 1px solid #003366; 
    background-color: #6699cc;
    padding: .5em; 
    margin: 1em;
    font-size: 1.1em;
    color: white;
    font-weight: bold;
}

form .instructions a, form .instructions a:visited, form .instructions a:hover {
	color: yellow;
}

form .hint {
    float: right;
    width: 30%;
    border: 1px dotted #003366;
    background-color: white;
    color: #003366;
    background-image: url(/site/images/hint.gif);
    background-repeat: no-repeat;
    background-position: top left;  	
}

form .hint p {
    padding: 3px 3px 3px 25px;
    line-height: normal;
}

form .hint a {
    color: #003366;
}

form .field {
    clear: left;
    margin: 1.5em 0;
}

form .field label, form .field div.compoundLabel {
    clear: left;
    float: left;
    width: 30%;
    margin: 0 .5em;
    text-align: right;
    font-weight: bold;
}

form .field label.error, form .field div.compoundLabel.error {
	color: red;
}

input[type="text"], 
input[type="password"],
input[type="button"],
textarea, 
select  
{
    border: 1px solid #333;
    margin: 0 .5em;
    font-size: 1em;
}

form img.calendar {
    cursor: pointer;
    border: 0;
    margin: 0 .5em;
}

form img.calendar:hover {
    background: red;
}

form .field option
{
    font-size: 1em;
}

form .field .dateList {
    padding-top: 2px;
}

form .large {
    font-size: 1.2em;
}

form .static {
    clear: left;
}

form .static dt {
    float: left;
    width: 30%;
    margin-bottom: 18px;
    text-align: right;
    font-weight: bold;
}

form .static dd {
	float: left;
    margin-bottom: 18px;
    font-size: 1em;	
    font-weight: bold
}

form .static dd.money {
    width: 7em;
    text-align: right;
}

textarea {
    width: 160px;
    height: 60px;
}

textarea.big {
    width: 30%;
    height: 90px;
}

ul.checkboxes {
    float: left;
    width: 60%;
    margin-top: 0;
    padding-left: 0;
}

ul.checkboxes label {
    clear: none;
    display: inline;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: normal;    
}

ul.checkboxes li {
   list-style: none;
   margin-left: 0;
   margin-bottom: .25em;
   padding-left: 0;
   width: 50%;
   float: left;
}

ul.checkboxes li input {
    clear: none;
    float: left;
}

.mceEditor {
    clear: right;
}

.existing {
    margin-left: 30%;
}

form .field span.error {
	display: block;
	width: 30%;
    float: right;
    color: red;
    font-weight: bold;
    line-height: normal;
}

form .agreement {
    margin: 10px;
    padding: 10px;
    border: 1px solid #003366;
    background-color: #ddd;
}

form .submit {
    text-align: center; 
    margin: 8px
}

form .submit input {
    background-color: #ddd;
    border: 1px solid #666; 
}