.button
	{
		display:block;
		cursor:pointer;
		padding:16px;
		margin:10px 5px;
		border-radius:12px;
		background-color:#10508f;
		color:white;
		text-align:center;
	}

.button-disabled
	{
		background-color:#78788f;
		color:silver;
		cursor:default;
	}

.button-small {padding:8px;}

.button-danger
	{
		background-color:white;
		color:red;
		font-weight:bold;
		border:2px solid red;
	}

.button-succeful
	{
		background-color:white;
		color:#10508f;
		font-weight:bold;
		border:2px solid #10508f;
	}
