.ui-dialog {
	background-color: #ffffff;
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
}
.ui-dialog[style]{
	position: fixed;
	z-index:999;
	top: 46%;
	left:50%;
	margin-left:-300px;
}
.dialog007{
	padding:0px 20px 20px 20px;
}
.ui-dialog-titlebar{
	padding:0px 20px 20px 0px;
	overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar a {
	float: right;
	text-transform:capitalize;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	padding:2px 10px 2px 10px;
	cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	color: #ffffff;
	background-color: #ff0000;
}
.ui-dialog .ui-dialog-titlebar a:hover {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	color: #ffffff;
	background-color: #666666;
}