fieldset {
	border: 1px solid #9f9f9f;
	padding: 10px 8px;
	margin: 0px 0px 8px 0px;
	background: #f7f7f7;
	color: #000000;
}

fieldset a {
	color: #006699;
	text-decoration : none;
}

fieldset a:hover {
	color: #ff6500;
	text-decoration : underline;
}

legend { 
	border: 1px solid #9f9f9f;
	padding: 5px;
	margin: 0px;
	background: #f7f7f7;
	color: #000000;
	font : bold 14px Arial;
 }
 
 legend a {
	color: #006699;
	text-decoration : none;
}

 legend a:hover {
	color: #ff6500;
	text-decoration : none;
}

textarea {
	width : 495px;
	height : 240px;
}

#txttxt {
	height: 50px;
}

.long {
	width : 395px;
}

.button {
	padding : 2px 5px 2px 5px;
	border: 1px solid #ccc;
	font : bold 12px Arial;
	margin : 0px 1px;
}