.button, .button:visited {
	background: url(/images/overlay.png) repeat-x;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
 
 	.magneta										{ background-color: #a9014b;
 		-moz-border-radius: 5px; 
 		-webkit-border-radius: 5px; }
 		
	.magneta:hover									{ background-color: #630030; color: #fff;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; }
		
	.magneta:active									{ background-color: #630030; top: 1px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; }
		
	
 	.blue											{ background-color: rgb(0, 153, 255);
 	top: 0px;
 													  -moz-border-radius-bottomleft: 5px;
 													  -webkit-border-bottom-left-radius: 5px;
 													  -moz-border-radius-bottomright: 5px;
 													  -webkit-border-bottom-right-radius: 5px; }
 													  
	.blue:hover										{ background-color: rgb(0, 103, 255); color: #fff; top: 0px;
	
													  -moz-border-radius-bottomleft: 5px;
													  -webkit-border-bottom-left-radius: 5px;
												   	  -moz-border-radius-bottomright: 5px;
													  -webkit-border-bottom-right-radius: 5px; }
													  
	.blue:active									{ background-color: rgb(34,65,108); top: 0px;
													  -moz-border-radius-bottomleft: 5px;
													  -webkit-border-bottom-left-radius: 5px;
													  -moz-border-radius-bottomright: 5px;
													  -webkit-border-bottom-right-radius: 5px; 
	 }
	
	.small.button, .small.button:visited 			{ font-size: 11px; padding: ; }
	.button, .button:visited,
	.medium.button, .medium.button:visited 			{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

/*
#hostingul {
	background-color: #b3bed5;
}

#hostings {
	background-color: #b3bed5;
}

#hostingp {
	background-color: #b3bed5;
}

#hostingup {
	background-color: #b3bed5;
}

div.4 {
	width: 500%;
}