div.button_toggle, button.refresh, div.dont_refresh, 
button.et, button.to, button.tre, button.fire, button.fem, button.seks  {
	width: 70px;
	height: 40px;
	margin-right: 30px;

	  	background: -webkit-linear-gradient(top, #EEE, #cc6633);
	background: linear-gradient(to bottom, #EEE, #a7a8b8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#EEEEEE, endColorstr=#cc6633 )";

	border: 1px solid grey;	
	border-radius: 4px;
	
	text-align: center;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	line-height: 2.0;
	cursor: pointer;	
}
div.button_toggle, div.dont_refresh   { /* LINE-HIGHT I DIV OG BUTTON ER ENS PER DEFAULT */
	line-height: 2.8;
}
button.refresh {
	display: none;
	
	  	background: -webkit-linear-gradient(top, #EEE, #BBB);
	background: linear-gradient(to bottom, #EEE, #BBB);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#EEEEEE, endColorstr=#BBBBBB )";
	color: #999;
}

/* WRAP BOXES */
.wrap_clicks  { /* CLICK ER ALLE KLIKBARE ELEMENETER - box + button */
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
/*	border: 1px solid black;*/
}
.top  { /* BRUGES NÅR DER ER button TIL box */
	margin-bottom: 10px;
/*	border: 1px solid blue;*/
}

/* SYNLIGE BOXES */
.box.red_et, .box.red_to, .box.red_tre, .box.red_fire, .box.red_fem, 
.box.green_et, .box.green_to, .box.green_tre, .box.green_fire,
.box.blue_et, .box.blue_to, .box.blue_tre  {
	width: 48%;
	height: 40px;
/*	margin-bottom: 20px;*/
}
/* USYNLIGE BOXES */
.box.invs_red_et, .box.invs_red_to, .box.invs_red_tre, .box.invs_red_fire,
.box.invs_green_et, .box.invs_green_to, 
.box.invs_blue_et, .box.invs_blue_to  {
	display: none;
	width: 48%;
	height: 40px;
/*	margin-bottom: 20px;*/
}
/* BOXES */
.box.red_et, .box.red_to, .box.red_tre, .box.red_fire, .box.red_fem, 
.box.invs_red_et, .box.invs_red_to, .box.invs_red_tre, .box.invs_red_fire {
	background: red;	
}
.box.green_et, .box.green_to, .box.green_tre, .box.green_fire,
.box.invs_green_et, .box.invs_green_to   {
	background: green;	
}
.box.blue_et, .box.blue_to, .box.blue_tre, .box.blue_fire, 
.box.invs_blue_et, .box.invs_blue_to {
	background: blue;	
}

/* ?????? */
.insert_class {
	background: blue;	
}