.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;
}