html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.clearfix {
    clear: both;
    width: 0;
    height: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0px;
    line-height: 0px;
}

.mustfill {
	font-size: 10px;
	text-align: right;
}

#contactForm {
    font-size:11px;
    width:300px;
    margin-left:10px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:300px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:300px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 11px;
    width:123px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:160px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#999999;
    padding:0 20px 0 0;
    background-image:url(../images/arrow_right.gif);
    background-repeat:no-repeat;
    background-position: left  2px;
    font-size:11px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
    padding: 0 0 0 10px;
    cursor: pointer;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
