.success-message {
	text-align: center;
	font-size: 16px;
}

font.errortext{
    color: #F00;
}

.starrequired {
    color: red;
}

.request-product {
    text-align: center;
    margin-bottom: 20px;
}

.request-product-img {
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.request-product-img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    display: block;
}

.bxr-form-body textarea{
    resize: none;
}

.bxr-form-body .bxr-form-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.23);
    vertical-align: middle;
    font-size: 90%;
}