/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    padding:0;
    margin:2em 0 2em 0;
    background-color:#ffffff;
}
#contactForm .contactRow,
#contactForm .contactRow_1 {
    margin:4px 0;
    width:260px;
}
#contactForm .contactRow {
    width:545px;
    clear:both;
}
#contactForm label,
.contactLable {
    display:block;
    float:left;
    font-size:0.95em;
    color:#666666;
}

#contactForm .contactRow input,
#contactForm .contactRow_1 input,
#contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:543px;
}
#contactForm .contactRow_1 input {
    width:258px;
}
*html #contactForm .contactRow_1 input {
    width:256px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input,
* html #contactForm .contactRow textarea {
    width:541px;
}

#contactForm .contactRow input {
    /*height:14px;*/
}

#contactForm .contactRow textarea {
    font-family:arial;
    font-size:12px;
    line-height:14px;
    height:105px;
}
#contactFormBtn {
    clear:both;
    width:100%;
    margin-top:10px;
}
#contactFormReset,
#contactFormSubmit {
    float:right;
    display:inline;
}
#contactFormSubmit {
    float:left;
}
#contactFormReset input,
#contactFormSubmit input {
    cursor:pointer;
    width:260px;
    padding:2px;
    text-align:center;
    color:#666666;
    border:solid 0px #ffffff;
    background-color:#cccccc;
}
#contactFormReset input:hover,
#contactFormSubmit input:hover {
    color:#ffffff;
    background-color:#0045a6;
}
*html #contactFormReset input,
*html #contactFormSubmit input {
    padding:0px;
}
#contactForm table {
    width:545px;
    border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:0px;
    font-size:0.95em;
}
.contactOption {
    padding-top:2px;
    margin-right:15px;
    font-size:0.95em;
    color:#666666;
}
*html .contactOption {
    padding-top:0;
}

/*////////*/
