.review-form {
    background: #e6e6e8 none repeat scroll 0 0;
    border-radius: 12px;
    color: #555;
    margin-bottom: 40px;
    padding: 30px 40px;
    position: relative;
    width: 565px;
	margin:0 auto;
}
.headline_title{
	margin:0 auto;
	padding:10px;
    margin-bottom: 30px !important;
    margin-top: 20 !important;
}

.review-form .label {
    clear: both;
    color: #555;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    white-space: normal;
}

.review-form .star-rating #starevaluationbutton {
    float: left;
    margin: 0;
    width: 218px;
}

.review-form .star-rating .desc {
    color: #666;
    float: left;
    font-size: 14px;
    font-style: italic;
    height: 70px;
    line-height: 1.2em;
    margin: 0;
    width: 265px;
}
p.bia {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 -50px;
    display: block;
    height: 36px;
    width: 218px;
}
p.bic {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 -100px;
    display: block;
    height: 36px;
    width: 218px;
}
p.bie {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 -150px;
    display: block;
    height: 36px;
    width: 218px;
}
p.big {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 -200px;
    display: block;
    height: 36px;
    width: 218px;
}
p.bii {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 -250px;
    display: block;
    height: 36px;
    width: 218px;
}
p.biz {
    background: rgba(0, 0, 0, 0) url("//s.trackingmore.com/images/icons/sprite_stars.png") no-repeat scroll 0 0;
    display: block;
    height: 36px;
    width: 218px;
}
.starbutton {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 36px;
    margin-right: 4px;
    width: 36px;
}

input.headline, input.public-name, textarea.review, input.orderid {
    border: 1px solid #888;
    color: #111;
    margin: 0 0 25px;
    width: 100%;
    z-index: -300;
}
textarea.review {
    height: 200px;
    line-height: 22px;
    padding: 8px 6px;
}
.headline{
    height: 32px;
    line-height: 32px;
}
#conditions label, #conditions span.text, #inform label, #inform span.text {
    font-weight: normal;
    padding-left: 25px;
}
 .review-sendto {
    margin-top: 10px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
#conditions input[type="text"], #inform input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    min-width: 25px;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: 150px;
}
#conditions span.text-wrapper, #inform span.text-wrapper {
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 0 26px;
    padding: 8px 10px 6px;
    position: relative;
}

.button, .button:hover, .button:visited, .button:active, .button:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ff7b0d;
    background-image: linear-gradient(#ffa84c, #ff7b0d);
    border-color: -moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.25);
    border-image: initial;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 12px 14px 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 484px;
}
.disabled .button {
    background-color: #313131;
    background-image: linear-gradient(#595959, #313131);
    cursor: default;
}
.disabled .button:hover, .disabled .button:visited {
    background-color: #313131;
    background-image: linear-gradient(#595959, #313131);
    cursor: default;
}
.button:hover {
    color: white;
    text-decoration: none;
}
.button:hover, .button:focus, .button:active {
    background-color: #de6500;
    background-image: linear-gradient(#ff921e, #de6500);
    color: #fff;
}
.nickname{
	 width:300px;
	 height:32px;
	 border: 1px solid #888;
}



@media only screen and (max-width:570px) {
.review-form .star-rating #starevaluationbutton {
float:none
}
}
.review-form .star-rating .desc {
	color:#666;
	width:265px;
	height:70px;
	font-size:14px;
	float:left;
	font-style:italic;
	margin:0;
	line-height:1.2em
}
@media only screen and (max-width:570px) {
.review-form .star-rating .desc {
float:none;
width:auto;
margin-top:10px;
margin-bottom:25px;
height:auto
}
}

@media only screen and (max-width:959px) {
.review-form, .info-col {
float:none;
width:auto
}
.review-form {
padding:5%
}
.review-form input.headline, .review-form input.public-name, .review-form input.orderid, .review-form textarea.review {
width:100%;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.review-form #conditions label.text {
width:85%
}
.review-form .button {
width:100%
}
.info-col {
margin:0
}
}
@media only screen and (max-width:321px) {
h1 {
font-size:20px;
margin-bottom:30px
}
.review-form #conditions label.text {
width:85%
}
.button {
font-size:1.2em
}
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.alert-warning hr {
    border-top-color: #f8e5be;
}
.hide11 {
  display: none;
}
