#resume {

}

	#resume sup {
		color: red;
	}

	#resume div {
		margin-top: 10px;
	}

	#resume label {
		display: block;
		margin-bottom: 4px;
	}

	#resume input[type='text'] {
		width: 60%;
	}

	#resume input[type='checkbox'], input[type='radio'] {
		margin-right: 5px;
	}

	#resume textarea {
		width: 60%;
	}
