.overlay_myregistry {
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.myregistry_nw {
	background: #61a42a;			
  width:5px;
  height:25px;
	border-top: 5px solid #61a42a;
}

.myregistry_n {
  background: transparent url(myregistry/bg-modal_window_top.gif) repeat-x 0 0;			
  height:25px;
	border-top: 5px solid #61a42a;
}

.myregistry_ne {
  background: #61a42a;			
  width: 5px;	  
  height:25px;
	border-top: 5px solid #61a42a;
}

.myregistry_w {
  background: #61a42a;			
  width: 5px;
}

.myregistry_e {
  background: #61a42a;			
  width: 5px;	  
}

.myregistry_sw {
  background: #61a42a;			
  width: 5px;
  height: 5px;
}

.myregistry_s {
  background: #61a42a;			
  height: 5px;
}

.myregistry_se, .myregistry_sizer  {
  background: #61a42a;			
  width: 5px;
  height: 5px;
}

.myregistry_sizer {
	cursor:se-resize;	
}

.myregistry_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.myregistry_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.myregistry_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.myregistry_title {
	float:left;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin: 0;
	padding: 3px;
	width:100%;
	color:#FFF;
}

td.myregistry_content {
	overflow:auto;
	color: #000;
  font-size: 12px;
	background: #FFF url('myregistry/bg-modal_content.gif') repeat-x top left;
}

/* For alert/confirm dialog */
.myregistry_window {
	background: #FFF;
	padding:20px 20px 10px 20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

div.myregistry_message {
  font-size: 12px;
/*	text-align:center;*/
	padding: 20px 20px 10px 20px !important;
}

.myregistry_buttons {
	text-align:center;
}

.myregistry_buttons input {
	width:20%;
	margin: 5px 10px;
}

.myregistry_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.myregistry_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0;
	border-bottom: none;
}

.myregistry_buttons {
	padding: 15px 0 0 0;
	background: #FFF url('myregistry/bg-modal_buttons.gif') repeat-x top left;	
}

/* BUTTON STYLES: */		
.myregistry_buttons button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

.myregistry_buttons button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

.myregistry_buttons button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

.myregistry_buttons button { 
	padding: 0 15px 0 0;
	height: 22px;
	margin-right: 5px; 
	font-size: 13px;
	line-height: 20px !important;
	text-align: center; 
	background: transparent url(myregistry/bg-buttons_sprite.gif) no-repeat right -46px; 
}
	
.myregistry_buttons button span {
	padding: 0 0 0 15px; 
	height: 22px;
	line-height: 20px;
	background: transparent url(myregistry/bg-buttons_sprite.gif) no-repeat left top; 
	color: #569422;
	font-weight: bold; 
}
	
.myregistry_buttons button:hover, 
.myregistry_buttons button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -69px; 
}
	
.myregistry_buttons button:hover span,
.myregistry_buttons button.submitBtnHover span {
	background-position: 0 -23px;
}
