body{margin: 0px;
	background-image: url(http://www.1css.net/img/box2.gif);
	}
.c1{
	margin: 10px;
	padding: 10px;
	border-top: dotted 3px #ff0000;
	border-bottom: dashed 3px #ff0000;
	border-left: double 3px #00ff00;
	border-right: solid 3px #00ff00;
}
.c2{
	margin: 10px;
	padding: 10px;
	border-top: groove 3px;
	border-bottom: ridge 3px;
	border-left: inset 3px;
	border-right: outset 3px;
}
