div.survey {
	width: 100%;
	overflow: hidden;
	font-family: Arial, helvetica, sans-serif;
}

div.survey a {
	color: #0066cc;
}

div.survey div.print-and-send {
	width: 430px;
	padding: 0 5px 5px;
	overflow: hidden;
}

div.survey div.print-and-send ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.survey div.print-and-send ul li {
	float: left;
	display: inline;
	list-style: none;
}

div.survey div.print-and-send a {
	float: left;
	display: inline;
	padding: 23px 0 0 35px;
	font-size: 75%;
	color: #0066cc;
	text-decoration: none;
}

div.survey div.print-and-send a.print {
	background: url(../images/icon-print.jpg) no-repeat bottom left;
	margin-right: 15px;
}

div.survey div.print-and-send a.send {
	background: url(../images/icon-send.jpg) no-repeat bottom left;
}

div.survey div.survey-top {
	width: 640px; /* Was 592px on 2-26 */
	padding: 0 5px;
	font-size: 100%;
	/* background: url(../images/bg-survey-top-grey-gradient.jpg) repeat-x top left; */
}

div.survey div.survey-top div.section {
	border-top: 1px solid #a0a0a0;
}

div.survey div.survey-top div.section th {
	width: 185px; /* Changed from 185px; by TM on 2-19-09 */
	padding: 10px 5px 10px 0;
	font-weight: normal;
	color: #666;
	text-align: right;
	vertical-align: top;
}

div.survey div.survey-top div.section div.data {
	width: 390px;
	overflow: hidden;
}

div.survey div.survey-top div.section div.wide {
	width: 100% !important;
	overflow: hidden;
}

div.survey div.survey-top div.section div.data span.label {
	width: 185px; /* 150 was 185px; on 2-26 */
	padding: 7px 5px 7px 0; /* Order top, right, bottom, and left, was 10px 5px 10px 0; */
	font-weight: normal;
	color: #666;
	text-align: right;
	vertical-align: top;
	float: left;
	display: inline;
}

div.survey div.survey-top div.section div.data span.value {
	padding: 7px 0; /* Order top, right, bottom, and left, was 10px 0; */
	float: left;
	display: inline;
}

div.survey div.survey-top div.section div.narrow span.value {
	width: 200px; /* was 200px; */
}

div.survey div.survey-top div.section div.wide span.value {
	width: 425px; /* 425 Was 330px on 2-26 */
}

div.survey div.survey-top div.section td {
	padding: 10px 0;
}

div.survey div.survey-top div.section td.narrow span {
	width: 200px; /* was 200px; */
}

div.survey div.survey-top div.section ul {
	padding: 0;
	margin: 0;
}

div.survey div.survey-top div.section ul li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}

div.survey div.survey-top div.get-started {
	height: 123px;
	padding-top: 5px;
	padding-left: 190px;
	/* background: url(../images/bg-survey-graduate.jpg) no-repeat bottom left; */
}

div.survey div.survey-top div.get-started div.alert {
	display: block;
	margin: 0 0 3px 15px;
	padding: 5px 0 5px 25px;
	background: url(../images/icon-alert.jpg) no-repeat center left;
	color: #c00;
	font-size: 80%;
}

div.survey div.survey-top div.get-started a img {
	border: none;
}

div.survey div.survey-bottom {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	background: url(../images/bg-survey-top-grey-gradient.jpg) padding-right: 20px; repeat-x top left;
}


div.survey div.survey-bottom ul.links {
	background: #c6d3d5;
	margin: 0;
	padding: 10px 0px 10px 5px;
	width: 100%;
	overflow: hidden;
}

div.survey div.survey-bottom ul.links li {
	margin: 0;
	padding: 0 5px;
	float: left;
	display: inline;
	font-size: 75%;
	border-right: 1px solid #0066cc;
	font-weight: bold;
}

div.survey div.survey-bottom ul.links li.first {
	padding-left: 40px;
	border-right: 1px solid #0066cc;
}

div.survey div.survey-bottom ul.links li.last {
	padding-right: 0;
	border: none;
}

div.survey div.survey-bottom div.copy {
	padding: 10px 5px;
	font-size: 90%;
}

div.survey div.survey-bottom div.copy h2.benefits {
	margin: 0;
	padding-bottom: 5px;
}

div.survey div.survey-bottom div.copy p {
	margin: 0;
	padding: 0 0 10px;
}

div.survey div.survey-bottom div.copy ul {
	margin: 0 0 0 25px;
	padding: 0 0 10px 0;
}

div.survey div.survey-bottom div.copy ul li {
	padding-bottom: 5px;
}

div.survey div.photo {
	float: right;
	display: inline;
	padding: 15px; /* was  10px; */
}

div.survey div.photo img {
}

div.survey table.details {
	width: 380px;
}