.border1 {
	border-top: 2px dashed #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px dashed #CCCCCC;
	border-left: 2px none #CCCCCC;
}
.border2 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
