.customreviews * {
	box-sizing: border-box;
}
.customreviews .form-group label {
	display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.customreviews .form-group .form-control {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.customreviews .form-group textarea {
    overflow: auto;
}
.customreviews .radio,
.customreviews .checkbox,
.customreviews .radio-inline,
.customreviews .checkbox-inline {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}
.customreviews .radio-inline,
.customreviews .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.customreviews input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0 0 0 -20px;
    box-sizing: border-box;
    padding: 0;
    float: left;
}
.customreviews .btn {
    cursor: pointer;
}
.customreviews .help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
.customreviews .text-danger {
    color: #a94442;
}
.customreviews .has-error .form-control {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(http://netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.eot);
	src: url(http://netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.eot?#iefix)
		format('embedded-opentype'),
		url(http://netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.woff)
		format('woff'),
		url(http://netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.ttf)
		format('truetype'),
		url(http://netdna.bootstrapcdn.com/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
		format('svg')
}
.customreviews .form-group .glyphicon,
.customreviews-answers .glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}
.customreviews .form-group .glyphicon-star:before,
.customreviews-answers .glyphicon-star:before {
	content:"\e006";
}
.customreviews .form-group .glyphicon-star-empty:before,
.customreviews-answers .glyphicon-star-empty:before {
	content:"\e007";
}

.rate-icon {
	cursor: pointer;
}
