/* ------ FORMS DEFAULTS ------ */
.textInput-default {
     color: #605f69;
}

.input-full {
     width: 422px;
}

.input-50 {
    width: 42px;
}

.input-100 {
     width: 62px;
}

.input-180 {
     width: 142px;
}

select.input-180 {
     width: 150px;
}

.input-200 {
     width: 162px;
}

.input-220 {
     width: 182px;
}

select.input-220 {
     width: 190px;
}

.input-270 {
     width: 232px;
}

.select-220 {
     width: 220px;
	 padding: 4px 4px 4px 3px !important;
	 padding: 3px 4px 3px 3px\9 !important;
	 font-size:11px;
	 border-color:#A3A6A9 #E1E5E8 #E1E5E8 #A3A6A9;
	border-right:1px solid #E1E5E8;
	border-style:solid;
	border-width:1px;
}

label {
     color: #525c63;
}

textarea {
     font-family: tahoma;
}

input.field-error {
     background: url('../img/fieldError.gif') right center no-repeat;
}

textarea.field-error {
     background: url('../img/fieldError.gif') right 10px no-repeat;
}

label.error {
     display: none;
}

.search-button {
     width: 25px;
     height: 25px;
     font-size: 11px;
     border: none;
     background: url('../img/buttons/submit1.gif') left top no-repeat;
}

.button1 {
     width: 300px;
     height: 30px;
     line-height: 30px;
     font-weight: bold;
     font-size: 11px;
     text-transform: uppercase;
     color: #FFF;
     border: none;
     background: url('../img/buttons/submit3.gif') left top no-repeat;
}

/* ------ HEADER SEARCH ------ */
#header-search {
     float: right;
     margin-top: 7px;
     width: 218px;
}

#header-search .input {
     padding-right: 7px;
     float: left;
}

#header-search .input input {
     float: left;
}

#header-search .input div {
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    text-indent: -1000px;
    overflow: hidden;
}

#header-search .button {
    float: left;
    margin-top: 1px;
}

#header-search .button input {
     font-weight: bold;
     font-family: tahoma;
     color: #FFF;
}

/* ------ CONTACT FORM ------ */
.contactForm-table {
     margin: 0;
     width: 100%;
     border-collapse: collapse;
}

.contactForm-table td {
     padding: 10px 0 0 0;
}

/* ------ HOME NEWSLETTER FORM ------ */


#page-home #newsletter-form .input {
     padding-right: 7px;
     float: left;
}

#page-home #newsletter-form .input div {
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    text-indent: -1000px;
    overflow: hidden;
}

#page-home #newsletter-form .input input {
     float: left;
     width: 250px;
     border: 3px solid #e4e4e5;
}

#page-home #newsletter-form .button {
     float: left;
     margin-top: 1px;
}

#page-home #newsletter-form .button input {
     font-weight: bold;
     font-family: tahoma;
     color: #d44339;
}


    
