.btGrad1 {
	padding: 3px 5px;
	color: white;
	background: linear-gradient(to bottom,  #C8D62D, #148016, #C8D62D);
	border-radius: 5px;
	margin: 10px 4px 10px 4px;
}

.btGrad1:hover {
	cursor: pointer;
}


select.selExt {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #0088cc url(img/select-arrow.png) no-repeat 90% center;
		width: 170px; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #FFF;
		border-radius: 15px;
		padding: 5px;
		box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
		margin: 10px 4px 10px 4px;
}
	

.input1 {
    border: 1px solid #006;
    background: #ffc;
	padding: 2px 3px;
}	
	
.golden_hover:hover {
	background: yellow;
	cursor: pointer;
}


.golden_hover:hover > td {
	background: #FFD700;
}


