#phone-au {
    float:left;
}

#phone-intl {
    float:right;
}

#phone-end {
    clear:both;
}

#form-end {
    height:20px;
}



#contact-wrapper {
    border:1px solid #336699;
    padding:4px;
}

#contact-wrapper div {
}

.contact-label {
    margin-top:3px;
    clear:both;
    float:left;
    width:100px;
    font-size:11px;
    text-align:right;
    padding-right:4px;
}

.contact-input {
    margin-top:3px;
    font-size:11px;
}

.contact-input input, .contact-input select {
    font-size:11px;
    padding-left:2px;
}

.contact-input input {
    width:190px;
}

.contact-comments {
    margin-top:1px;
    clear:both;
    font-size:11px;
}

.contact-comments textarea {
    width:290px;
    height:60px;
}

.contact-actions {
    margin-left:170px;
    margin-top:5px;
    clear:both;
}

.contact-actions input {
    font-size:11px;
    font-weight:bold;
    text-transform:lowercase;
}

.required {
    color:#cc3333;
}

