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

/* small delete item buttons */
input[class='button154'] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #000000;
	padding: 3px 5px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #408cdf 5%, #0054b0 100% );
	background:-ms-linear-gradient( top, #408cdf 5%, #0054b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408cdf', endColorstr='#0054b0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #408cdf), color-stop(100%, #0054b0) );
	background-color:#0054b0;
	color:#ffffff;
	font-size: 0.85em;
	display: inline-block;
 	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
 	box-shadow: none;
}
input[class='button154']:hover {
	background: -moz-linear-gradient( center top, #0054b0 5%, #408cdf 100% );
	background: -ms-linear-gradient( top, #0054b0 5%, #408cdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054b0', endColorstr='#408cdf');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #0054b0), color-stop(100%, #408cdf) );
	background-color: #0054b0;
}
input[class='button154']:active {
	position: relative;
	top: 1px;
}

/* small gray buttons */
input[class='button7'], input[class='button9'], input[class='button152'], input[class='small_gray_form_button'] {
	-moz-border-radius: 10px;
	-webkit-border-radius: 01px;
	border-radius: 10px;
	border: 0px solid #000000;
	padding: 4px 10px;
	background:-moz-linear-gradient( center top, #8c8c8c 5%, #4d4d4d 100% );
	background:-ms-linear-gradient( top, #8c8c8c 5%, #4d4d4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#4d4d4d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8c8c8c), color-stop(100%, #4d4d4d) );
	background-color:#4d4d4d;
	color:#ffffff;
	font-size: 0.9em;
	text-shadow: 1px 1px 0px #4d4d4d;
}
input[class='button7']:hover, input[class='button9']:hover, input[class='button152']:hover, input[class='small_gray_form_button']:hover {
	background: -moz-linear-gradient( center top, #4d4d4d 5%, #8c8c8c 100% );
	background: -ms-linear-gradient( top, #4d4d4d 5%, #8c8c8c 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#8c8c8c');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #4d4d4d), color-stop(100%, #8c8c8c) );
	background-color: #4d4d4d;
}

/* href links converted to small blue buttons */
a.lp-blue-button, button.blue_form_button {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:0px solid #000000;
	padding:5px 17px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #408cdf 5%, #0054b0 100% );
	background:-ms-linear-gradient( top, #408cdf 5%, #0054b0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408cdf', endColorstr='#0054b0');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #408cdf), color-stop(100%, #0054b0) );
	background-color:#408cdf;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #0054b2;
 	-webkit-box-shadow: 2px 2px 6px 1px #bfbfbf;
 	-moz-box-shadow: 2px 2px 6px 1px #bfbfbf;
 	box-shadow: 2px 2px 6px 1px #bfbfbf;
}
a.lp-blue-button:hover, input[class="blue_form_button"]:hover, button.blue_form_button:hover {
	background:-moz-linear-gradient( center top, #0054b0 5%, #408cdf 100% );
	background:-ms-linear-gradient( top, #0054b0 5%, #408cdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0054b0', endColorstr='#408cdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #0054b0), color-stop(100%, #408cdf) );
	background-color:#0054b0;
}
a.lp-blue-button:active, input[class="blue_form_button"]:active, , button.blue_form_button:active {
	position:relative;
	top:1px;
}

/* This css button was generated by css-button-generator.com */
