.ui-dialog {	background:  url(../../img/bg_body.jpg) repeat;  position: absolute;  border: 2px solid #133ca4;  padding-left: 25px;  padding-right: 25px;}.ui-dialog .ui-dialog-titlebar {  font-family: franclin, sans-serif;  color: #133ca4;  font-size: 30px;  line-height: 30px;  margin-top: 20px;  margin-right: 30px;}.ui-dialog .ui-dialog-title {  font-family: franclin, sans-serif;  color: #133ca4;  font-size: 30px;  line-height: 30px;  margin-right: 30px;}.ui-dialog .ui-dialog-titlebar-close {	background:  url(../../img/form_close.png);  background-position: left top;	text-decoration: none;	position: absolute;	right: 10px;  top: 10px;  height: 10px;  width: 10px;}.ui-dialog .ui-dialog-titlebar-close:hover {  background-position: left bottom;}.ui-dialog .ui-dialog-buttonpane { 	width: 100%;	text-align: center;	margin: 0;	padding: 10px 0 30px 0;}.ui-dialog .ui-dialog-buttonpane button, button.btn {  font-family: gotham_promed, sans-serif;  font-size: 18px;  color: #ffffff;	cursor: pointer;	border: none;  box-shadow: 0 2px 4px rgba(0,0,0,0.22), inset 0 -1px 0 rgba(255,255,255,0.72);	background: url("/template/img/bg_button.png") repeat-x;  background-position: left top;	width: auto;	overflow: visible;	text-align: center;	white-space: nowrap;	line-height: 30px;	margin: 0 20px;  padding: 0 20px;  border-radius: 3px;}.ui-dialog .ui-dialog-buttonpane button, button.btn:hover {  background-position: left center;  box-shadow: 0 4px 6px rgba(0,0,0,0.58), inset 0 -1px 0 rgba(255,255,255,0.79);}.ui-dialog .ui-dialog-buttonpane button, button.btn:active {  background-position: left bottom;  box-shadow: inset 0 -1px 8px rgba(0,0,0,0.82);}.ui-dialog .ui-dialog-content {	overflow: auto;   }.ui-dialog .ui-resizable-se {	position: absolute;	width: 11px;	height: 11px;	right: 1px;	bottom: 1px;	cursor: move;}.ui-draggable .ui-dialog-titlebar {	cursor: move;}.ui-widget-overlay {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.ui-widget-overlay {	background: #004194;  opacity: 0.3;  filter:Alpha(Opacity=3);}