@charset "UTF-8";
/* CSS Document */

div.touchit_box {
	border: solid thick #063;
	background-color:#BFD;
	margin: 0px 0px;
	padding: 0;
	/* padding: 10px 10px 10px 10px; */
}

#content .touchit_box p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

#content .touchit_box h3 {
	color:#063;
	background-color:#FFF;
	/*
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	*/
	padding: 10px 10px 10px 10px;
	/* border: solid thin #33C; */
	/*line-height: 1em;*/
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

span.touchit_note {
	background-color:#FF0
	display:none
}
