.frame1 {
	border: 1px solid #333333;
}
.notopotbttm {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #202020;
}
.noleft {
	border-top: 1px solid #202020;
	border-right: 1px solid #202020;
	border-bottom: 1px solid #202020;
}
.noright {
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
}
.normal {
	border: 1px solid #202020;
}
.textbox {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
}
.onlyleft {
	border-left: 1px solid #202020;
}

