/* 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;
}   


.overlay_alphalogin {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.alphalogin_nw {     /* ���̾� �ڽ� ��� ���� */
    background: transparent url(/css/themes/alphalogin/box_top_left.gif) no-repeat 0 0;			
    width:20px;
    height:20px;
}
.alphalogin_n {      /* ���̾� �ڽ� ��� ��� -  bg */
    background: transparent url(/css/themes/alphalogin/box_top_bg.gif) repeat-x 0 0;			
    height:20px;
}
.alphalogin_ne {     /* ���̾� �ڽ� ��� �8���  */
    background: transparent url(/css/themes/alphalogin/box_top_right.gif) no-repeat 0 0;			
    width:20px;	  
    height:20px;
}
.alphalogin_w {      /* ���̾� �ڽ�  ���� - bg  */
    background: transparent url(/css/themes/alphalogin/box_left_bg.gif) repeat-y top left;			
    width:20px;
}
.alphalogin_e {      /* ���̾� �ڽ�  �8��� - bg  */
    background: transparent url(/css/themes/alphalogin/box_right_bg.gif) repeat-y top right;			
    width:20px;	  
}
.alphalogin_sw {     /* ���̾� �ڽ� �ϴ� ����  */
    background: transparent url(/css/themes/alphalogin/box_footer_left.gif) no-repeat left bottom;			
    width:20px;
    height:20px;
}
.alphalogin_s {      /* ���̾� �ڽ� �ϴ� ��� - bg */
    background: transparent url(/css/themes/alphalogin/box_footer_bg.gif) repeat-x left bottom;			
    height:20px;
}
.alphalogin_se, .alphalogin_sizer  {      /* ���̾� �ڽ� �ϴ� �8��� */
    background: transparent url(/css/themes/alphalogin/box_footer_right.gif) no-repeat right bottom;			
    width:20px;
    height:20px;
}
.alphalogin_sizer {
	cursor:se-resize;	
}

.alphalogin_close {      /* �ݱ� Button */
    width: 13px;
    height: 13px;
    background: transparent url(/css/themes/alphalogin/young_btn-close-focus.gif) no-repeat 0 0;			
    /* position:absolute; */
    top:5px;
    right:5px;
    cursor:pointer;
    z-index:1000;
}
.alphalogin_minimize {       /* ��ħ  �ݱ� Button */
	width: 13px;
	height: 13px;
	background: transparent url(/css/themes/alphalogin/young_btn-min-focus.gif) no-repeat 0 0;			
	/* position:absolute; */
	top:5px;
	right:32px;
	cursor:pointer;
	z-index:1000;
}
.alphalogin_maximize {       /* ��ħ  ���� Button */
    width: 13px;
	height: 13px;
	background: transparent url(/css/themes/alphalogin/young_btn-max-focus.gif) no-repeat 0 0;			
	/* position:absolute; */
	top:0px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}
.alphalogin_title {          /* Ÿ��Ʋ */
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}
.alphalogin_content {          /* ������ body���� */
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font: 11px arial;
    background:#ffffff;
}

/* For alert/confirm dialog */
.alphalogin_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.alphalogin_message { /* ������ �޼��� */
  font: 12px arial;
    text-align:center;
	width:100%;
	padding-bottom:10px;
	color:#0e2159;
	line-height:20px;
}

.alphalogin_buttons {
	text-align:center;
	width:100%;
}

.alphalogin_buttons input {
    margin:0 2px 0 2px;
}

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

.alphalogin_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
img	{vertical-align:middle;}
/* �߰� */
.buttonClass {      /* �α��� �� ��ư ��Ÿ�� */
    width:77px;
    height:29px;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    letter-spacing:3px;
    background:url(/css/themes/alphalogin/button_bg.gif) no-repeat;
    border:0;
    }

                 
