/* style.css */

body {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000000;
	margin-top:10px;
	margin-left:10px;
}

.formclass {
	position: relative;
	z-index:2;
	left: 0px;
	top: 0px;
	visibility: hidden;
	height: 0px;
	width: 0px;
	background: #FF66FF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.autocomp {
	position: absolute;
	z-index:2;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

.taskboxclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

.taskchecker {
	width: 150px;
	background-color: #6E121F;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.tcpadding {
	padding: 10px;
}
