.PCSG_Contact, .PCSG_Contact form {
    float: left;
    width: 100%;
}

.PCSG_Contact .form_field {
    margin: 0 auto;
    max-width: 100%;
    width: 600px;
}

.content-header {
    margin: 20px 0;
}

.content-header h1 {
    text-align: left;
}

.review-short {
    clear: both;
    float: left;
    line-height: 20px;
    margin-top: 10px;
    font-style: italic;
}

.PCSG_Contact .item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
    float: left;
    margin: 10px 0;
    width: 100%;
}

.PCSG_Contact h2 {
    clear: both;
    color: #333;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 16px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.PCSG_Contact .item table {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.PCSG_Contact td {
    padding-bottom: 10px;
    padding-right: 5px;
}

.PCSG_Contact label {
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 2.5em;
}

.PCSG_Contact input, .PCSG_Contact select, .PCSG_Contact textarea {
    width: 100%;
}

input, select, textarea {
    background-color: #FFFFFF;
    border: 1px solid #CFD2D2;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 7px!important;
}

.PCSG_Contact textarea {
    width: 100%;
    height: 100px;
}

.PCSG_Contact .submit {
    cursor: pointer;
    clear: both;
    width: 150px;
}

.PCSG_Contact .mandatory {
    clear: both;
    float: left;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}