/* CSS Document */

.box1 {
	width: 200px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	padding-top: 10px;
	padding-left: 5px;

}

.bigbox {
	border: 2px solid #000000;
}

.smallbox {
	border: 1px solid #666666;
}
