@CHARSET"UTF-8";
/* @media screen and (max-device-width:760px) {
    .contf {
        width:auto !important;
        margin:0 auto 12px auto;
        padding:8px !important
    }
    .contr {
        width:100% !important;
    }
    .upload_box li {
        width:50px !important;
        height:50px !important;
    }
    .subt, input[type="text"] {
        width:100% !important
	}
} */
.container {
    background-color:#f8f8f8 !important
}
.contf {
    display:inline-block;
    width:70%;
    padding:12px;
    background-color:#fff
}
.square {
    display:inline-block;
    width:8px;
    height:8px;
    background-color:#000;
    margin:0 8px;
    vertical-align:middle
}
.feedback_type {
    text-align: center;
    width: 100%;
}
.feedback_type li {
    display: inline-block;
    margin: 0 5%;
    width: 12%;
}
.feedback_type img {
    width:50%;
    padding:15%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius:50%;
    background-color:#828282
}
.feedback_type img:hover {
    background-color:#4F4F4F
}
.type_selted {
    background-color:#4F4F4F !important
}
textarea {
    width:100%;
}
input[type="text"] {
    width:30%;
    height:40px;
    margin:5px 0
}
.page {
    width:100% !important;
}
.upload_box li {
    display:inline-block;
    width:90px;
    height:90px;
    margin-right:5px;
    border:1px solid #e5e5e5;
    text-align: center;
}
.standard-span {
    height: 100%;
    width: 0 !important;
    display: inline-block;
    vertical-align: middle;
}
.upload_box li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.subt {
    display:block;
    background-color:#9C9C9C;
    color:#fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
    border-radius:2px;
    border:none;
    width:25%;
    height:40px;
    text-align:center;
    line-height:40px;
    margin:5% 0;
    cursor: pointer;
}
.contr {
    display:inline-block;
    width:26%;
    vertical-align:top
}
.phone_box {
    text-align:center;
    padding:16px;
    background-color:#fff
}
.questions {
    background-color:#fff;
    margin:8px 0;
    padding:12px 0
}
.questions a {
    display:block;
    margin:12px 5px
}
.questions span {
    margin:0 5px
}
.questions a {
    color:#0000FF;
}