@charset "utf-8";
/* CSS Document */

  

.Inspiration {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-image: -moz-linear-gradient(top, #a8c6b8, #157a93);
	background-image: -o-linear-gradient(top, #a8c6b8, #157a93);
	background-image: -webkit-linear-gradient(#a8c6b8, #157a93);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #a8c6b8), color-stop(1, #157a93));
	background-image: linear-gradient(top, #a8c6b8, #157a93);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#157a93', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#a8c6b8', EndColorStr='#157a93', GradientType=0);
	border-style: solid;
	color: #ffffff;
	background-color: #157a93;
	border-color: #b8c5ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(../webassist/button_styles/ie-css3.htc);
}