@charset "utf-8";
/* CSS Document */

.mebReview{
    width: 60%;
    padding: 20px;
    margin: 30px auto;
    border-style: solid;
}

.mebReview>p>label:first-child{
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
	float: left;
}
.formlist{
    margin: 10px auto;
}
.meblist{
    font-weight: 700;
    color: #6E6E6E;
}
.mebReview [type="text"],.mebReview [type="tel"],.mebReview [type="password"]{
    width: 40%;
}
.industry{
	width: 40%;
}
.county{
	width: 15%;
}
.mebReview textarea{
    height: 5em;
}
.lab{
	color:#6E6E6E;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 480px) {

.mebReview{
	width: 100%;
	padding: 20px 20px 20px 20px;
}
.mebReview>p>label:first-child{
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
	float: left;
}
.mebReview [type="text"],.mebReview [type="tel"],.mebReview [type="password"]{
    width: 100%;
}
.industry{
	width: 100%;
}
.lab{
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
	float: left;
    margin-top: -3px;
}
    
}
@media screen and (max-width: 320px) {
}