body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #f3e3ca;
	
}
p {
	margin: 0;
	padding: 0;
}
#bkgd {
	/*background-color: #ccc;*/
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}
#todo-form {
	/*background-color: #ccc;*/
	width: 650px;
	position: absolute;
	left: 40px;
	top: 200px;
	/*border-top: 1px solid #ccc;*/
	padding: 0;
	margin: 0;
}





fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
fieldset h3 {
	border-bottom: 1px solid #222;
	padding: 25px 0 5px 0;
	margin: 0;
	position: relative;
}
fieldset p {
	border-bottom: 1px solid #222;
	padding: 10px 0;
	margin: 0;
}

fieldset#intro {
	text-align: center;
}
fieldset#intro p {
	border-bottom: none;
	line-height: 23px;
}
fieldset#attitude {
	clear: both;
}


fieldset#attitude select {
	width: 570px;
}
fieldset.col1,
fieldset.col2 {
	float: left;
	width: 310px;
	margin: 0;
	position: relative;
}
fieldset.col1 {
	clear: both;
	margin: 0 30px 0 0;
}
fieldset.col1 select,
fieldset.col2 select {
	width: 230px;
}
fieldset p {
	position: relative;
}
img.tickbox {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
img.tickwhendone {
	position: absolute;
	right: 0px;
	bottom: 10px;
}


span.todo-select-replacement {
	padding: 2px 7px;
	margin: 0;
	cursor: pointer;
	display: block;
	position: absolute;
	left: -950px;
	/*background-color: #ccc;*/
}
span.todo-select-replacement:hover {
	color: #c00;
	text-decoration: underline;
}
span.todo-select-replacement-on {
	position: relative;
	left: auto;
}

input.todo-textfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	position: relative;
	left: auto;
}
input.todo-textfield2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	position: relative;
	left: auto;
	width: 550px;
}
input.touched {
	position: absolute;
	left: -2000px;
}
#intro span.todo-textfield-replacement {
	font-size: 26px;
}
#intro span.todo-textfield-replacement:hover {
	color: #c00;
	text-decoration: underline;
	cursor: pointer;
}
.otherpersonal span.todo-textfield-replacement {
	font-size: 20px;
}
.otherpersonal span.todo-textfield-replacement:hover {
	color: #c00;
	text-decoration: underline;
	cursor: pointer;
}


/*when a field is untouched, cursor is pointer*/
input.untouched {
	font-style: italic;
	color: #999;
}
/*when the field is being edited */
input.touching {
	color: #333;
	cursor: pointer;
}

span.todo-other {
	padding: 2px 7px;
	margin: 0;
	display: inline;
	/*background-color: #ccc;*/
}




select.todo-select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border: 1px solid #99f;
	position: relative;
	left: auto;
}
select.untouched {
	font-style: italic;
	color: #999;
	border: 1px solid #ddd;
}
select.touching {
	color: #333;
	cursor: pointer;
}
select.touched {
	position: absolute;
	left: -2150px;
}


fieldset#printbutton {
	padding: 10px 10px;
	clear: both;
	text-align: center;
}
fieldset#printbutton input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	border: 1px solid #222;
	background-color: #8a7f72;
	cursor: pointer;
}
fieldset#printbutton input:hover {
	color: #fff;
	background-color: #c00;
	cursor: pointer;
}



