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

/*special Form styles*/
table {
	border:0;
	border-collapse:collapse;
	width:100%;
	
}

#senderName, #senderEmail, #senderSubject, #senderComments {
	background-color:#D3D4B5;
	border: 1px double #9DA469;
	width:100%;
}
td, tr {
	/*padding:6px;*/
}

.descriptionCell {
	width: 12em;
}





