@charset "utf-8";
@import url(layout.css);

input[type="text"] { /* Safari 브라우저 화면출력 일치시킴 */
    width: 127px;
}
/* === 메일기능 - 스팸편지함목록 === */ 
#letter_menu .menu_1 { /* 해당 좌측 메뉴 앞아이콘*/
	background:url(../img/navi_icon_lett_01.gif) 11px 6px no-repeat;
}
#letter_menu .menu_2 { 
	background:url(../img/navi_icon_lett_02.gif) 11px 6px no-repeat;
}
#letter_menu .menu_3 { 
	background:url(../img/navi_icon_lett_03.gif) 11px 6px no-repeat;
}
#webfolder_menu .menu_4,
#letter_menu .menu_4 {
	background:url(../img/navi_icon_lett_04.gif) 11px 6px no-repeat;
}
#webfolder_menu .menu_5,
#letter_menu .menu_5 {
	background:url(../img/navi_icon_lett_05.gif) 11px 6px no-repeat;
}
#webfolder_menu .menu_6,
#letter_menu .menu_6 { 
	background:url(../img/navi_icon_lett_06.gif) 11px 6px no-repeat;
}
#letter_menu .menu_sms { 
	background:url(../img/icon_mobile.gif) 11px 6px no-repeat;
}

#letter_menu .menu_1_1 { /* 메일 메뉴 */
        background:url(../img/navi_icon_lett_01_01.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_2 {
        background:url(../img/navi_icon_lett_01_02.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_3 {
        background:url(../img/navi_icon_lett_01_03.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_4 {
        background:url(../img/navi_icon_lett_01_04.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_5 {
        background:url(../img/navi_icon_lett_01_05.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_6 {
        background:url(../img/navi_icon_lett_01_06.gif) 11px 6px no-repeat;
}
#letter_menu .menu_1_7 {
        background:url(../img/navi_icon_lett_01_07.gif) 11px 6px no-repeat;
}

/* === 메일기능 - 편지읽기 === */
pre {
	font-size:1em;
}
#mail_view {
	background:#fff;
}
.mail_view {
	font-size:12px;
}
.mail_head_info { /* 메일 관련 헤드 정보 (보낸사람 날짜 제목등..) */
	background:url(../img/mail_head_info_bg.gif) left 100% repeat-x #fff;
	padding:16px 12px;
}
.mail_head_info2 {
	border-bottom: 1px solid #dfdfdf;
	padding:5px 12px;
}
.mail_head_info3 {
	padding: 0 12px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#fafafa;
}
.mail_head_info,
.mail_head_info2,
.mail_head_info3 {
	height:1%;
	margin:0;
	position:relative;
}
.mail_head_info li,
.mail_head_info2 li,
.mail_head_info3 li {
	list-style:none;
	padding:2px 0;
	margin:0;
}
.mail_head_info3 li {
	height:18px;
	clear:both;
}
.mail_head_info li a:link,
.mail_head_info li a:visited,
.mail_head_info li a:active,
.mail_head_info li a:hover {
	color:#5683a4;
	text-decoration:underline;
}
.mail_head_info li.head_view {
	position:absolute;
	right:15px;
	top:16px;
}
.mail_head_info li span {
	background:url(../img/line03.gif) right 3px no-repeat;
	color:#666;
	font-weight:bold;
	width:70px;
	margin-right:10px;
	padding-right:10px;
}
.mail_head_info li.sender a.red:link,
.mail_head_info li.sender a.red:visited,
.mail_head_info li.sender a.red:active,
.mail_head_info li.sender a.red:hover, 
.mail_head_info li.receiver a.red:link,
.mail_head_info li.receiver a.red:visited,
.mail_head_info li.receiver a.red:active,
.mail_head_info li.receiver a.red:hover {
	color: #FF7070;
}
.mail_head_info li.sender span,
.mail_head_info li.receiver span,
.mail_head_info li.reference span,
.mail_head_info li.title span,
.mail_head_info li.date span {
	float: left;
}

.mail_head_info li.receiver img,
.mail_head_info li.sender img {
	margin:2px 0;
	padding:2px 0;
}
.mail_head_info li .rctt{
	margin-left: 90px;
}
.mail_head_info ul:after {
	clear: both;
	display: block;
}
.mail_head_info2 li {
	clear:both;
}
.mail_head_info2 li.header span {
	background:url(../img/line03.gif) right 4px no-repeat;
	color:#333;
	font-weight:normal;
	width:130px;
	margin-right:10px;
	padding-right:10px;
	float: left;
	font-size:0.9em;
}
.mail_head_info2 li .rctt {
	color:#777;
	margin-left: 150px;
	font-size:0.9em;
}
.btn_sub_action {
        position:relative;
        height:27px;
        background:#E6ECF8;
}
.btn_sub_action .select_control {
        margin-top:-1px;
        margin-left:4px;
}
.btn_sub_action ul {
	margin:0;
	padding:0 0 0 15px;
	float:left;
}
.btn_sub_action li {
        float:left;
        list-style:none;
        padding-top:5px;
        margin-right:1px;
}
.mail_contents {
	text-align:center;
	padding: 10px;
}
ul.mail_prev_next {
        list-style: none;
        padding: 0;
        margin: 15px 20px;
}
ul.mail_prev_next li {
        padding: 0 0 0 20px;
        margin: 7px 0;
}
ul.mail_prev_next li.up {
        background: url(/img/up_arrow.gif) 2px no-repeat;
}
ul.mail_prev_next li.down {
        background: url(/img/down_arrow.gif) 2px no-repeat;
}
ul.mail_prev_next li span.point {
	font-weight: bold;
}
ul.mail_prev_next li span.date {
	margin-left: 20px;
}
#mail_contents {/* 메일내용 들어가는 부분 */
	padding:30px 20px;
	text-align:justify;
	background-color:#fff;
}
#mail_contents span.impact {
	font-weight:bold;
	color:red;
}
#mail_contents .return_message {
	border:1px solid slategray;
	background:whitesmoke;
	padding: 15px;
}
/* 2단 분할 화면 */
#hsplitbar_resize {
	position: absolute;
	z-index: 200;
	cursor: s-resize;
	overflow:hidden;
	height:3px;
	width:100%;
	border-top: 1px #B6B6B6 solid;
	border-bottom: 1px #C8C8C8 solid;
}
*html #hsplitbar_resize { /* ie6 이하일 경우 적용 */
	margin-top:1px;
}
#hsplitbar {
	overflow:hidden;
	background:url(/img/bg_hsplitbar.gif);
	height:3px;
	border-top: 1px #B6B6B6 solid;
	border-bottom: 1px #C8C8C8 solid;
	width:100%;
}
#hsplitbar .point {
	background:url(/img/hsplitbar.gif) scroll center top no-repeat;
	height:1px;
	margin:1px;
}
#div_list {
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	width:100%;
	height:100px;
	background:#fff;
}
#div_preview {
	position:relative;
	overflow:auto;
	overflow-x:auto;
	width:100%;
	z-index:100;
	height:100px;
	background:#fff;
}
#div_s_list_setting {
	position:absolute;
	right:0px;
	width:250px;
	z-index:100;
	border-right:2px solid #C6CCD7;
	border-bottom:2px solid #C6CCD7;
}
#div_s_list_setting_cover {
	position:absolute;
	right:0px;
	width:252px;
	z-index:50;
	height:40px;
}
#div_s_list_setting div.inbox {
	border:1px solid #416393;
	background:#fff;
}
#div_s_list_setting div.titlebar {
	border:0;
	padding: 3px;
	background: #7A98BE;
	border:4px solid #fff;
	border-bottom : none;
	font-weight:bold;
	color:#fff;
}
#div_s_list_setting div.action {
	padding:3px;
	text-align:center;
	background:#DFE7F4; 
}
#div_s_list_setting ul {
	list-style:none;
	margin: 5px 10px;
	padding:0;
	background:#fff;
}
#div_s_list_setting li {
        position:relative;
        list-style:none;
        padding:3px 0 2px 0;
        margin:0;
}
#div_s_list_setting li .input_01 {
	width: 4em;
}
/* === 메일기능 - 편지쓰기 === */ 
.mail_head_info dt {
	float:left;
	font-weight:bold;
	width:70px;
	padding:0;
	margin:3px 0 0 0; 
	height:1.3em;
	overflow:hidden;
 }
.mail_head_info dt.option {
	color:#990000;
 }
.mail_head_info dd {
	margin: 1px 0 1px 75px;
	padding:0;
}
.mail_head_info dd img {
	vertical-align:middle;
}
.mail_head_info dd input.receiver,
.mail_head_info dd input.reference, 
.mail_head_info dd input.hidden_reference  {
	width:70%;
}
.contacts_div {
    background:url(../img/mail_head_info_bg.gif) left 100% repeat-x #fff;
	padding:16px 12px;
	height:1%;
	margin:0;
	position:relative;
}
.contacts_div .fast_contacts {
    float:left;
	font-weight:bold;
	width:90px;
	padding:0;
	margin:3px 0 0 0;
}
.contacts_div span {
    padding: 3px;
    margin: 3px 0 0 0;
    border: 1px solid #fff;
}
.contacts_div span:hover {
    padding: 3px;
    margin: 3px 0 0 0;
    border: 1px solid #ccc;
}
.contacts_div a {
    text-decoration: none;
}
.mail_head_info dd input.title {
	width:95%;
}
.mail_head_info dd input.sender  {
        width:30%;
}
#top_info .tab_navi {
	position:absolute;
	top:1px;
	left:8px;
	padding:0;
	margin:0;
}
#top_info .tab_navi li {
	float:left;
	list-style:none;
	text-align:center;
	padding:3px 8px 1px 8px;
	margin:3px 1px 0 0;
	font-weight:bold;
	color:#314e86;
	background-color:#e2ebf4;
	border-top:1px #87a9cc solid;
	border-left:1px #87a9cc solid;
	border-right:1px #87a9cc solid;
	border-bottom:1px #314c77 solid;
	background:none;
}	
#top_info .tab_navi li a {
	color:#314e86;
}
#top_info .tab_navi li.on {
	color:#fff;
	background-color:#314c77;
	border:1px #01051e;
	border-top:1px #01051e solid;
	border-left:1px #01051e solid;
	border-right:1px #01051e solid;
	border-bottom:1px #314c77 solid;
}	
#top_info .tab_navi li.on a {
	color:#fff;
}
#top_info .tip {
	margin-top:6px;
	padding-right:15px;
	float:right;	
	color:#2d4a82;
}
#top_info .tip img {
	vertical-align:middle;
}
#forward_contents_control {
	background: #fff;
}
#forward_contents_control iframe {
	background: #fff;
	height: 450px; 
	width: 100%;
}
#forward_contents_control .editor {
	width:97%;
        border-top: 1px dashed #797979;
        border-right: 1px dashed #D4D1C8;
        border-bottom: 1px dashed #D4D1C8;
        border-left: 1px dashed #797979;
        background: #fff;
	margin-left:12px;
}
#mail_contents_control,
#sign_contents_control {/* 메일컨텐츠 작성 부분 */
        text-align:center;
        background-color:#fff;
	padding-bottom:4px;
}
#sign_contents_control {
	padding:4px 0px;
}
#mail_contents_control .editor,
#sign_contents_control .editor {
	border-top: 1px solid #797979;
	border-right: 1px solid #D4D1C8;
	border-bottom: 1px solid #D4D1C8;
	border-left: 1px solid #797979;
	background: #fff;
	text-align:right;
	margin: 4px;
}
#mail_contents_control .editor textarea {
	height:450px;
	width:99%; 
	border:none;
}
#sign_contents_control .editor textarea {
	height:100px;
	width:99%;
	border:none;
}
.attach_head_info {
        background-color:#fff;
        padding:16px 12px 6px 12px;
        height:1%;
        margin:0;
	text-align: left;
}
.attach_head_info dt {
        float:left;
        font-weight:bold;
        width:70px;
        padding:0;
        margin:3px 0 0 0;
}
.attach_head_info dt.forward {
        width:140px;
	text-align: left;
}
.attach_head_info dd img {
	vertical-align:middle;
}
.attach_head_info dd span {
        margin: 0;
        padding: 5px 10px 10px 0;
}
.attach_head_info dd span.desc {
        margin:0;
        padding:0;
        color:#FB7324;
}
.attach_head_info dd span#attach_control_common_span,
.attach_head_info dd span#attach_control_activex_span {
        background: url(/img/down_arrow.gif) 11px right no-repeat;
}
.attach_head_info a:link,
.attach_head_info a:visited,
.attach_head_info a:active,
.attach_head_info a:hover {
        color:#5684A4;
        text-decoration: underline;
        display:inline-block;
}
.attach_control {
	background-color:#FFF;
	padding-bottom:10px;
}
.attach_control .in {
        background: url(/img/attach_control_bg.gif) repeat-x #f7f7f7;
        margin: 0 10px;
        padding:10px;
	border:1px solid #dfdfdf;
/*	border:1px solid #EAEAEA; */
}
.attach_control .in .sizeinfo {
	color:#666;
	font-size:0.9em;
}
.attach_control .in .sizeinfo span {
	font-weight:bold;
}
.attach_control dl{
        margin:0;
        padding:0;
}
.attach_control dt span {
        display:none;
}
.attach_control dd {
        float:left;
        height:1%;
        margin:0 10px 0 0;
        position:relative;
}
.attach_control dd ul {
        float:left;
        list-style:none;
        height:1%;
        padding:0;
        margin:0;
}

.attach_control dd ul li {
        padding:0;
        margin:0;
}
.attach_control dd div {
        float:left;
}
.attach_control .btn {
        width:90px;
        padding:0;
        margin:0 0 0 5px;
}
.attach_control #attach_control_webfolder {
	float:right;
	margin:0 5px 0 0;
}
.attach_webfolder {
	clear:both;
	margin:15px 5px 5px 5px;
	padding: 0;
	border:1px solid #7F9DB9;
	background-color: #fff;
}
.attach_webfolder div {
	font-weight:bold;
	padding:3px 15px;
	background-color: #E6ECF7;
}
.attach_webfolder #attach_from_webfolder {
	list-style: none;
	margin: 0;
	padding: 5px 35px;
	background-color: #fff;
}
.attach_webfolder #attach_from_webfolder li{
	height:1%;
	padding:2px;
	clear:both;
}
.attach_webfolder #attach_from_webfolder span.att_filename,
.attach_webfolder #attach_from_webfolder span.fwatt_filename {
        background:url(/img/icon_attach_file.gif) left center no-repeat;
        padding-left: 20px;
        float:left;
}
.attach_webfolder #attach_from_webfolder span.fw_filename {
	background:url(/img/icon_attach_eml.gif) left center no-repeat;
	padding-left: 20px;
	float:left;
}
.attach_webfolder #attach_from_webfolder span.wfold_filename {
        background:url(/img/icon_attach_wfold.gif) left center no-repeat;
        padding-left: 20px;
        float:left;
}
.attach_webfolder #attach_from_webfolder span.delete {
        float:right;
}
.attach_list {
	background:#fff;
}
.attach_list div.att_head {
	background:#dfdfdf;
	color:#333;
	clear:both;
	font-weight:bold;
	padding : 3px 3px 3px 12px;
	border-top:1px solid #bbb;
}
.attach_list div.att_head img {
	vertical-align:middle;
}
.attach_list dt {
	margin: 10px 5px 5px 5px;
	padding: 2px 20px;
	background:#fafafa;
	border:1px solid #ddd;
}
.attach_list dt img {
	vertical-align:middle;
}
.attach_list dd {
	text-align:center;
}
.attach_list a:link,
.attach_list a:visited,
.attach_list a:active,
.attach_list a:hover {
	color:#5683a4;
	text-decoration:underline;
	display:inline-block;
}
/* === 메일기능 - 편지쓰기2 === */
div.in_box {
	border:1px solid #DFDFDF;
}
div.complet_box {
	padding:7px;
	background-color:#f4f4f4;
	margin-bottom:10px;
}
div.complet_box .ment {
	padding:20px;
	background:#fff;
	text-align:center;
}
div.complet_box .ment img {
	text-align:left;
	vertical-align: middle;
}

/* === 메일기능 - 편지함관리 === */ 
#letter_capacity {
	position:relative;
	height:15px;
	color:#31577c;
}
ul.capacity_info {
	position:absolute;
	top:5px;
	left:10px;
	padding:0;
	margin:0;
}
ul.capacity_info li {
	list-style:none;
	padding:0;
	margin:0;
}
div.capacity_data {
	position:relative;
	top:5px;
	left:20%;
	width:540px;
	background:url(../img/capacity_bg.gif) left 100% repeat-x;
	height:31px;
}
div.capacity_data p {
	color:#34577f;
	font-weight:bold;
	font-size:0.9em;
	font-family: Dotum, gulim; 
	margin:0;
	padding:0;
}
div.capacity_data .state_text {
	text-align:center;
}
div.capacity_data p em {
	color:#fa7322;
	font-style:normal;
}

div.capacity_data .state_bar {
	z-index:2;
	left:0;
	position:absolute;
	top:24px;
}
div.capacity_data .state_bar2 {
	z-index:1;
	left:0;
	position:absolute;
	top:24px;
}
.btn_action .letter_make input {
	margin-top:-2px;
	margin-left:4px;
}
.btn_action .letter_make img {
	padding-bottom:2px;
}


/* === 주소록 - 주소록목록 === */ 
#navi_list #address_menu .menu_5,
#navi_list #letter_menu .menu_6  { /* 해당 좌측 메뉴 하단 라인 없는 메뉴(메뉴별 가장 하단 메뉴)*/
	border-bottom:0;
}
#address_menu .menu_1 { /* 해당 좌측 메뉴 앞아이콘*/
	background:url(../img/navi_icon_addr_01.gif) 11px 6px no-repeat;
}
#address_menu .menu_2,
#address_menu .menu_3,
#address_menu .menu_4,
#address_menu .menu_5 {
	background:url(../img/navi_icon_dot.gif) 11px 6px no-repeat;
}
#bottom_box { /* 빠른주소추가 */
	height:30px;
	position:relative;
	margin-top:20px;
}
#address_add ul {
	padding:0;
	margin:10px 0 0 15px;
	height:30px;
}
#address_add li {
	float:left;
	margin-right:2px;
	list-style:none;
}
#address_add li.action img {
	margin-left:2px;
	padding-bottom:1px;
}
/* === 주소록 - 주소록추가 === */ 
.main {
	border-bottom:1px #bdcde7 solid;
}
.sub {
	border-bottom:1px #d1d1d1 solid;
}
.stlt {
	position:relative;
	margin:0;
	padding:0;
	height:20px;
}
.stlt h3 {
	margin:0;
	padding:15px 0 3px 20px;
	font-weight:normal;
	font-size: 1em;	
	font-family: gulim, Dotum, sans-serif;
}
.stlt .check {
	position:absolute;
	left:50%;
	top:8px;
}
#address_date_add {
	width:90%;
	padding:20px 0 0 40px;
}
#address_date_add  ul {
	margin: 0;
	padding: 0 0 5px 0;
	width:100%;
}
#address_date_add  ul li {
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
	width:48%;
	float:left;
}
#address_date_add  ul li label {
	padding-left:15px;
	float:left;
	width:70px;
}
#address_date_add  ul li .input01 {
	margin-left:150px;
	width:80%;
}
#address_date_add  ul li input,
#address_date_add  ul li select,
#address_date_add  ul li textarea {
	width:70%;
}
#address_date_add ul li textarea{
	height:93px;
}
#address_date_add ul:after {
	clear: both;
	content: ".";
	color: #FFF;
	display: block;
	font: 1px/1px sans-serif;
}
/* 진섭수정 090305 -------------------------------------------------------------------------- */
.add_list  {
	width:90%;
	padding:20px 0 0 40px;
}
.add_list  ul {
	margin: 0;
	padding: 0 0 5px 0;
	width:100%;
}
.add_list  ul li {
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
	width:48%;
	float:left;
}
.add_list  ul li label {
	padding-left:15px;
	float:left;
	width:70px;
}
.add_list  ul li .input01 {
	margin-left:150px;
	width:80%;
}
.add_list  ul li input,
.add_list  ul li select,
.add_list  ul li textarea {
	width:70%;
}
.add_list ul li textarea{
	height:93px;
}
.add_list ul:after {
	clear: both;
	content: ".";
	color: #FFF;
	display: block;
	font: 1px/1px sans-serif;
}
#address_date_add4 {
	border-bottom:1px #bdcde7 solid;
}
#address_date_add5{
	border-bottom:1px #d1d1d1 solid;
}
/* -------------------------------------------------------------------------- */
/* 주소록에 있는 주소 추가 by Jinmook Lee */
.get_from_box {
}
.get_from_box ul {
    width: 80%;
}
.get_from_box ul li {
    list-style: none;
    float: left;
}
.get_from_box ul li input {
    float: left;
}
.get_from_box ul .submit_l {
    float: right;
    width: 50%;
}
.get_from_box ul li .btn {
    clear:both;
    
}
.get_from_box ul li label {
    width: 100px;
    float: left;
}
.get_from_box ul:after {
    clear: both;
}
.waiting_div {
    position:absolute;
    clear: both;
    top:0;
    left:0;
    z-index:100;
    background-color: #DDD;
    background: #DDD;
    width: 100%;
    /* height:auto !important;  real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    /* hack for stupid IE6 */
	height:expression(document.body.clientHeight);
    filter:alpha(opacity=90,FinishOpacity=70,style=2);
    -ms-filter:alpha(opacity=90,FinishOpacity=70,style=2); /* IE8 */
    -moz-opacity: 0.7; /* FF */
    opacity: 0.7;
}
.waiting_table {
    background: #DDD;
    width: 100%;
    /* height:auto !important;  real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}
.waiting_div2 {
    clear:both;
    z-index:100;
    width: 500px;
    height: 20px;
}
.waiting_div2 img {
    vertical-align: middle;
}
.waiting_cover {
    filter:alpha(opacity=0,FinishOpacity=0,style=2); /* IE */
    -ms-filter:alpha(opacity=0,FinishOpacity=0,style=2); /* IE8 */
    -moz-opacity: 0; /* FF */
    opacity: 0;
}
/* -------------------------------------------------------------------------- */
/* 주소록 인쇄하기*/
#pop_wrap .print_sel_cate {
	/* background:url(../img/print_sel_cate_bg.gif) left top no-repeat;
	width:504px; */
	height:46px;
	padding:7px 0 0 10px;
	margin:0 0 20px 0;
	border:1px #aabedf solid;
	background-color:#e6ecf8;
}
#pop_wrap .print_sel_cate  li {
	list-style:none;
	/* float:left; */
	display: inline;
	margin-right:20px;
}
#pop_wrap .print_list {
	height:1%;
	margin-left:10px;
}
#pop_wrap .print_list:after {
	clear: both;
	content: ".";
	color: #FFF;
	display: block;
	font: 1px/1px sans-serif;
}

#pop_wrap .print_list ul {
	margin:5px 9px;
	width:39%;
	padding: 7px 10px;
	border:4px #6e8eb7 solid;
	float:left;
}
#pop_wrap .print_list li {
	background:url(../img/icon_arrow.gif) left 7px no-repeat;
	list-style:none;
	padding:3px 0 2px 8px;
	color:#0b2c61;
}
.pop_bg .action_c {
	clear:both;
}

/* 외부주소록 가져오기 */

#addr_find {
	width:55%;
	padding:20px 0 0 20px;
}
#addr_find h3 {
	background:url(../img/icon_point.gif) left 2px no-repeat;
	color:#2d4a84;
	font-size: 1em;	
	font-family: gulim, Dotum, sans-serif;
	padding:0 0 0 8px;
	font-weight:normal;
	margin:0 0 7px 0;
}
#addr_find h3 em {
	color:#fe2a04;
	font-style:normal;
}
#addr_find ul {
	border-bottom:1px #bacee7 solid;
	margin: 0;
	padding: 0 0 5px 0;
}
#addr_find ul li {
	position:relative;
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
}
#addr_find ul li label {
	position:absolute;
	top:5px;
	left:1px;
}
#addr_find ul li .input01 {
    position: relative;
    top: 5px;
    left: 100px;
    width:46%;
}
#addr_find ul li .input02 {
    position: relative;
    top: 5px;
    left: 100px;
    /*width:46%;*/
}
#addr_find ul li .labels {
    position: relative;
    left: 100px;
}
#addr_find ul li .chk {
    position: relative;
    top: 5px;
    left: 100px;
}
#new_group {
	position:absolute;
	top:30px;
	right:20px;
	width:36%;
	background-color:#d0d8eb;
	padding:7px 10px 7px 20px;
}
#new_group ul {
	margin: 0;
	padding: 0;
}
#new_group ul li {
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
}
#new_group ul li label {
	margin-right:10px;
}
#new_group li .input01 {
	width:70%;
}
#new_group .action_c {
	padding-bottom:0;
}
/* 편지쓰기에서 주소록선택 팝업창*/

#cate_tab {
	height:30px;
	padding:0;
	margin:0;
}
#cate_tab li {
	float:left;
	border-top:1px #bcbcbc solid;
	border-right:1px #bcbcbc solid;
	border-left:1px #bcbcbc solid;
	border-bottom:1px #bcbcbc solid;
	background-color:#efefef;
	padding:7px 20px 5px 20px;
	margin:0;
	text-align:center;
	list-style:none;
	margin-right:1px;
}
#cate_tab li select {
	margin-top:-3px;
	margin-left:10px;
}
#cate_tab li a {
	color:#555;
	font-weight:bold;
}
#cate_tab li.on {
	border-top:1px #a8bfdf solid;
	border-right:1px #a8bfdf solid;
	border-left:1px #a8bfdf solid;
	border-bottom:1px #a8bfdf solid;
	background-color:#e0e8f5;
}
#cate_tab li.on a {
	color:#355181;
	font-weight:bold;
}
.addr_pop {
	height:352px;
	position:relative;
}
.addr_pop li {
	margin:0;
	padding:0;
	list-style:none;
}
.addr_pop select {
	padding:10px 5px;
	margin:0;
}
.addr_pop h4 {
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#000;
}
.addr_pop_cate {
	position:absolute;
	top:0;
	left:300px;
	margin:0;
	padding:0;
}
.addr_pop .addr_pop_cate2 {
	position:absolute;
	top:0;
	left:300px;
	margin:0;
	padding:0;
}
.addr_pop_cate li {
	/*padding:1px 0 1px 0;*/
}
.addr_pop .addr_list {
	position:absolute;
	top:0;
	left:0;
}
.addr_pop .receiver {
	position:absolute;
	top:0;
	left:390px;
	margin:0;
	padding:0;
}
.addr_pop .t_receiver {
	position:absolute;
	top:120px;
	left:380px;
	margin:0;
	padding:0;
}
.addr_pop .h_receiver {
	position:absolute;
	top:240px;
	left:380px;
	margin:0;
	padding:0;
}
.addr_pop .btn1 {
	position:absolute;
	top:40px;
	left:335px;
	margin:0;
	padding:0;
}
.addr_pop .btn2 {
	position:absolute;
	top:160px;
	left:335px;
	margin:0;
	padding:0;
}
.addr_pop .btn3 {
	position:absolute;
	top:280px;
	left:335px;
	margin:0;
	padding:0;
}

.addr_pop .select2 {
	padding:0;
	margin:10px;
}
.addr_pop .addr_list2 {
	position:absolute;
	top:0;
	left:244px;
}
.addr_pop_cate {
	position:absolute;
	top:0;
	left:544px;
	margin:0;
	padding:0;
}
.addr_pop .receiver2 {
	position:absolute;
	top:0;
	left:770px;
	margin:0;
	padding:0;
}
.addr_pop .t_receiver2 {
	position:absolute;
	top:120px;
	left:770px;
	margin:0;
	padding:0;
}
.addr_pop .h_receiver2 {
	position:absolute;
	top:240px;
	left:770px;
	margin:0;
	padding:0;
}
.addr_pop .btn12 {
	position:absolute;
	top:40px;
	left:725px;
	margin:0;
	padding:0;
}
.addr_pop .btn22 {
	position:absolute;
	top:160px;
	left:725px;
	margin:0;
	padding:0;
}
.addr_pop .btn32 {
	position:absolute;
	top:280px;
	left:725px;
	margin:0;
	padding:0;
}

/*웹폴더*/
#top_info h3 {
	background:url(../img/icon_point.gif) left 2px no-repeat;
	color:#2d4a84;
	font-size: 1em;	
	font-family: gulim, Dotum, sans-serif;
	padding:0 0 0 8px;
	font-weight:normal;
	margin:4px 0 7px 10px;
}
#webfolder_menu  li.menu_1 {
	padding-bottom:100px;

}
/* 외부메일 가져오기 */
#under {
	margin-top:10px;
	margin-left:100px;
	margin-right:100px;	
}
div.pop_result_top {
	text-align:left;
	color:#234970;
	padding:10px;
}
div.pop_result_top span{
  padding-right:20px;
}
div.pop_result_top strong{
	text-align:center;
	color:#0000FF;
}
div.pop_result {
	text-align:center;
	color:#234970;
	
}
div.pop_result em {
	font-style:normal;
	color:#ee2902;
	font-weight:bold;
}
div.pop_result_action {
	border-top:1px #bdcde7 solid;
	text-align:center;
	padding:5px 10px;
}
/* 외부메일 추가하기 */
#pop3_info_add {
	width:96%;
	padding:20px 0 0 20px;

}
#pop3_info_add h3 {
	background:url(../img/icon_point.gif) left 2px no-repeat;
	color:#2d4a84;
	font-size: 1em;	
	font-family: gulim, Dotum, sans-serif;
	padding:0 0 0 8px;
	font-weight:normal;
	margin:0 0 7px 0;
}
#pop3_info_add ul {
	border-bottom:1px #bacee7 solid;
	margin: 0;
	padding: 0 0 5px 0;
	width:100%;
}
#pop3_info_add ul li {
	position:relative;
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
	width:48%;
	float:left;
}
#pop3_info_add ul li label {
	position:absolute;
	top:5px;
	left:1px;
	padding:0 15px;
}
#pop3_info_add ul li .input01 {
	margin-left:110px;
	width:60%;
}
#pop3_info_add ul:after {
	clear: both;
	content: ".";
	color: #FFF;
	display: block;
	font: 1px/1px sans-serif;
}

/* 환경설정 */
div.setting_box {
	padding:7px;
	background-color:#f4f4f4;
	margin-bottom:10px;
}
div.setting_box2 {
	padding:7px;
	background-color:#f4f4f4;
}
/* 일기장 */
div.diary {
	width:100%; 
	height:460px;
}
div.diary_info {
	width:78%; 
	height:430px;
	float:left;
}
div.diary_info textarea{
	width:100%; 
	height:395px;
}
div.diary_info #list_paging ul {
	left:20%;
}
div.diary_action {
	width:20%;
	float:right;
	text-align:center;
}
div.diary_action table {
	text-align:center;
	margin:0 auto;
}
.btn_action h4.diary_tlt {
	padding:5px 0 0 5px;
	margin:0;
}
.btn_action h4.diary_tlt img {
	vertical-align:middle;
	margin-right:3px;
}
.diary_write {
	border:1px #88a5d1 solid;
	padding:10px;
	color:#333;
	background-color:#fff;
}
/* 일기 쓰기 by Jinmook Lee */
div.diary_w {
	/*width:90%;*/
	height:430px;
	/*padding: 20px 0 0 40px;*/
}
div.diary_w ul {
    margin: 0;
    /*padding: 0 0 5px 0;*/
    /*width: 100%;*/
}
div.diary_w ul li {
    list-style: none;
    /*padding: 3px 0 2px 0;*/
    margin: 0;
    /*width: 100%;*/
}
div.diary_w ul li label {
    /*padding-left: 15px;*/
    width:70px;
    font-weight: bold;
}
div.diary_w ul li .diary_w_subject,
.diary_w_subject {
    width: 300px;
}

/* div.diary_w textarea {
	width:100%; 
	height:395px;
} */

/* 일정관리 - 월 */
.btn_action ul li.date {
	font-weight:bold;
	margin:0 5px;
	color:#fff;
}
.btn_action #sche li {
	color:#fff;
	background:url(../img/sche_li_bg.gif) right 7px no-repeat;
	padding:5px 20px 0 10px;
	margin:0;
}
.btn_action #sche li.last {
	color:#fff;
	background:url(../img/sche_li_bg2.gif) right 7px no-repeat;
	padding:5px 20px 0 10px;
	margin:0;
}
.btn_action #sche li a {
	color:#fff;
}
.btn_action #sche li span {
	color:#f5ee00;
}
#top_info #sche_list2 {
	padding-right:0;
	padding-top:2px;
}
#top_info #sche_list2 li {
	background-image:none;	
}
#top_info #sche_list2 li label {
	/* display:none; */
}
#top_info #sche_list2 input {
	width:30px;
}
#top_info #sche_list2 img {
	padding-top:2px;
}
/* 일정추가하기(팝업)*/
.sche_add {
	padding:0;
	margin:0;
	width:100%;
}
.sche_add  li {
	list-style:none;
	padding:5px 0 5px 10px;
	/*margin:0;*/
	margin:0 14px 0 0;
	border-bottom:1px #dfdfdf solid;
	background:url(../img/box_blue2.gif) left 8px no-repeat;
}
.sche_add  li img {
	margin-left:5px;
}
.sche_add  li label {
	list-style:none;
	/* background:url(../img/box_blue2.gif) left 8px no-repeat; */
	/* padding:2px 0 5px 10px;
	margin:0 14px 0 0; */
	color:#000;
	font-weight:bold;
}
.sche_add  li textarea {
	width:85%;
	height:170px;
}
.sche_add  li.last {
	border-bottom:0;
}
/* 작업관리 */
.project {
	padding:8px 7px;
	border:4px #f1f1f1 solid;
	margin:0;
	background-color:#fff;
	margin:0 auto;
	width:70%;
}
.project .s_tlt {
	height:20px;
	border-bottom:1px #ccc solid;
	padding-bottom:5px;
}
.project .s_tlt h4 {
	float:left;
	padding:0;
	margin:0;
	font-size:1em;
}
.project .s_tlt ul {
	float:right;
	padding:0;
	margin:0;
}
.project .s_tlt ul li {
	float:left;
	margin-left:3px;
	list-style:none;
}
.project .info {
	margin-top:5px;
	text-align:justify;
	color:#666;
}
/* 메모장*/
.memo_info .info {
	border:1px #8a9ab4 solid;
	padding:15px 10px;
	margin-bottom:15px;
	color:#666;
	background-color:#fff;
}
.btn_action h4.memo_tlt {
	background:url(../img/dot_icon_memo2.gif) 10px 6px no-repeat;
	padding:5px 0 0 30px;
	margin:0;
}
/* 즐겨찾기 */
.contens_navi {
	margin:0;
	padding:10px;
}
.contens_navi h4 {
	margin:0 0 4px 0;
	padding:0;
	font-size:1em;
	color:#000;
}
.contens_navi ul {
	/* 090318 즐겨찾기 폴더 수 많으면 깨져서 없앰
	background:url(../img/depth3_line2.gif) left 100% repeat-y;*/
	margin:0 0 2px 10px;
	padding:0;
}
.contens_navi li {
	color:#333;
	list-style:none;
	padding:0 0 0 8px;
	font-weight:normal;
	height:1%;
	/* 090318 즐겨찾기 폴더 수 많으면 깨져서 없앰
	background:url(../img/line04.gif) left 10px no-repeat;*/
}
/* 쪽지함 */
.message #top_box {
	position:relative;
}
.message #contents_tlt {
	position:absolute; 
	top:0; 
	left:0;
}
.message #contents_info {
	margin-left:160px;
}
.message #message_box1 {
	height:480px;
}
.message #message_box2 {
	width:350px;
	height:454px;
	position:relative;
	padding-top:26px;
	margin-left:5px;
}
.message #list_paging li{
	margin-left:2px;
	padding-right:2px;
}
.message #message_listbox{  
  height:380px;
  background-color:#fff;
}
#message_box2 .message_send {
	position:absolute;
	top:26px;
	left:5px;
	width:190px;
}
#message_box2 .message_send .sender {
	background:url(../img/list_box_bg.gif) left 100% repeat-x;
	height:26px;
	color:#555;
	border-left:1px #899ab4 solid;
	border-right:1px #899ab4 solid;
	padding-left:5px;
}
#message_box2 .message_send .sender input {
	margin-left:4px;
	width:110px;
}
#message_box2 .message_send textarea {
	width:186px;
	height:380px;
}
#message_box2 .messager {
	margin:auto 6px auto 200px;
	background-color:#fff;
	border-left:1px #899ab4 solid;
	border-right:1px #899ab4 solid;
	border-bottom:1px #899ab4 solid;
	height:435px;
	padding:0;
	width:140px;
}
#messager_info {
  background-color:#D2FFD2;
}
#messager_info h4 {
	background:url(../img/btn_action_bg.gif) left top repeat-x;
	height:28px;
	padding:5px 0 0 4px;
	font-size:1em;
	color:#fff;
	font-weight:normal;
	margin: 0;
}
#messager_info h4 img {
	vertical-align:middle;
}
#messager_info ul.mess_depth1 {
	padding:5px;
	margin:0;
}
#messager_info ul.mess_depth1 li {
	background:url(../img/dot_icon_messager_team.gif) left 6px no-repeat;
	padding:3px 0 0 15px;
	margin:0 0 0 2px;
	color:#000;
	list-style:none;
	font-weight:bold;
}
#messager_info ul.mess_depth2 {
	padding:3px;
	margin:0 0 4px -3px;	
	background-color:#D2FFD2;
}
#messager_info ul.mess_depth2 li {
	background:url(../img/dot_icon_messager2.gif) 2px 3px no-repeat;
	padding:1px 0 0 16px;
	margin:0 0 0 2px;
	color:#324b81;
	list-style:none;
	font-size:0.9em;
	font-weight:normal;
}
.btn_action #message_cate li {
	color:#fff;
	background:url(../img/sche_li_bg.gif) right 7px no-repeat;
	padding:5px 20px 0 10px;
	margin:0;
}
.btn_action #message_cate li.last {
	color:#fff;
	background:url(../img/sche_li_bg2.gif) right 7px no-repeat;
	padding:5px 20px 0 10px;
	margin:0;
}
.btn_action #message_cate li a {
	color:#fff;
}
.btn_action #message_cate li span {
	color:#f5ee00;
}
* html .message #message_box1 .bottom_l,
* html .message #message_box2 .bottom_l,
* html .box_form .bottom_l { /* ie6 이하일 경우 적용 */
	display:none;
}
* html .message #message_box1 .bottom_r,
* html .message #message_box2 .bottom_r,
* html .box_form .bottom_r { /* ie6 이하일 경우 적용 */
	display:none;
}
*html div.diary_info #list_paging ul { /* ie6 이하일 경우 적용 */
	margin-top:14px;
	left:20%;
}
*html .contens_navi li { /* ie6 이하일 경우 적용 */
	color:#333;
	list-style:none;
	padding:0 0 0 8px;
	font-weight:normal;
	height:1%;
	/*background:url(../img/line04.gif) left 7px no-repeat;*/
}
* html .message #contents_info {
	margin-left:45px;
}
* html .message #message_box1 .top_l,
* html .message #message_box2 .top_l { /* ie6 이하일 경우 적용 */
	background:url(../img/top_left.gif) left top no-repeat;
	position:absolute;
	left:-1px;
	top:-1px;
	height:5px;
	width:5px;
	z-index:10;
}
* html .message #message_box1 .top_r { /* ie6 이하일 경우 적용 */
	background:url(../img/top_right.gif) left top no-repeat;
	position:absolute;
	right:-2px;
	top:-1px;
	height:5px;
	width:5px;
	z-index:20;
}
* html .message #message_box2 .top_r { /* ie6 이하일 경우 적용 */
	background:url(../img/top_right.gif) left top no-repeat;
	position:absolute;
	right:-1px;
	top:-1px;
	height:5px;
	width:5px;
	z-index:20;
}
* html .mail_head_info dd input.receiver,
* html .mail_head_info dd input.reference, 
* html .mail_head_info dd input.hidden_reference  { /* ie6 이하일 경우 적용 */
	width:470px;
}
* html .mail_head_info dd input.sender { /* ie6 이하일 경우 적용 */
	width:250px;
}
#message_tab {
	width:200px;
}
#message_tab li {
	float:left;
	list-style:none;
	text-align:center;
	margin-left:1px;
	padding-right:0;
	background-image:none;
	padding-top:4px;
}
/* ============================  2009년 4월15일 수정 (17일 수정 추가) ========================*/
/*  ================== 메인페이지 ========================= */
#mail_main {
	background:url(../img/main_bg.gif) left top repeat-x;
}
#m_wrap {
	width:670px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-335px;
}
#main_wrap {
	width:760px;
	position:absolute;
	top:140px;
	left:50%;
	margin-left:-380px;
}
#m_header {
	padding:25px 0 7px 20px;
	height:30px;
}
#main_header {
	padding:0 0 0 10px;
	margin:0;
	height:60px;
}
#main_header h1 {
	float:left;
	margin:0;
	padding:0;
}
#main_header .banner {
	float:right;
	padding:12px 7px 0 0;
	margin:0;
}
#main_contents {
	position:relative;
	height:370px;
	width:760px;
	background:url(../img/main_contents_bg.gif) left top no-repeat;
}
.sub_contents {
	background:url(../img/m_contents_bg2.gif) left 100% no-repeat;
	padding-bottom:50px;
}
#main_contents .m_visual {
	position:absolute;
	top:13px;
	right:12px;
}
#main_contents .language {
	position:absolute;
	top:30px;
	left:30px;
	width:370px;
	height:44px;
	background:url(../lang/ko_kr/img/language_bg.gif) left 100% no-repeat;
	padding:26px 0 0 0;
	margin:0;
	text-align:right;
}
#main_contents .language select {
	width:120px;
}
#main_contents .member_login {
	position:absolute;
	top:107px;
	left:33px;
	width:370px;
	height:70px;
	background:url(../img/member_login_bg.gif) left top no-repeat;
	margin:0;
	padding:13px 0 0 0;
}
#main_contents .member_login li {
	position:relative;
	list-style:none;
	padding:3px 0 2px 0;
	margin:0;
	background:url(../img/dot_point.gif) 20px 48% no-repeat;
}
#main_contents .member_login li label {
	position:absolute;
	top:5px;
	left:30px;
	color:#000;
}
#main_contents .member_login li input {
	margin-left:90px;
	width:110px;
}
#main_contents .member_login li.action {
	position:absolute;
	top:12px;
	right:17px;
	background-image:none;
}
#main_contents .quick_link {
	position:absolute;
	top:195px;
	left:33px;
	padding:5px 0 0 20px;
	margin:0;
	background:url(../img/quick_link_bg.gif) left top no-repeat;
	width:350px;
	height:28px;
}
#main_contents .quick_link li {
	float:left;
	padding:0;
	margin:2px 0 0 0; 
	list-style:none;
	font-size:8pt;
	color:#333;
}
#main_contents .quick_link li span {
	margin:0 10px; 
}
#main_contents .quick_link li a {
	color:#333;
}
#main_contents .m_news {
	width:370px;
	position:absolute;
	top:240px;
	left:36px;
	height:110px;
	padding:0;
	margin:0;
}
#main_contents .m_news .m_tlt {
	width:370px; 
	height:30px;
	background:url(../img/line05.gif) left 100% repeat-x;
 }
#main_contents .m_news .m_tlt h3 {
	float:left;
	padding:0 0 7px 0;
	margin:0;
} 
#main_contents .m_news .m_tlt .action {
	float:right;
	padding:5px 0 7px 0;
	margin:0;
} 
#main_contents .m_news ul {
	padding:0;
	margin:10px 0 0 10px;
} 
#main_contents .m_news li {
	padding:2px 0 1px 14px;
	margin:0; 
	list-style:none;
	background:url(../img/icon_arrow.gif) left 48%  no-repeat;
} 
#main_contents .m_news li span,
#main_contents .m_news li span a {
	color:#999;
} 
#main_footer,
#m_footer {
	text-align:right;
	padding-top:5px;
	color:#999;
}
/* 이용약관 */
#m_contents .agreement {
	background:url(../lang/ko_kr/img/agreement_bg.gif) left top no-repeat;
	width:671px;
	height:85px;
	text-indent: -10000px;
	padding:0;
	margin:0;
}
#m_contents .m_tip {
	background:url(../img/box_blue2.gif) 30px 48% no-repeat;
	padding:5px 0 5px 37px;
	margin:10px 0 0 0;
}
#m_contents .m_tip span {
	color:#288dc1;
	font-weight:bold;
}
#m_contents .agree_text {
	width:570px;
	height:250px;
	font-size:9pt;
	padding: 10px 20px;
	margin-bottom:20px;
	margin-left:30px;
	background:#f8f8f8;
}
#m_contents .agree_cate {
	text-align:center;
	width:600px;
	border-bottom:1px #ccc solid;
	margin-left:35px;
}
#m_contents .agree_cate span {
	color:#288dc1;
	margin:0 20px 0 5px;
}
#m_contents .agree_cate p {
	margin:0;
	padding:10px 0 15px 0;
	color:#666;
}
#m_contents .m_action {
	margin:15px 0 0 0;
	text-align:center;
}
/* 회원가입 신청서 */
/* 이용약관 */
#m_contents .join_form {
	background:url(../lang/ko_kr/img/join_form_bg.gif) left top no-repeat;
	width:671px;
	height:85px;
	text-indent: -10000px;
	padding:0;
	margin:0;
}
#m_contents .join_tip {
	text-align:center;
	width:600px;
	margin-left:35px;
	padding:10px 0 10px 0;
	color:#666;
}
/* ============================  2009년 4월15일 수정 끝========================*/
/* ============================  2009년 4월16일 수정 시작 ========================*/
.board_pop {
	border-top:3px #288ec1 solid;
	padding:20px;
	margin: 0 20px 20px 20px;
	/*background:url(../lang/ko_kr/img/logo_bg.gif) right 10px no-repeat;*/
}
.board_pop form {
 border:1px #fff solid;
}
.board_pop h1 {
	padding:0;
	margin:0;
}
.board_info {
	text-align:right;
	color:#666;
	margin:50px 0 3px 0;
	padding:0;
}
/* 웹폴더*/
div.webfolder_stlt {
	height:20px;
	margin:0;
	padding:10px 0 5px 0;
}
div.webfolder_stlt .action {
	margin:0;
	padding:0;
	height:20px;
	float:left;
}
div.webfolder_stlt .action li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	list-style:none;
}
div.webfolder_stlt .action li img {
	vertical-align:middle;
	margin-left:3px;
	padding-bottom:1px;
}
div.webfolder_stlt p {
	float:right;
	padding:0 5px 0 0;
	margin:0;
}
div.webfolder_stlt p span {
	color:#a90909;
}
.webfolder_info {
	margin:10px 0;
	padding:7px;
	background-color:#f4f4f4;
	border:1px #eee solid;
}
.webfolder_info span {
	color:#365a87;
	margin-right:10px;
	margin-left:5px;
}
.webfolder_info input {
	margin-left:20px;
	vertical-align:middle;
	margin-top:-2px;
}
.webfolder_info input.down_loca {
	margin-left:5px;
	vertical-align:middle;
	width:370px;
}
.webfolder_info p {
	margin:5px 0 0 0;
	padding:0;
}
.webfolder_info p input {
	margin-left:3px;
	vertical-align:middle;
	margin-top:-2px;
}
div.pop_action {
	margin:0;
	padding:0;
	height:25px;
}
div.pop_action ul {
	float:left;
	margin:0;
	padding:0;
}
div.pop_action ul li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	list-style:none;
}
div.pop_action ul li img {
	vertical-align:middle;
	margin-left:3px;
}
div.pop_action p {
	float:right;
	padding:0;
	margin:0;
}
.mail_preview {
	overflow:scroll;
	width:100%;
	height: 450px;
}
#mail_preview {
	position: absolute;
	width: auto;
	z-index:300;
	border-right:2px solid #C6CCD7;
	border-bottom:2px solid #C6CCD7;
}
#mail_preview div {
	width:auto;
	border:1px solid #416393;
	background:#fff;
}
#mail_preview .titlebar {
	border:0;
	padding: 3px;
	background: #7A98BE;
	border:4px solid #fff;
        border-bottom : none;
	text-align: right;
	font-weight:bold;
}
#mail_preview iframe {
	width:750px;
        height:240px;
	background: #fff;
	margin: 4px;
	border-top:1px solid #797979;
	border-left:1px solid #797979;
	border-right:1px solid #D4D1C8;
	border-bottom:1px solid #D4D1C8;
}
#hiddenFrame {
	visibility:hidden;
	height:0;
	width:0;
}

/* 자동완성 */
.ac_results {
	margin: 3px 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	/*max-height: 100px;*/
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 0px 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	overflow: hidden;
}
.ac_results li div.left {
	float:left;
}
.ac_results li div.right {
	float:right;
}
.ac_results li div.center {
	text-align: center;
}
.ac_over {
	background-color: #ddd;
	color: #000;
}
