/** 
 * Form Styling
 */

 /* LABELS
 ---------------------------------------- */
 .typography label {
     float: left;
     display: inline;
     width: 100px;
     font-size: 11px;
     color: #000;
     line-height: 20px;
     text-align: right !important;
     margin-right: 10px;
 }

.typography form#Form_ContactForm label:after {
    content: '*';
    color: #C2202B;
    font-size: 1.2em;
}

.typography label span.required,
.typography p span.required {
    color: #C2202B;
    font-size: 1.2em;
}

.typography fieldset p.info,
.Actions,
.middleColumn {
    margin-left: 110px;
}

/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
    padding: 2px 20px;
    background-color: #E1E1E1;
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

div.field {
    float: left;
    display: inline;
    clear: both;
    margin-bottom: 1em;
}

.middleColumn .message {
    margin: 0;
    font-size: 11px;
    color: #C2202B;
}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea {
	border: 1px solid #999;
	width: 400px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}

textarea { font-size: 11px; }

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

