h3{ margin:0;}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
#content .content{ 1px solid #DDDDDD}
.panel {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
	border-color: #DDDDDD;
}	
.panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    color: #333333;	
}
.col-sm-2{ width:16.6667%;}
.col-sm-10{ width: 78%; float:left;}
.testimonial-form{ padding:10px; overflow:auto;}
.form-group{ clear:both;}
.text-right{ text-align:right;}
.testimonial-left{ float:left; margin-right:20px;}
.form-group { clear:both; margin-bottom:15px;overflow:auto;}
.form-group:before{ content:" "; display:table;}
.form-control {
    background-color: #FFFFFF !important;
    background-image: none;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px 0px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.control-label{
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
	text-align:right;
}
textarea.form-control{ height:auto;}
.text-danger{ color:#A94442;}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
.rating .fa-star {
    color: #FFCC00;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
.rating .fa-star-o {
    color: #999999;
    font-size: 15px;
}
#form-information input,
#form-information button,
#form-information textarea{
  margin-top: 5px;
}
#form-information div.panel-body:nth-child(2) > div:nth-child(5) > div:nth-child(2){
  margin-top: 10px;
}