
/* CSS Document 

.button {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	background:#ddd url("../images/bg-btn.gif") repeat-x 0 0;
	border-color:#999 #999 #888;
	border-radius:4px;
	border-style:solid;
	border-width:1px;
	color:#000;
	cursor:pointer;
	display:inline;
	font:11px/14px "tahoma", Sans-serif;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	text-shadow:1px 1px 0 #fff;
}
.button::-moz-focus-inner {
padding:0;
border:0;
}
.button:focus {
	outline:none;
}
.button:hover, .button:focus {
	background-position:0 -6px;
	border-bottom-color:#ccc;
	border-color:#ddd;
	
	color:#333;
}
.button:active {
	background-image:none;
	text-shadow:none;
	outline:none;
}







.button2 {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-bottom-color:#ccc;
	border-color:#ddd;
	border-radius:4px;
	border-style:solid;
	border-width:1px;
	color:#333;
	cursor:pointer;
	display:inline;
	font:11px/14px "tahoma", Sans-serif;
	margin:0;
	overflow:visible;
	padding:4px 8px 5px;
	
	background-color:#f6f6ed;

}
.button2::-moz-focus-inner {

}
.button2:focus {
	
}
.button2:hover, .button:focus {
	
	border-color:#999 #999 #888;
	color:#000;
}
.button2:active {
	background-image:none;
	text-shadow:none;
	outline:none;
}

*/
