/* forms */

/* generic form styles */

input[type='text'],
input[type='password'],
textarea {
background-color: #fff;
border: 1px solid #ccc;
color: #333;
display: block;
font-family: arial;
font-size: 100%;
padding: 2px;
}

select {
padding: 2px;
}

label {
font-weight: bold;
}

/* site search - appears in the header */

form#sitesearch {
background: #0d68af;
position: absolute;
right: 0;
top: 25px;
width: 250px;
}

form#sitesearch fieldset {
border: 0;
padding: 8px;
}

form#sitesearch legend {
display: none;
}

form#sitesearch label,
form#sitesearch input {
display: inline;
}

form#sitesearch #q {
border: 1px solid #000;
color: #666;
font-style: italic;
width: 140px;
}

form#sitesearch #q:focus {
color: #000;
font-style: normal;
}

/* content form styles */

div#content form {
margin: 12px 0 0 0;
padding: 0 !important;
}

div#content form div.padding {
background: #d7e2f1 url(../img/bg_form_top.gif) no-repeat 0 0;
margin: 0 !important;
padding: 2px 0 0 0 !important;
}

div#content fieldset {
background: url(../img/bg_form_bottom.gif) no-repeat 0 100%;
border: 0;
margin: 0 0 12px 0;
padding: 0 0 12px 0 !important;
}

div#content fieldset p {
padding: 6px 12px;
}

div#content legend {
color: #036;
font-size: 120%;
font-weight: bold;
height: 28px;
letter-spacing: -1px;
padding-left: 8px !important;
}

div#content input[type='text'],
div#content input[type='password'] {
clear: both;
display: block;
width: 220px;
}

div#content textarea {
clear: both;
display: block;
width: 400px;
}

div#content select {
clear: both;
display: block;
}

div#content label {
color: #0a65b0;
float: left;
font-weight: bold;
}

div.input {
background-color: #cedbee;
clear: both;
margin: 6px 12px 6px 6px;
padding: 6px;
}

div.checkbox {
border-bottom: 1px dotted #ccc;
clear: both;
display: block;
min-height: 14px;
padding: 4px 0;
}

div.checkbox input {
display: inline;
float: left;
}

div.checkbox label {
display: inline;
float: left;
margin-left: 4px;
margin-bottom: 4px;
}

div.submit {
margin: 12px 0;
}

div.requiredfield, span.requiredfield {
color: #900;
display: inline;
font-size: 90%;
margin-left: 2px;
}

div.hint {
clear: both;
color: #666;
}

span.charsLeft {
color: #000;
font-weight: bold;
}

/* form errors */

input.error,
textarea.error {
background-color: #fbeafb;
border: 1px solid #c30;
}

div#content label.error {
display: none;
}

/* div#content label.error {
clear: both !important;
color: #c30;
display: block !important;
margin-bottom: 12px;
} */

/* inline forms */

form.inline input,
form.inline .submit {
display: inline !important;
}

form.inline label {
clear: both !important;
display: block !important;
}

/* custom widths etc */

#ProviderSearchForm select {
width: 330px !important;
}