.box-style {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
	.box-style .hafl {
		width: 50% !important;
		overflow: hidden;
	}
	.box-style .buttons {
		overflow: hidden;
	}
		.box-style .buttons a {
		    color: #FFFFFF !important;
		    display: inline-block;
		    height: 17px;
			min-width: 100px;
		    padding: 3px 10px 0px 10px;
		    text-align: center;
		    text-decoration: none !important;
			background: url(/htdoc/images/box.bg.png) repeat-x;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
			.box-style .buttons a:hover {
				background-position: 0px -20px;
			}
		.box-style .buttons a.gray {
			background-position: 0px -40px;
		}
			.box-style .buttons a.gray:hover {
				background-position: 0px -60px;
			}
		.box-style .buttons div.half {
			width: 50% !important;
		}
		.box-style .buttons a.half {
			width: 49% !important;
			padding: 3px 0px 0px 0px !important;
		}
		.box-style .buttons a.margin {
			margin-right: 5px;
		}

.box-style-1 {
}


.box-style-2 {
}


.box-style-3 {
}


.box-style-4 {
}


.box-style-5 {

}


.box-style-6 {

}
