/* FIELDS AND LABELS 
------------------------------------------------------------------------ */
fieldset {
	border: none;
	}
label.desc{
    font-weight:bold;
    line-height:125%;
    padding:4px 4px 1px 0;
    border:none;
    color:#c01120;
    display:block;
    font-size:95%;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	}

label.info{
    font-weight:bold;
    line-height:125%;
    padding:4px 4px 1px 0;
    border:none;
    display:block;
    font-size:95%;
	margin-top: 5px;
	}

	
label.choice{
    font-size:12px;
    display:block;
    line-height:1.4em;
    margin:-19px 0 0 25px;
    padding:4px 0 5px 0;
    color:#444;
    width:95%;
    }

label.heading{
    border:none;
    display:block;
	text-transform: none;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 22px;
	font-weight:normal;
	color: #c01120;
	letter-spacing:-0.5px;
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
    }
	
label.blue {
	color: #1b6dc1;
	}

		
input.text, textarea.textarea, select.select{
    font-size:100%;
    border-top:1px solid #858585;
    border-left:1px solid #858585;
    border-right:1px solid #858585;
    border-bottom:1px solid #b4b4b4;
		-moz-outline:none;
	/*
    background:#fff url(/images/forms/fieldbg.gif) repeat-x top;
	*/
    color:#1b6dc1;
	font-size: 16px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
    }
	
input.text {
	padding: 2px 0 3px 0; 
	}

input.currency{
    text-align:right;
    }
	
input.checkbox, input.radio{
    display:block;
    line-height:1.4em;
    margin:8px 0 0 3px;
    width:13px;
    height:13px;
    }

	
textarea.textarea{
    margin-top:1px;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
   	}
	
select.select[class]{
	/* margin: 1px 0 6px 0; */
    padding:1px 0 2px 0;
    }
	
/* SIZES
------------------------------------------------------------------------ */


.third{
    width:32% !important;
	}
.half{
    width:48% !important;
	}
.full{
    width:99% !important;
	}
	
input.small, select.small{
    width:50px;
	}
input.medium, select.medium{
    width:50%;
	}
input.large, select.large, textarea.textarea{
    width:99%;
	}
input.tags{
    width:315px;
	}
textarea.small{
    height:5.5em;
	}
textarea.medium{
    height:10em;
	}
textarea.large{
    height:20em;
	}

/* CLASSES
------------------------------------------------------------------------ */
.inline{
    display:inline !important;
	}
.center{
    text-align:center !important;
	}
.left{
    float:left;
	}
.right{
    float:right;
	}
.hide{
    display:none !important;
	}
.strong{
    font-weight:bold;
	}

/* FORM
------------------------------------------------------------------------ */

form dl{
    position:relative;
    list-style-type:none;
    width:100%;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}

form dt{
    line-height:2em;
    margin:0;
    padding:1px 4px 9px 10px;
    display: inline-block;
	}

form dt:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
	}

form dt {
    display: block;
	margin-bottom: 20px;
	border: solid 1px #ecf1e7;
	background-color: #fdfdfa;
	}
	
form dt.last {
	border: none;
	background: none;
	}

form dt div{
    float:left;
    display:inline;
    margin-right:5px;
    color:#444;
	}

form dt p{
    clear:both;
    font-size:9px;
    line-height:13px;
    color:#444;
	}

form dt div.left{
    width:48%;
	min-height: 45px;
	display: block;
	}

form dt div.right{
    width:48%;
	min-height: 45px;
	display: block;
	}

form dt div.left .medium, form dt div.right .medium{
    width:90%;
	}

form dt div.left .min, form dt div.right .min{
    width: 200px;
	}

form dt div p {
    margin-bottom: 5px;
	margin-top: 2px;
	}

form dt img.icon{
    float:left;
    margin:.35em 5px 0 0;
	}

.formErrors {
	border: 1px solid  #82C4E3;
	padding: 1em;
	display: none;
	background-color: #F7FBFD;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.overed {
	background-color: #fdffeb;
	border: solid 1px #e6e167;
	}

input:focus, select:focus {
	outline: thin solid;
	}
	
input.extend {
	width: 95%;
}

textarea.extend {
	width: 100%;
}

.missingField {
	background-color: #efffeb
	}