form {
	padding:0px;
	margin:0px;
}
.section { 
	background-color: #e7e7e7; 
	padding:5px; 
	letter-spacing:0.2em;
	margin-bottom:5px;
	font-weight:bold;
}
.sample {
	color: #ff5900;
	font-size: 8pt;
}
select { 
	width: 230px; 
}
select.date { 
	width: 75px; 
}
textarea {
	width: 370px;
}

#education_table, #experience_table {
	margin-bottom:10px;
}
#education_table td, #education_table th {
	border: 1px solid #eaeaea;
}
#experience_table td, #experience_table th {
	border: 1px solid #eaeaea;
}

.remove {
	color: red;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.buttons {
	background-color:#e7e7e7;
	margin-top:10px;
	padding:10px 10px;
}

.totalAmount {
	font-size:12pt;
	font-weight:bold;
}