	/* */
	
	.glow-button {
		vertical-align:text-bottom;        	
		background:url(../images/gloss.png) left center scroll repeat-x;
		border-style:solid;
		border-width:1px 0pt;            
	}
	
	.glow-button .inner {
		border-style:solid;
		border-width:0pt 1px;
		margin:0pt -1px;
	}
	
	.glow-button .inner INPUT {
		background-color:transparent;        	
		margin:0px;
		border-style:solid;
		border-width:1px;
		cursor:pointer;
		overflow:visible;
	}
	
	.aqua, .aqua .inner {
		border-color:#2F657F;
	}
	
	.aqua INPUT {
		border-color:#2F657F;
		color:#000;
		padding: 16px 5px 15px 5px;
		width: 130px;
		position: relative;
	} 
	/* */	