#for_css_form {
	font-family: Arial, Verdana, sans-serif;
}

#yours label {
	line-height: 170%;
	font-size: 85%;
}

#yours input {
	width: 240px;
}

#yours input, #yours textarea {
	border-width: 1px;
	border-color: rgb(122,122,122);
	border-style: solid;
	font-size: 85%;
}

.checked {
	background-color: rgb(210,255,210);
}