/* button */
.button-small,
.button-large {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow-y: hidden;
	background: url(../../image/button/facebook.gif) no-repeat;
}
.button-small:hover,
.button-large:hover {
	text-decoration: none;
}
.button-small {
	font-size: 12px;
	_width: 60px;
	min-width: 60px;
	height: 20px;
	line-height: 24px;
	padding: 0 8px;
}
.button-large {
	font-size: 15px;
	_width: 120px;
	min-width: 100px;
	height: 30px;
	line-height: 36px;
	padding: 0 10px;
}
.button-blue {
	background-color: #4c679c;
	border: 1px solid #152b57;
}
.button-blue:hover {
	background: #3a558a;
}
.button-green {
	background-color: #5a9b3e;
	background-position: 0 -30px;
	border: 1px solid #326419;	
}
.button-green:hover {
	background: #45862a;
}
.button-disabled {
	background-color: #acb6c9;
	background-image: none;
	border: 1px solid #8e99ad;	
}