@charset "utf-8";
.leftcolumn {
	float: left;
	height: auto;
	width: 250px;
	margin-top: 15px;
}
.rightcolumn {
	float: left;
	height: auto;
	width: 250px;
	margin-top: 15px;
	margin-left: 10px;
}
#button {
	background-image: url(../images/SubmitSlice.jpg);
	background-repeat: repeat-x;
	height: 29px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	text-align: center;
}
