@charset "UTF-8";
/* *** Begin Buttons *** */
.button {
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
	background-color: transparent !important; /* keep this */
	text-indent: -9999em;
	display: block;
}

.button + img.secure {
	margin: 0 0 -14px 8px !important;
}

.button-submit {
	height: 35px;
	width: 110px;
	background-image: url(/images/layout/button-submit.png);
	/* IE 7 hack, keep text-transform */
	color: transparent;
	text-transform: capitalize;
}

 .button-search {
	height: 35px;
	width: 110px;
	background-image: url(/images/layout/button-search.png);
	/* IE 7 hack, keep text-transform */
	color: transparent;
	text-transform: capitalize;
}

.button:hover {
	background-position: 0 -35px;
}

a.button-videos {
	margin: 10px 0 0 0;
	width: 180px;
	height: 35px;
	float: right !important;
}

a.button-portfolio {
	margin: 40px 0 0 0;
	width: 180px;
	height: 35px;
}

#button-videos-view { background-image: url(/images/layout/button-videos.png); }
#button-portfolio-tv { background-image: url(/images/layout/button-portfolio-tv.png); }
/* *** End Buttons *** */
