﻿/* ------------------------------------------------------------------------- Form defaults*/
fieldset {
    width: 100%;
}
textarea {
    width: 30em;
    height: 6em;
}
label {
    color: #00A3C2;
    font-weight: bold;
    padding-right: 5px;
}
div.error-msg{
    color:#CF350C;
    line-height:1.4em;
	margin: 0;
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	width:auto;
}
div.ok-msg {
	float:none;
	background: none;
	margin: 0;
	padding-left: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	width:auto;
	font-weight: normal;
	color: #04B404;
}
/* ------------------------------------------------------------------------- Input styles*/
input.text-box {
    width: 13em;
}
input.text-box-date {
    width: 7em;
    margin-right: 5px;
}
input.text-box-small {
    width: 3em;
}
input.text-box-medium {
    width: 8em;
}
input.text-box-large {
    width: 20em;
}
select.select-small {
    font-size: 0.85em;
}
/* ------------------------------------------------------------------------- Required marker */
fieldset em {
    font-weight: bold;
    color: #ED8411;
    font-size: 1.7em;
    margin-left: 5px;
}
img.required {
    padding-left: 5px;
}
/* ------------------------------------------------------------------------- All forms are in lists (ul)*/
ul.form {
    margin: 0;
    padding: 0;
}
ul.form li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
/* ------------------------------------------------------------------------- Two column checkbox list*/
ul.chk-box-list {
    padding: 0;
    margin: 0;
}
ul.chk-box-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 330px;
    margin-bottom: 10px;
}
ul.chk-box-list li label {
    color: #333;
    font-weight: normal;
    float: left;
    margin-left: 7px;
    display: block;
    padding: 0 5px 0 0;
}
ul.chk-box-list li input.chk-box {
    float: left;
    padding: 0;
    margin: 0;
}
/* ------------------------------------------------------------------------- Forms column size*/
ul.form.column label {
    float: left;
    width: 8em;
    display: block;
    font-size: 0.9em;
}
ul.form.column input.text-box, ul.form.column input.text-box-large {
    float: left;
    width: 8em;
    display: block;
    font-size: 0.9em;
}
ul.form.column input.text-box-large {
    width: 11em;
}
/* ------------------------------------------------------------------------- Forms content size*/
fieldset.content-form ul.form li {
    margin: 0 0 15px 0;
}
fieldset.content-form label {
    width: 12em;
    color: #333;
    display: block;
    float: left;
    padding-top: 2px;
}
fieldset.content-form label.short {
	width:5em;
}
fieldset.content-form label.auto {
	width:auto;
	margin-right: 20px;
}
fieldset.content-form input.text-box-large, fieldset.content-form input.text-box-medium, fieldset.content-form input.text-box, fieldset.content-form input.text-box-date, fieldset.content-form textarea, fieldset.content-form select {
    display: block;
    float: left;
    font-size: 0.8em;
}
/* ------------------------------------------------------------------------- Forms content size - two column*/
fieldset.content-form-two-column {
    width: 335px;
}
fieldset.content-form-two-column label {
    width: 10em;
}
fieldset.content-form-two-column input.text-box-large {
    width: 17em;
}
fieldset.content-form-two-column textarea {
    margin-top: 5px;
    height: 14em;
}
/* ------------------------------------------------------------------------- Label fixed sizes - apply to entire forms */
fieldset.label-widths-6 label {
    width: 6em;
}
fieldset.label-widths-7 label {
    width: 7em;
}
fieldset.label-widths-8 label {
    width: 8em;
}
fieldset.label-widths-9 label {
    width: 9em;
}
fieldset.label-widths-10 label {
    width: 10em;
}
/* ------------------------------------------------------------------------- Label style overrides - apply to individual labels */
label.auto-width {
    width: auto !important;
}
fieldset.content-form label.width-10 {
    width: 10em;
}
fieldset.content-form label.width-11 {
    width: 11em;
}
fieldset.content-form label.width-12 {
    width: 12em;
}
fieldset.content-form label.width-13 {
    width: 13em;
}
fieldset.content-form label.width-14 {
    width: 14em;
}
fieldset.content-form label.width-15 {
    width: 15em;
}
