@charset "utf-8";
.borders {
	border: thin inset #CCC;
	padding: 3px;
	height: auto;
	width: 500px;
	background-color: #000;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
