table {
    border: 1px solid black;
    width: 60%;
  }
  td {
    height: 30px;
    text-align:left;
	width:15%;
  }
  

   
textarea#message {
	width: 700px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
} 

div#cfform {
	background-color: lightblue;
	
	
}