body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #D4D1D5;
}   

td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}

.content {
	width: 650px;							
	border-radius: 10px;		
    max-width: 80%;
	background-color: #E1E3F0;
	padding: 1px;

}

.entry {
	width: 90%;	
	padding: 1px;							
	border-bottom: 1px solid #C9C9C9;
	background-color: #E8E2E4; 			
	border-color: #C1C1D1;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border: 1; 
	border-spacing: 5px;		
}

tr, td
{
	width: 60%;
	padding: 1px;	
}

textarea {
	width: 550px;
	height: 100px;
	resize: none;
}

.inputbox {
	width: 310px;
	font-size: 12px;
}

.inputbox_num {
	width: 100px;
	font-size: 12px;
}

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #C9C9C9;
	line-height: 1.6;
}

footer {
  position: fixed;
  left: 0;													
  bottom: 0;												
  width: 100%;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  color: black;
}