.button-close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #0e0e0e;
	width: 20px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 16px;
	border-radius: 25px;
}

.button-close:hover {
	cursor: pointer;
}

.pButtons-right {
	position: absolute;
	right: 0;
	top: 100px;
	width: 17%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pButtons-bottom {
	position: absolute;
	float: left;
	bottom: 5px;
	right: 2%;
	left: 2%;
    height: 40px;
}

.button {
	margin-top: 20px;
	background: #999999;
	border-radius: 5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	color: white;
	padding: 5px;
	min-width: 80px;
	text-align: center;
}

.pButtons-right .button {
	clear: both;
	float: left;
}

.pButtons-bottom .button {
	float: left;
	margin-right: 10px;
	margin-top:0px;
}

.button p {
	margin-top: 10px;
}

.button:hover {
	cursor: pointer;
	background: #aca9a9;
}

.button.green {
	background: #b5c02f;
}

.button.green:hover {
	cursor: pointer;
	background: #cdd84d;
}

.button.red {
	background: #c04a2f;
}

.button.red:hover {
	cursor: pointer;
	background: #c65e46;
}

.button.blue {
	background: #2f92c0;
}

.button.blue:hover {
	cursor: pointer;
	background: #45a8d6;
}