.button1 {
	background-color: #1F4190;
}

.button1 a {
	padding: 0.5em 0.9em;
	display: block;
	
	color: white;
	font-family: "Verdana";
	text-decoration: none;
}

.button1 a:hover {
	color: white;
	text-decoration: underline;
}

.button1 .top-left,
.button1 .top-right,
.button1 .bottom-right,
.button1 .bottom-left {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

.button1 .top-left {
	background-image: url(../image/button1/top-left.gif);
	background-position: top left;
}

.button1 .top-right {
	background-image: url(../image/button1/top-right.gif);
	background-position: top right;
}

.button1 .bottom-right {
	background-image: url(../image/button1/bottom-right.gif);
	background-position: bottom right;
}

.button1 .bottom-left {
	background-image: url(../image/button1/bottom-left.gif);
	background-position: bottom left;
}
