.red-star{
	color:#FF0000;
}
/*-----------------table2-----------------*/

.table-design{
	width:95%;
	margin:0 auto;
	background-color:#FFF;
}
.tr1-design{
	background-color:#dbdbdb;
	text-align:center;
	font-weight:bold;
}
.tr2-design{
	background-color:#f4f4f4;
}
.tr3-design2{
	background-color:#ededee;
}
.table-design td{
	padding:2px 5px;
	width:50%
}
.table-design textarea{
	width:200px;
	height:100px;
}
