#statusofstar{position:absolute; z-index:1; top:10px; left:43%;}
#statusofstar1{position:absolute; z-index:1; top:10px; left:43%;}
.grayBox {
	width:468px;
	height:147px;
	border: solid 1px #dedede;
	/*radious*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*gradient*/
	background: #F6F6F6;
	padding:7px;
	clear:both;
	overflow:hidden;
}
.grayBox h4 {
	color:#333;
	font-size:12px;
}
.starArea {
	text-align: center;
	width: 75%;
	padding:39px 69px 36px;
}
.starArea img {
	margin:0 3px;
	vertical-align:bottom;
}
.starArea span.txt {
	font-size:12px;
	color:#999;
	margin-right:6px;
	margin-left:6px;
}

.inputBtnspc{ padding: 6px 38px 0; float:right;}

.txtLimitation{ color:#999; font-size:11px; }

.commentSection{ padding-top:18px }

.commentSection a{font-size:11px;}

/*gray button
--------------------------------------------------------------------------------------------------*/

a.grayBtn, input[type="button"].grayBtn, input[type="submit"].grayBtn, input[type="reset"].grayBtn {
	/*genarel property*/
	font:11px/27px Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	padding:0 15px;
	display:block;
	border:none;
	cursor:pointer;
	/*radious*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*shadow*/
	-webkit-box-shadow: #333 0px 1px 2px;
	-moz-box-shadow: #333 0px 1px 2px;
	box-shadow: #333 0px 1px 2px;
	/*gradient*/
	background: #99ccff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99ccff), to(#3366cc));
	background: -webkit-linear-gradient(#99ccff, #3366cc);
	background: -moz-linear-gradient(#99ccff, #3366cc);
	background: -ms-linear-gradient(#99ccff, #3366cc);
	background: -o-linear-gradient(#99ccff, #3366cc);
	background: linear-gradient(#99ccff, #3366cc);
	-pie-background: linear-gradient(#99ccff, #3366cc);
	behavior: url(http://www.todopuebla.com/PIE.htc);
}
a:hover.grayBtn, input[type="button"].grayBtn:hover, input[type="submit"].grayBtn:hover, input[type="reset"].grayBtn:hover {
	text-decoration:none;
	/*gradient*/
	background: #99ccff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99ccff), to(#2751a3));
	background: -webkit-linear-gradient(#99ccff, #2751a3);
	background: -moz-linear-gradient(#99ccff, #2751a3);
	background: -ms-linear-gradient(#99ccff, #2751a3);
	background: -o-linear-gradient(#99ccff, #2751a3);
	background: linear-gradient(#99ccff, #2751a3);
	-pie-background: linear-gradient(#99ccff, #2751a3);
	behavior: url(http://www.todopuebla.com/PIE.htc);
}
input[type="button"].grayBtn, input[type="submit"].grayBtn, input[type="reset"].grayBtn {
	height:27px;/* for chrome */
	padding:5px 10px;
	/*padding:8px 15px 7px\9; IE8 and older, but there's more… */
 *padding:6px 14px 5px;/* IE7 and older */
	font:11px/11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:auto;/* IE7 and older */
	overflow: visible;/* IE7 and older */
	text-transform:uppercase;
}


/*text area
--------------------------------------------------------------------------------------------------*/
.grayBox textarea {
	/*genarel property*/
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#999;
	background:white;
	border:solid 1px #999999;
	padding:2px;
	width:350px;
	height:46px;
	resize:none;
	margin:9px 5px 0 0;
	/*shadow*/
	-webkit-box-shadow:inset #999999 1px 1px 1px;
	-moz-box-shadow:inset #999999 1px 1px 1px;
	box-shadow:inset #999999 1px 1px 1px;
	behavior: url(http://www.todopuebla.com/PIE.htc);
}
.grayBox textarea:focus {
	border:solid 1px #666;
	color:black;
}