.req {
	font-weight: bold;
	color: #E80000;
}
#advertise table, #answers table {
	width: 100%;
}
#advertise table tr th, #advertise table tr td.list-heading, #answers table tr th, #answers table tr td.list-heading  {
	background-color: #D8D8D8;
	font-weight: bold;
	padding: 10px 0px 10px 7px;
}
#advertise table tr td , #answers table tr td {
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 10px 0px 10px 7px;
	border-bottom: 1px solid #CCCCCC;
}
#advertise table tr td select, #answers table tr td select {
	width: 225px;
}
#advertise table tr td .smallprint , #answers table tr td .smallprint {
	font-size: 75%;
	line-height: 100%;
}
#advertise-process {
	text-align: center;
}