@charset "utf-8";
/* CSS Document */

.bottomMar20px {
	margin-bottom: 20px;

}

.bottomMar10px {
	margin-bottom: 10px;
}
.bottomMar5px {
	margin-bottom: 5px;
}

.bottomMarZero {
	margin-bottom: 0px;
}
.rightMarZero {
	margin-right: 0px;

}

.inlineSpace10px {
	margin: 0 10px;
}
.topMar10px {
	margin-top: 10px;
}
.fillButton {
	width: 69px;
}
