/* CSS definition file containing site wide stylesheets */

.box {
	border: 1px dotted rgb(191,191,191)
}

.box_bottom {
	border-left: 1px dotted rgb(191,191,191);
 	border-right: 1px dotted rgb(191,191,191);
 	border-bottom: 1px dotted rgb(191,191,191)
}

.box_bottom_2 {
	border-bottom: 1px dotted rgb(191,191,191)
}
