.ratingtcontainer{
	margin:5px 5px 5px 5px;
	float:right;
}
.overallrating{
	display: table-cell;
	vertical-align: top;
	width: 100% !important;
	cursor: pointer;
}
.totalrating{
	display: table-cell;
	padding-left: 3px;
	color:#000;
	cursor:pointer;
	vertical-align:middle;
	font-size:13px;
}
.rateitnow{
    background-color: #fff;
    border: 3px solid #9d9d9d;
    border-radius: 12px;
    color: #d51c21;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    width:150px;
    vertical-align: top;
    text-align:center;
    cursor:pointer;
    clear:both;
    height: 20px;
}
.reviewinput{
	color:#5d5d5d;
	height: 25px;
	width: 340px;
	padding-left:5px;
}
.height15{
	height: 15px;	
}
.reviewsubmitbtn,.leavereviewbtn{
    background-color: #fefe9a;
    border: 1px solid #373a34;
    border-radius: 2px;
    color: #373a34;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 123px;
}

.invalidelement{
	border:1px solid #ff0000;
}
#forReviewBalloon{
	display: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.reviewmsgnotify{
	line-height: 25px;
}        	
#contentForBalloon1{
	width:400px;
    min-height:250px;
}
#contentForBalloon2,#contentForBalloon3{
	width:350px;
    min-height:180px;
    padding:5px 5px 0px 5px;
}

.reviewlisting{
	height: 170px;
	overflow: auto
}
.ajaxloader{
	background-image:url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}
#contentForBalloon1 .productreviews .rating{
	vertical-align:top;
	padding-top:7px;
	vertical-align:top;	
}

#contentForBalloon1 .productreviews .review{
	width:255px;
	vertical-align:top;
	padding-top:7px;
	display:block;
	font-size:12px;
	font-weight: bold;
	vertical-align:middle;
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word; /* IE 5+ */	
}

.reviewerror,.emailerror,.nameerror{
	color:#ff0000;
	height: 20px;
}
.balloonclose {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../images/icons/ballonclose.png') no-repeat 0 0;
    cursor: pointer;
}

.balloonclose:hover {
    background-position: -13px 0;
}
.pullleft{
	float: left;
}
.pullright{
	float: right;
}
