body {
	margin: 0px;
	padding: 0px;
	background-image: url(/assets_travel-survey/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

h1 {
	font-size: 160%;
	color: #333333;
	font-weight: normal;
	padding: 20px 0 20px 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	background-image: none;
	background-position: right center;
	background-repeat: no-repeat;
}
h2 {
	font-size: 120%;
	color: #333333;
	font-weight: normal;
	margin: 0;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.terms {
	font-size: 75%;
}

#container {	
	margin: 0 auto 0 auto;
	padding: 20px 30px 20px 30px;
	width: 900px;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	width: auto;
	color: #CCCCCC;
	border: none;
	border-top: 1px solid #CCCCCC;
}


dl {
margin: 20px;
}
		
dt {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
		
dd {
	margin: 0 0 0 10px;
	line-height: 160%;
}
			
input.mini {
	width: 33px;
}
		
.iregular {
	display: none;
}
		
.error {
	display: none;
	color: #f33;
}

th {
	text-align: left;
	padding: 0 6px;
}
		
p {
	margin-left: 10px;
	margin-right: 10px;
}

	
table {
	margin-top: 10px;
	border-collapse: collapse;
}
table td {
	padding: 0 5px;
	text-align: center;
}
table th {
	text-align: center;
}
table td.rowlabel {
	padding: 0 5px 0 5px;
	text-align: left;
}

table.matrix th {
	border: 1px solid #CCCCCC;
	line-height: normal;
	font-size: 11px;
}
table.matrix td {
	border: 1px solid #CCCCCC;
}
