.std_button
	{
		padding: 0px;
		border: 1px solid #888888;
		
		display:table;
		
		min-width: 120px;
		
		background-color: #FFE100;
		
		margin-right: 10px;
		margin-bottom: 15px;
		
		height: 30px;
		
		float: left;
		font-weight: bold;
				
		border-radius: 4px; /* Opera (W3C Standard) */
		box-shadow:0px 2px 2px rgba(0,0,0,0.5); /* W3C Standard, Opera, */
	}
	
.std_button:hover
	{		
		background-color: #CCAA00;
	}
	
.std_button_link
	{
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 30px;
		/* text-align: center; */
		display:block;
		width: 100%;
		height: 100%;
		white-space: nowrap; 
		color: #000000;
		text-decoration: none;
	}

.std_button_link:hover
	{
		text-decoration: underline;
	}
	