
#side_form_container {
    height: 228px;
    margin: 0;
    text-align: center;
}
label {
    display: block;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 0;
}
#contactform {
    font-size: 12px;
    margin: 0 -41px;
    overflow: hidden;
    text-align: left;
    width: 281px;
}
#contactform li {
    list-style: none outside none;
    padding-bottom: 0;
}
#contactform li .fieldbox {
    background: url("images/text-field.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    padding-bottom: 0;
    padding-left: 5px;
}
#contactform li .fieldbox input {
    background: url("images/text-field.png") no-repeat scroll -5px 0 transparent;
    font-size: 12px;
    height: 17px;
    padding-top: 1px;
    width: 276px;
}
#contactform li .msgbox {
    background: url("images/msg-field.png") no-repeat scroll left top transparent;
    float: left;
    height: 47px;
    padding-left: 0;
}
#contactform li .msgbox textarea {
    background: url("images/msg-field.png") no-repeat scroll left top transparent;
    height: 40px;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 5px;
    width: 274px;
}
#sendbutton {
    background: url("images/submit_button2.png") no-repeat scroll right bottom transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 26px;
    margin: 0 -64px;
    padding: 0;
    width: 96px;
}
* {
    border: medium none;
    margin: 0;
}
