/* CSS Document */
.HeaderLoginButton {
	width                   : 65px;
	height                  : 24px;
	background              : #5d544d;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 11pt;
	font-family             : "MalgunGothic", "NanumGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
	line-height             : 24px;
    cursor                  : pointer;
}

.HeaderLogoutButton {
	width                   : 70px;
	height                  : 20px;
	background              : #e81414;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 10pt;
	font-family             : "MalgunGothic", "NanumGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
    cursor                  : pointer;
}

.HeaderMyModifyButton {
	width                   : 70px;
	height                  : 20px;
	background              : #3333cc;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 10pt;
	font-family             : "MalgunGothic", "NanumGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
    cursor                  : pointer;
}

.HeaderMemberLeaveButton {
	width                   : 70px;
	height                  : 20px;
	background              : #000000;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 10pt;
	font-family             : "MalgunGothic", "NanumGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
    cursor                  : pointer;
}

.ContentsButtonsZone {
    display                 : inline-block;
    width                   : 100%;
    text-align              : center;
    margin-top              : 30px;
    -webkit-margin-before   : 30px;
}

.DivButton {
    display                 : inline-block;
    float                   : left;
    cursor                  : pointer;
    margin-left             : 5px;
    -webkit-margin-start    : 5px;
}

.ContentsButton {
    display                 : inline-block;
    cursor                  : pointer;
    margin-left             : 5px;
    -webkit-margin-start    : 5px;
}

.ZipSearchButton {
    display                 : table-cell;
    height                  : 24px;
    background              : #5d554d url("/Images/Icon/icon_zip_logo.png") 10px 50% no-repeat;
    font-size               : 10pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    border                  : 1px solid #333333;
    padding                 : 0 10px 0 40px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 10px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 40px;
}

.UserIdValidCheckButton {
    display                 : table-cell;
    height                  : 24px;
    background              : #5d554d url("/Images/Icon/icon_lock.png") 10px 50% no-repeat;
    font-size               : 10pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    border                  : 1px solid #333333;
    padding                 : 0 10px 0 30px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 10px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 30px;
}

.CompanyCallButton {
    display                 : table-cell;
    height                  : 24px;
    background              : #5d554d;
    font-size               : 10pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    border                  : 1px solid #333333;
    padding                 : 0 10px 0 10px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 10px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 10px;
}

.ContentsJoinButton {
    display                 : table-cell;
    height                  : 40px;
    background              : #cc3300;
    font-size               : 12pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    padding                 : 0 30px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 30px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 30px;
}

.ContentsOkButton {
    display                 : table-cell;
    height                  : 40px;
    background              : #cc3300;
    font-size               : 12pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    padding                 : 0 30px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 30px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 30px;
}

.ContentsCancelButton {
    display                 : table-cell;
    height                  : 40px;
    background              : #666666;
    font-size               : 12pt;
    font-weight             : bold;
    font-family             : "MalgunGothic", "NanumGothic", "맑은고딕","Malgun Gothic","나눔고딕";
    color                   : #ffffff;
    vertical-align          : middle;
    padding                 : 0 30px;
    -webkit-padding-before  : 0;
    -webkit-padding-end     : 30px;
    -webkit-padding-after   : 0;
    -webkit-padding-start   : 30px;
}