/* change header background images for alert and alertmodal */

.saywhatdialogclass .ui-widget-header {
    background: #1c405e none repeat scroll 0 0;
}

.alertdialogclass .ui-widget-header {
    background: #bc1114 none repeat scroll 0 0;
}

/*** fix chrome issue for wierd box in dialog indow ***/
.saywhatdialogclass [type=button]:before, .saywhatdialogclass [type=button]:after {
 content: none;
}
	
.alertdialogclass [type=button]:before, .alertdialogclass [type=button]:after {
 content: none;
}
.saywhatdialogclass .ui-widget-header {
    background: #1c405e none repeat scroll 0 0;
}

.alertdialogclass .ui-widget-header {
    background: #bc1114 none repeat scroll 0 0;
}

/*** fix chrome issue for wierd box in dialog indow ***/
.saywhatdialogclass [type=button]:before, .saywhatdialogclass [type=button]:after {
 content: none;
}
	
.alertdialogclass [type=button]:before, .alertdialogclass [type=button]:after {
 content: none;
}

.dialogbtn.ui-state-hover{
	background: #e6e6e6 none repeat scroll 0 0
}

.ui-button-text-only .ui-button-text{padding : 0px 0px;
}
.dialogbtn .ui-button-text{margin-left:10px;
}

/*** end of fix chrome issue ***/

.sprite-img {
    background: url(../images/ac-sprite-2x.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: 336px 409px
}

.lt-ie9 .sprite-white-star,.sprite-white-star {
    background-position: -245px -236px;
    width: 31px;
    height: 29px
}

.lt-ie9 .sprite-orange-star,.sprite-orange-star {
    background-position: -277px -236px;
    width: 31px;
    height: 29px
}

#ReviewForm .writereview-star-rating .sprite-img.sprite-white-star.active {
    background-position: -277px -236px;
    width: 31px;
    height: 29px
}

#ReviewForm .form-group span.subtext {
    font-weight: normal;
    font-size: 80%;
    font-style: normal;
}

#ReviewForm .recommend.form-group label {
    font-weight: normal;
    margin: 0 0 5px;
    display: block;
}

#ReviewForm .asterisk {
    color: #b50823;
    margin-left: 2px;
}

#ReviewForm .input-help{
    margin-left: 10px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 100;
}



