.btn-default {
	background:#f5f5f5;
	border-color:#dcdcdc;
	font-size:18px;
}

.btn-default:hover {
	color:#ff6600;
}


.btn-primary {

}

.btn-success {

}

.btn-warning {

}

.btn-danger {

}

.btn-info {

}

.btn-width {
	width:150px;
}


.btn-group-vertical {
	width:150px;
}