@import url("/site/css/f2.css");

form {
    display: inline;
    line-height: normal;
    font-size: 11px;
}

fieldset {
    border: 1px solid #999;
    padding: 5px;
    margin: 1em 0;
    background-color: #f9f9f9;
    max-width: 800px;
}

form h2 {
    clear: left;
    font-size: 1em;
    font-weight: bold;
    background-color: #eee; 
    border-top: 1px solid #999; 
    border-bottom: 1px solid #999; 
    padding: 2px;
    margin: 3px 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: 1px 9px;
    font-size: 1em;
    font-weight: bold;
}

fieldset fieldset {
    margin: .5em;
    background-color: white;
}

fieldset fieldset legend {
    background-color: #336699;
    padding: 1px 6px;
    font-size: .9em;
    font-weight: normal;
}

form .instructions {
    clear: both;
    background-color: #6699cc;
    padding: .25em; 
    margin: .5em;
    color: white;
    font-weight: bold;
}

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

form .field {
    clear: left;
    margin: 1em 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="submit"],
input[type="button"],
input[type="file"],
textarea, 
select  
{
    border: 1px solid #333;
    margin: 0 .5em;
    font-size: 1em;
}

form .field .existingFile
{
    width: 100%;
    margin-left: 30%;
    padding-left: 1.5em
}

input[type="image"] 
{
    border: 0;
}

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 {
    clear: left;
    float: left;
    width: 30%;
    margin: 0 .5em;
    text-align: right;
    font-weight: bold;
}

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

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

textarea {
    width: 30%;
    height: 80px;
}

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

textarea.bigger {
    width: 30%;
    height: 150px;
}

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 {
    clear: both;
    text-align: center; 
    margin: 8px
}

form .submit input {
    padding: 3px;
    font-size: 1em;
    color: #555;
    background-color: #ddd;
    border: 2px solid #ccc; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form .submit input:hover {
    cursor: pointer;
    padding: 3px;
    font-size: 1em;
    color: #333;
    border: 2px solid #666; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.multifileWrapper, div.options {
    float: left;
    margin-bottom: 1em;
}