/*comment card style*/

fieldset {
	font-size: 1em;
	min-width: 590px;
	padding:6px;
	}


.columlabeltext {
		  font-size: .85em;

		}

fieldset td {
		  padding-left: 15px;
		  padding-right: 15px;
		}

/*
 input {
	width: 75%;
	}
*/
 textarea {
	width: 90%;
	height: 60px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:  arial, helvetica, sans-serif;

	}

legend {
	font-size: 1.5em;
	color:#003300;
	padding-bottom:10px;
	}
