.sp-force-hide {
    display: none;
}

.sp-form{
    display: block;
    background: #ffffff;
    padding: 15px;
    width: 1100px;
    max-width: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-width: 1px;
    border-color: #dddddd;
    border-style: solid;
    border-top-color: #00629C;
	border-top-width: 4px;
}

.sp-form input[type="checkbox"] {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.sp-form .sp-form-fields-wrapper {
    margin: 0 auto;
    width: 100%;
}

.sp-form .sp-form-control {
    background: #ffffff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    padding-left: 8.75px;
    padding-right: 8.75px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 35px;
    width: 100%;
}

.sp-form .sp-field label {
    color: #444444;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}

.sp-form .sp-button-messengers {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sp-form .sp-button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #0089bf;
    color: #ffffff;
    width: auto;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.sp-form .sp-button-container {
    text-align: left;
}