.pp_holder#check_contact_data_overlay {
	position: absolute !important;
	width: 750px !important;
	height: auto;
	border: 1px solid #177991;
	border-radius: 5px;
	background: white;
	left: 50%;
	translate: -15%;
	top: 10%;
}

#easy {
	font-size: 1.2em;
	color: #222222;
}	

#easy #ccd_company {
	padding-top: 10px;
    padding-left: 12px;
    height: 25px;
    border-radius: 5px;
}

#ccd_company {
	padding-top: 4px;
	padding-left: 12px;
}

#ccd_wrap {
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

#ccd_header_title {
	margin-top: 40px;
	font-size: 1em;
	font-weight: bold;
}

#ccd_header_desc {
	margin-top: 30px;
	font-size: 0.9em;
	padding: 0 100px 0 100px;
	margin-bottom: 30px;
}	

#ccd_data_block {
    padding: 12px;
    text-align: left;	
	margin: auto;
	width: 350px;
    background-color: #F5FAFC;
    border-radius: 6px;
    border: solid 1px #75B8D9;
}

.ccd_data_separator {
	margin: 10px 0 10px 0;
	height: 1px;
	background-color: #75B8D9;
}

.ccd_data_key {
	font-size: 0.8em;
}

.ccd_data_value {
	margin-top: 3px;
	font-size: 0.9em;
	font-weight: bold;
	min-height: 16px;
}	

#ccd_buttons {
	margin: auto;
	width: 400px;
	height: 30px;
	margin-top: 30px;
    margin-bottom: 20px;
}

#ccd_button_modify {
	float: left;
	height: 32px;
    line-height: 32px;	
}

#ccd_button_confirm {
	float: right;
	height: 32px;
    line-height: 32px;	
}	

#check_contact_data_overlay a#close_icon {width: 24px; height: 24px; float: right; overflow: hidden; text-indent: -1000em; display: inline; margin: 2px 10px 0 0;}
#check_contact_data_overlay a#close_icon {background-image: url(../css_images/delete.svg); background-repeat: no-repeat;}	

.easy_header_left {
	float:left; 
	display:block;
}

.easy_header_right {
	float:right; 
	display:inline-block;
}
