div.starry {
	margin:10px auto 10px auto;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px
}

* html div.starry {
	width:auto;
	margin:10px 0 10px 0;
	padding:5px;
	
}
div.standard_star {
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	width:100px;
	display:inline;
	width: 10px;
	height: 10px;
}
div.feedback {
	border:1px solid #ddd;
	padding:5px 3px 3px;
	display:inline;
}
/*forms*/
.form_label {
	clear:both;
	color:#666666;
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:218px;
	padding-top:15px;
	}
br {
	clear: left;
	margin-bottom:5px;
	display:block;
	}
.checkbox {
	margin-bottom:3px;
	}	
.question {
	width:100%;
	margin:5px 0 5px 0;
	clear:both;
	}
fieldset { 
	border:1px solid #ccc;
	padding:16px;
	margin-bottom:19px;
}
	
legend {
  	margin:0 0 0 10px;
  	padding:0 5px 0 5px;
  	font-size:16px;
  	text-align:right;
  	}
	