@charset "UTF-8";


.pp-info-wrapper {
	width:550px;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	min-height: 300px;
	position: relative;
	text-align:left;
	margin:10px auto;

}

.pp-info-title {
	-webkit-border-radius:5px 5px 0px 0px;
	-ms-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
	width:100%;
	position: relative;
	height:55px;
	background:#666;
	color:#FFF;
	padding:5px;
	border-bottom:1px solid #DDD;
}

.pp-info-title h3 {

}


.patient-button {
	margin:15px auto;
	padding:15px;
	display:block;
	width:80%;
	text-align: center;
	background:#4aaed1;
	color:#FFF;
}

.patient-button:hover {
	background:#169dc1;

}