.buton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:24px;
	-moz-border-radius-topleft:24px;
	border-top-left-radius:24px;
	-webkit-border-top-right-radius:24px;
	-moz-border-radius-topright:24px;
	border-top-right-radius:24px;
	-webkit-border-bottom-right-radius:24px;
	-moz-border-radius-bottomright:24px;
	border-bottom-right-radius:24px;
	-webkit-border-bottom-left-radius:24px;
	-moz-border-radius-bottomleft:24px;
	border-bottom-left-radius:24px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#1c94c4;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff; 
	padding-left:10px;
	padding-right:10px;	
}
.buton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
.buton:active {
	position:relative;
	top:1px;
}   

.body {  
	margin:0 auto; 
} 
.mainbox {  
	margin-left:40px;
	margin-right:40px; 
}  
.menubox {
	height:60px;
	background-color:#000000; 
	border:solid 2px; 
	margin-bottom:20px;
	padding:15px;
	text-align:center;
}  
.submenubox {
	background-color:#CCCCCC; 
	border:solid 2px;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	text-align:center;
}  
.contentbox {
	background-color:#F4F4F4; 
	border:solid 2px;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px; 
}    
.footerbox {
	background-color:#BBBBBB;
	border:solid 2px;  
} 