/***********************/
/* General Form Styles */
/***********************/

div#content form {
 margin: 0;
 padding: 10px 0 10px 10px;
 border: 1px solid #1c3664;
 background-color: #fafcff;
 background-image: url('../images/highlightboxbg.gif');
 background-repeat: repeat-x;
 background-position: bottom left;
}

div#content form fieldset {
 border-top: 1px solid #1c3664;
 border-left: none;
 border-right: none;
 border-bottom: none;
 margin: 20px 0 0 0;
 padding: 5px 10px 0 0;
}

div#content form fieldset fieldset {
 border: none;
 margin: 1em 0 0 0;
 padding: 0;
}

div#content form fieldset fieldset legend {
 background-color: transparent;
 color: #000000;
 font-weight: normal;
 padding: 0;
 border: 0;
 margin: 0 0 .5em 0;
 *margin-left: -7px;
}

div#content form fieldset.first {
 margin-top: 0;
}

div#content form fieldset.error {
 border-top: 1px solid #ff0000;
}

div#content form fieldset.buttons {
 border: 0;
 padding-top: 0;
 margin-top: 1em;
}

div#content form fieldset legend {
 background-color: #1c3664;
 margin: 0;
 padding: 2px 10px;
 font-weight: bold;
 border: 1px solid #1c3664;
 color: #ffffff;
 *margin-left: -7px;
}

div#content form fieldset.error legend {
 background-color: #ff0000;
 border: 1px solid #ff0000;
}

div#content form label {
 float: left;
 clear: left;
 text-align: right;
 width: 40%;
 margin: .5em 0 0 0;
 font-weight: bold;
 color: #000000;
 padding: 0 10px 0 0;
 font-size: .8em;
}

div#content form label.inline {
 color: #ffffff;
 font-size: 1em;
 margin: 0;
 float: none;
 clear: none;
 width: auto;
 padding: 0;
 text-align: left;
}

div#content form label.error {
 color: #ff0000;
}

div#content form input.text,
div#content form input.radio,
div#content form input.checkbox,
div#content form select,
div#content form textarea {
 float: left;
 margin: .5em 0 0 0;
 font-size: 1em;
}

div#content form input.text,
div#content form select,
div#content form textarea {
 border: 1px solid #1c3664;
}

div#content form input.text {
 width: 200px;
}

div#content form input.text.error,
div#content form select.error,
div#content form textarea.error {
 border: 1px solid #ff0000;
}

div#content form textarea {
 width: 250px;
 height: 100px;
 font-size: 1.2em;
}

div#content form input.button {
 display: block;
 margin: .5em auto;
}

div#content form p {
 margin: 1em 0;
}

img#captcha {
 margin-left:40%;
 padding-left:10px
}
