.modalparent{
	background-color:#FFF;
    border-radius: 7px;
    border: 5px solid #999;
	width: 42%;
	height:auto;
	top: 40%;
    left: 35%;
    z-index: 99999999;
}
@media (max-width: 737px) {
	.modalparent{
		width:95% !important;
	}
}
body .modal-background{
	height:100%;
	width:100%;
	opacity: 1;
    filter: alpha(opacity=40) !important;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAMAAACeL25MAAAABlBMVEUAAABDQ0PjOoa6AAAAAnRSTlODgxKM1CoAAAAZSURBVHjaJcWxCQAAAMKw9v+nVSRDQGXoFwB+AAuD/xL+AAAAAElFTkSuQmCC);
    background-repeat: repeat;
	position:fixed;
	top:0;
	left:0;
	z-index: 9999999;
}
.modalparent .ui-button .ui-button-text{
	text-indent:0 !important;
	background:transparent url(../images/close-image.png) no-repeat 0 0;
	width: 15px;
    height: 16px;
    margin-top: 5px;
}
.modalparent .ui-button{
	right: 0px !important;
    border: none !important;
    background-color: #fff !important;
    font-weight: normal !important;
    top: 19% !important;
    width: auto !important;
    height: auto !important;
}
.modalparent .ui-button:hover,.modalparent .ui-button:focus{
	text-decoration:underline;
	color:#00F;
}
.modalparent .ui-dialog-title{
	font-size:18px;
	padding:15px 5px 15px 5px;
	border-bottom:1px solid #333;
}
.modalparent .ui-dialog-title-none{
	padding:0 !important;
	border-bottom:none !important;
}
.modalparent .ui-dialog-content{
	font-size:12px;
	padding:10px 18px;
}
