.boxy-wrapper .title-bar{
	background-image: url(/assets/images/vipplace2-s1.png);
	background-position: 2px 1px;
	background-repeat: no-repeat;

	background-color: #6D84B4;
	border-style: solid;
	border-color: #3B5998;
	border-left-width  :1px;
	border-top-width  :1px;
	border-right-width  :1px;
	border-bottom-width  :0px;

	margin:0;
	cursor:move;
}

.boxy-wrapper .title-bar h2 {  
	margin-left:77px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
.boxy-wrapper .title-bar .close { 
	display:none;
}

.boxy-wrapper .dialog_content {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#3B5998;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

.boxy-content { 
	padding: 0px; 
}

.boxy-wrapper .dialog_buttons {
	background:#F2F2F2 none repeat scroll 0 0;
	padding:8px;
	text-align:right;
}

.boxy-wrapper .dialog_body {
	border-bottom:1px solid #CCCCCC;
	padding:10px;
}
