.form-group {
    position: relative;
	font-size:16px;
	margin-bottom: 15px !important;
}
.form-group label {
    color: #222;
    font-weight: 400;
}
.form-group.checkbox_questions label, .form-group.radio_questions label {
    color: #555;
    cursor: pointer;
    font-weight: 400;
}
.form-group.radio_questions label {
    background-color: #fff;
    border: 2px solid #e8ebed;
    border-radius: 5px;
    box-sizing: content-box;
    display: block;
    padding: 15px 45px 15px 15px;
}
.form-group.radio_questions .iradio_square-yellow {
    position: absolute;
    right: 15px;
    top: 17px;
}
.form-group.checkbox_questions .icheckbox_square-yellow {
    margin-right: 10px;
}
.form-group.radio_questions label:hover {
    border: 2px solid #fc3;
}
.form-group.select {
    margin-bottom: 30px;
}
.styled-select select {
    -moz-appearance: window;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    cursor: pointer;
    font-weight: 400;
    height: 41px;
    margin: 0;
    outline: 0 none;
    padding: 5px 5px 5px 15px;
    width: 107%;
}
.styled-select select:focus {
    box-shadow: none;
    color: #555;
    outline: 0 none;
}
.styled-select {
    background: #fff url("../img/arrow_down.svg") no-repeat scroll right center;
    border: 2px solid #e8ebed;
    border-radius: 5px;
    height: 44px;
    overflow: hidden;
    width: 100%;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
input.form-control, select.form-control, textarea.form-control {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e8ebed;
    border-radius: 5px;
    box-shadow: none;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    height: 44px;
    margin-bottom: 25px;
    padding: 6px 12px;
    transition: none 0s ease 0s ;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #fc3;
    box-shadow: none;
    color: #555;
    outline: 0 none;
}


.icheckbox_square-yellow, .iradio_square-yellow {
    background: rgba(0, 0, 0, 0) url("../img/yellow.png") no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 22px;
}
.icheckbox_square-yellow {
    background-position: 0 0;
}
.icheckbox_square-yellow.hover {
    background-position: -24px 0;
}
.icheckbox_square-yellow.checked {
    background-position: -48px 0;
}
.icheckbox_square-yellow.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-yellow.checked.disabled {
    background-position: -96px 0;
}
.iradio_square-yellow {
    background-position: -120px 0;
}
.iradio_square-yellow.hover {
    background-position: -144px 0;
}
.iradio_square-yellow.checked {
    background-position: -168px 0;
}
.iradio_square-yellow.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-yellow.checked.disabled {
    background-position: -216px 0;
}
@media not all, not all, (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	.icheckbox_square-yellow, .iradio_square-yellow {
		background-image: url("../img/yellow@2x.png");
		background-size: 240px 24px;
	}
}


