/* CSS Document */
.paddedvertical {
	margin-top: 10px;
	margin-bottom: 10px;
}

.paddedhorizontal {
	margin-left: 20px;
	margin-right: 20px;
}