.myinputstyle {
	border: 1px solid #ffffff;
	border-top: none;
	border-left: none;
	border-right: none;
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}





.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}


.mylabelstylesmall {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 9px;
	color: #000000;
}

.H2 {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 16px;
	color: #000000;
}


.textarea {
width: 300px;
height: 50px;
background-color: white;
font-size: 1em;
font-family: tahoma, helvetica, sans-serif;
border: 1px solid 666666;
overflow: hidden;
}
