.shadowbox {
	border-color: #777777 rgb(187, 187, 187) rgb(221, 221, 221);
	border-style: solid;
	border-width: 1px;
	background: #FEFEFE url('/style/image/box-bg.gif') no-repeat scroll left top;
	padding: 2px 0;
	text-indent: 3px;
	font-family: Tahoma,Verdana,Arial,Sans-Serif;
	font-size: 11px;
}

.shadowbox.select {
	padding: 1px 0 !important;
	text-indent: 0px !important ;
}

.shadowbox.select option {
	padding: 1px 3px;
}

.buttonbox {
	border: 0 none transparent !important;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	height: 38px;
	cursor: pointer;
	font-weight: bold;
	color: #2a619b;
}

.buttonbox:hover {
	color: black;
}

.buttonbox.mini {
	width: 50px !important;
	background-image: url('/style/image/button-mini.gif');
}

.buttonbox.mini:hover {
	background-image: url('/style/image/button-mini-over.gif');
}

.buttonbox.small {
	width: 100px !important;
	background-image: url('/style/image/button-small.gif');
}

.buttonbox.small:hover {
	background-image: url('/style/image/button-small-over.gif');
}

.buttonbox.medium {
	width: 150px !important;
	background-image: url('/style/image/button-medium.gif');
}

.buttonbox.medium:hover {
	background-image: url('/style/image/button-medium-over.gif');
}

.buttonbox.large {
	width: 200px !important;
	background-image: url('/style/image/button-large.gif');
}

.buttonbox.large:hover {
	background-image: url('/style/image/button-large-over.gif');
}

.buttonbox.big {
	width: 250px !important;
	background-image: url('/style/image/button-big.gif');
}

.buttonbox.big:hover {
	background-image: url('/style/image/button-big-over.gif');
}
