@charset "utf-8";

html, html body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.position-relative {
	position: relative;
}

input {
    border: 1px solid #B9B9B9;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 2px;
    width: 110px;
}

.btn-text {
	position:absolute;
	left:0px;
	top:0px;
	width: 57px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	color:#FFF;
	font-weight: bold;
}


.popup_container {
	width: 100%;
	height: 100%;
	text-align:center;
	border: 2px solid #3572B3 !important;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

.popup_container thead tr td {
	height: 37px;
	line-height: 37px;
}
.popup_container thead tr td.top-left {
	background: url(../images/common/popup/title_bg.png) repeat-x left top;
	font-weight: bold;
	color:#FFF;
	font-size:14px;
	text-align: left;
	padding-left:10px;
}
.popup_container thead tr td.top-right {
	width:20px;
	background: url(../images/common/popup/title_right_trim.png) repeat-x left top;
}
.popup_container thead tr td.top-close {
	width:25px;
}

.popup_container tbody tr td.popup_container_body{
	padding : 25px;
}
.popup_container tbody tr td p {
    line-height: 20px;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 0px;
}

.popup_input_body{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color : #FFFFFF;

}

.popup_input_body thead tr td{
	height : 2px;
	background-color : #2091E1;
}

.popup_input_body tbody tr.popup_input_row{
	height : 28px;
	font-size: 12px;
	font-family: "굴림", "gulim", "돋움", "dotum", "AppleGothic";
	color:#5a7998;
	font-weight: bolder;
}

.popup_input_body tbody tr td.popup_input_row_t{
	height : 28px;
	font-size: 12px;
	font-family: "굴림", "gulim", "돋움", "dotum", "AppleGothic";
	color:#333333;
	font-weight: normal;
}

.popup_input_body tbody tr.popup_input_row td{
	text-align : left;
	padding-left : 10px;
}
.popup_input_body tbody tr.popup_input_row td.row_title{
	width : 120px;
}

.popup_input_body tbody tr.popup_input_line{
	height : 1px;
	background-color : #E1E1E1;
}

.popup_input_body tbody tr.popup_input_line_end{
	height : 2px;
	background-color : #BBBBBB;
}

#joinPurpose {
	border: 1px solid #B9B9B9;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
    padding: 0 2px;
    width: 350px;
}

.sign { 
	float: left;
	width: 50%;	
	padding-top: 5px;
}

.sign input {
	width: 20px;
	vertical-align: middle;
}

#sign4 {
	margin-top: 3px;
}

#join_rule {
	width: 100%;
    height: 170px;
    margin-top: 30px;
}

#join_rule p {
	border-bottom: 1px dashed #ccc;
}

#join_rule h3 {
	font-size: 13px;
	text-align: left;
	height: 25px;
    padding-top: 10px;
}

#join_rule ul li {
	text-align: left;
	height: 35px;
}

#tab_header {
	height : 24px;
	line-height: 24px;
	background-color : #FFF;
	font-family: "굴림", "gulim", "돋움", "dotum", "AppleGothic";
	font-weight: bolder;
	color : #FFF;
	border-left  : 1px solid #2091E1;
	border-right : 1px solid #2091E1;
	border-top   : 1px solid #2091E1;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

#tab_header tr td { 
	width : 100px;
}

#tab_header tr td.idsearch{
	color : #2091E1;
}

#tab_header tr td.idsearch-act{
	background-color : #2091E1;
}

#tab_header tr td.pwsearch{
	color : #2091E1;
}

#tab_header tr td.pwsearch-act{
	background-color : #2091E1;	
}

#tab_header tr td a {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	color : #2091E1;
}

#tab_header tr td a:hover, #tab_header tr td a.x-color-palette-sel {
	text-decoration:none !important;
	-moz-outline: none;
	outline: none;
	color : #2091E1;
}

.btn-export {
    color: #444444;
    height: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
    font-weight: normal;
}

.btn-export-en {
    color: #444444;
    height: 22px;
    left: 0;
    padding-left: 2px;
    line-height: 22px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 200px;
    font-weight: normal;
}

.small-gray-button {
    text-decoration:none;
    background-color: #818181;
    background-image: -moz-linear-gradient(center top , #818181, #818181);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    line-height: normal;
    margin: 0 2px;
    padding: 0 5px;
    text-shadow: none;
}
.pwsearch-dlg .x-window-body {
    background-color: #FFFFFF !important;
    border: 0px solid !important;
    padding: 15px 20px;
    color: #333333;
    font-family: gulim,Apple Gothic,sans-serif;
    font-size: 12px;
    line-height: 1.7;
}