
.confirm {
		position: fixed;
		width: 500px;
		height: 150px;
		padding: 4em 2em;
		background: #006633;
		font-size: 15px;
		line-height: 23px;
		color: #fff;
		display: none;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
}
.confirm a{
		color: #fff;
		font-weight: bold;
} 
.confirm button {
	margin: 1em;
	padding: 1em
}