
.button, .buttonsmall {
	border: 0;
	background: #222 url(../images/bts_over.png) repeat-x 0 center;
	#background: #222;
	display: inline-block;
	float: left;
	padding: 5px 10px 6px;
	margin: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0);
	cursor: pointer;
	font-family: DidotEld;
}

.disable.button {
	cursor: text;
}

.button:hover, .buttonsmall:hover {
	background: #111 url(../images/bts_over_over.png) repeat-x 0 center;
	#background: #111;
	border-bottom: 1px solid rgba(0,0,0,0.0);
	border-top: 1px solid rgba(0,0,0,0.25);
	color: #fff;
}

.button:active, .buttonsmall:active {
	/*top: 1px;*/
	background: #222 url(../images/bts_over.png) repeat-x 0 center;
	#background: #222;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0);

}

.buttonsmall, .buttonsmall:visited {
	display: block;
	font-size: 10px;
	padding: 1px 6px 1px 6px;
	line-height: 10px;
}

input.small.button, input.buttonsmall {
	display: block;
	padding: 2px 6px 4px 6px;
	/*height: 16px;*/
}

.button, .button:visited, .medium.button, .medium.button:visited {
	font-size: 12px;
	padding: 1px 6px 1px 6px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.green.button, .green.button:visited, .green.smallbutton, .green.smallbutton:visited {
	background-color: #9bc89b;
}

/*.green.button:hover {
	background-color: #749a02;
}*/

.blue.button, .blue.button:visited, .blue.smallbutton, .blue.smallbutton:visited {
	background-color: #00e1ff;
}

/*.blue.button:hover {
	background-color: #007d9a;
}*/

.red.button, .red.button:visited, .red.smallbutton, .red.smallbutton:visited {
	background-color: #f38f88;
}

/*.red.button:hover {
	background-color: #872300;
}*/

.magenta.button, .magenta.button:visited, .magenta.smallbutton, .magenta.smallbutton:visited {
	background-color: #a9014b;
}

/*.magenta.button:hover {
	background-color: #630030;
}*/

.orange.button, .orange.button:visited, .orange.smallbutton, .orange.smallbutton:visited {
	background-color: #ff6519;
}

/*.orange.button:hover {
	background-color: #d45500;
}*/

.yellow.button, .yellow.button:visited, .yellow.smallbutton, .yellow.smallbutton:visited {
	background-color: #ffb515;
}

/*.yellow.button:hover {
	background-color: #fc9200;
}*/

.white.button, .white.button:visited, .white.smallbutton, .white.smallbutton:visited {
	background-color: #DBDEDD;
	color: #000;
}

#MyMMContent a.white.button {
	color: #000;
} 

.white.button:hover {
	background-color: #BBBEBD;
}

.grey.button, .grey.button:visited, .disable.button, .grey.smallbutton, .grey.smallbutton:visited, .disable.smallbutton {
	background-color: #e9e9e9;
}

.buttonlink {
	border: 0;
	background-color: transparent;
}
