.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 16px;
	height: 39px;
	background: transparent url(/images/widget/north_west.png) no-repeat 0 0;		
}

* html .dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/north_west.png", sizingMethod="crop");
}

.dialog_n {
	background: transparent url(/images/widget/north.png) repeat-x 0 0;
	height: 39px;
}

* html .dialog_n {
/*	background-color: transparent;
	background-image: none;*/
	background: transparent none no-repeat 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/north.png", sizingMethod="scale");
}

.dialog_ne {
	width: 16px;
	height: 39px;
	background: transparent url(/images/widget/north_east.png) no-repeat 0 0;		
}

* html .dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/north_east.png", sizingMethod="crop");
}

.dialog_e {
	width: 7px;
	background: transparent url(/images/widget/east.png) repeat-y 0 0;	
}
* html .dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/east.png", sizingMethod="scale");
}


.dialog_w {
	width: 7px;
	background: transparent url(/images/widget/west.png) repeat-y 0 0;		
}
* html .dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/west.png", sizingMethod="scale");
}

.dialog_sw {
	width: 16px;
	height: 28px;
	background: transparent url(/images/widget/south_west.png) no-repeat 0 0;			
}
* html .dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/south_west.png", sizingMethod="crop");
}

.dialog_s {
	background: transparent url(/images/widget/south.png) repeat-x 0 0;
	height: 28px;
}
* html .dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/south.png", sizingMethod="scale");
}


.dialog_se {
	width: 16px;
	height: 28px;
	background: transparent url(/images/widget/south_east.png) no-repeat 0 0;			
}
* html .dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/widget/south_east.png", sizingMethod="crop");
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 12px;
	height: 12px;
	background: transparent url(/images/widget/close.png) scroll no-repeat 0 0;			
	position:absolute;
/*	display: block;*/
/*	float: right;*/
	right: 22px;
	top: 16px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:16px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:16px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Verdana, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	width:100%;
	color:#000;
	padding:0pt 0pt 0pt 5px; /*CHANGED BY STEPHAN, BEFORE: padding:0pt 0pt 0pt 20px; */
	line-height:32px;
	margin:0 0 11px 0;
}

.dialog_content {
	/*overflow:auto;*/
	/*color: #DDD;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 10px;*/
	background-color:#FFF;
}

.top_draggable, .bottom_draggable {
  cursor:move;
	z-index: 500;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    

.dialog_message.widget {
	margin: 6px 0 6px 0;
}

.rd_button_lft.cancel{
	margin-right:6px;
}
.rd_button_rgt.cancel{
	margin-right:6px;
}

.dialog_content .contentInner {
	left: 0px;
}

/* Sorgt dafuer, dass die content-divs nicht zu breit werden*/
.dialog .content,
.dialog .contentInner{
	width: 346px;
}

/*CSS für die Erstellung eines neuen Profils*/
.content.reg.newprofile{
	width: 358px;
}

input.rounded{ 
	margin-top: 1px;
	width: 120px;
}

input.rounded.message_subject{ 
	margin-top: 1px;
	width: 199px;
}

input.rounded.upload{ 
	margin-top: 1px;
	width: 210px;
}

.select_upload{
	width: 225px;
}

.right input.rounded{ width: 76px; }

/* Buttons, die rechts zu finden sind*/
.button_right {
	margin: 6px 20px 0px 0px; 
	float: right;
}

.button_right.song_upload {
	margin: 6px 18px 0px 0px; 
}

.content.reg .lft.message_subject {
/*	height: 38px;*/
}

.content.reg {
	margin: 0;
}

.content.reg .textarea {
	float: left;
	font-size: 11px;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px #9A9A9A solid;
	border-bottom: 1px #E4E4E4 solid;
	border-left: none;
	border-right: none;
	background-color: #FFF;
	width: 305px;
}

.content.reg .textarea.message {
	width: 254px;
	height: 200px;
}

/*background: #FFF url(../images/content/bg_textarea_messages_lft_left.gif) repeat-x 0 0;*/
.content.reg .textarea_roundlft {margin: 0; width: 8px; float: left;}
.content.reg .textarea_roundrgt {margin: 0; width: 8px; float: left;}

.content.reg .lft .textarea_roundlft {height: 231px; width: 8px; background: #FFF url(../images/content/bg_textarea_messages_lft_left.gif) no-repeat 0 0; float: left;}
.content.reg .lft .textarea_roundrgt {height: 231px; width: 8px; background: #FFF url(../images/content/bg_textarea_messages_lft_right.gif) no-repeat 0 0; float: left;}
.content.reg .lft .textarea {height: 231px;}

.content.reg .rgt .textarea_roundlft {height: 203px; background: #FFF url(../images/content/bg_textarea_messages_rgt_left.gif) no-repeat 0 0;}
.content.reg .rgt .textarea_roundrgt {height: 203px; background: #FFF url(../images/content/bg_textarea_messages_rgt_right.gif) no-repeat 0 0;}
.content.reg .rgt .textarea {height: 203px; width: 200px;margin: 0px 0px 0px 0px;}

#create_image_folder_widget_table_content,
#upload_image_widget_table_content,
#new_profile_table_content,
#create_song_widget_table_content { padding-bottom: 10px; }

#new_profile_content { height: 300px; }
#order_widget_content { width: 358px; height: 400px; }