/*** list ******************************************************/
#enquiry-list-block{
    height:284px;
    overflow-y:scroll;
    clear:both;

}
/*
#enquiry-list-block .scroll-area{
    height:284px;
}
*/
#enquiry-list60 {
    width:728px;
}
#enquiry-list60 th.checkbox { width:10px; }
#enquiry-list60 th.udate  { width:120px; }
#enquiry-list60 th.name   { width:150px; }
#enquiry-list60 th.email  { width:200px; }
#enquiry-list60 th.note   { width:200px; }
#enquiry-list60 th.noe    { width:27px; }

#enquiry-list60 .unreplied { background-color: #e4ffb5; }
#enquiry-list60 .replied   { background-color: #ddd; }

/*** detail ****************************************************/
#enquiry-detail-block {
    border-top:none;
    margin-top:8px;
}

#enquiry-detail {
/*    border:1px solid #333; */
    border-top:none;
    margin-top:8px;
}
#enquiry-detail .sub_header {
/*    padding-top:12px; */
    background-color: #f4e1cf;
    height:33px;
    padding:4px 8px;
    overflow:hidden;
}
#enquiry-detail .sub_header dl{
    float:left;
}
#enquiry-detail .sub_header dt{
    width:70px;
    float:left;
}
#enquiry-detail .sub_header dd{
    padding-left: 80px;
}

#enquiry-detail .sub_body{
}

#enquiry-detail .title_block{
    width:735px;
    height:18px;
    padding:2px;
    padding-left:8px;
    overflow:hidden;
}

#enquiry-detail .contents p{
    float:left;
}
#enquiry-detail .contents li{
    clear:left;
}

#enquiry-detail .title_block p.udate {width: 160px;}
#enquiry-detail .title_block p.subject{width: 400px;}
#enquiry-detail .title_block p.control{width: 150px;}
#enquiry-detail .contents .note {
    width:700px;
    padding:8px;
}

#tab2 .contents{
    width:600px;
}
#tab2 .contents .caption {
    width:150px;
    padding:5px;
}
#tab2 .contents .value {
    width:410px;
    padding:4px;
    border-bottom:1px solid #999;
}

.incoming {
 background: transparent url("/dimio/tora/img/bg-incoming.gif") repeat-x bottom;
 border:1px solid #e4ffb5;
}
.outgoing {
 background: transparent url("/dimio/tora/img/bg-outgoing.gif") repeat-x bottom;
 border:1px solid #ddd;
}


#user-info .detail th{
    width:60px;
    background-color:#FFEFCF;
}
#user-info .detail td{
    width:128px;
}

#user-memo{
    padding-top:18px;
}
#user-memo-text{
    width:100%;
    height:240px;
    background-color:#eee;
}

#user-memo-textarea{
    width:100%;
    height:240px;
    border:1px solid #ccc;
    overflow-y:scroll;
}
/*** reply panel *************************************************/
#reply-panel {
  width:480px;
  border:1px solid #666;
  background-color:#fff;
  position:absolute;
  top: 120px;
  right: 100px;
}
#reply-panel .panel-header{
  height:20px;
  padding-top:4px;
  text-align:center;
  color:#666;
  font-size:14px;
  background: transparent url("/dimio/tora/img/bg-table-hd.gif") repeat-x bottom;
  position:relative;
}
#reply-panel .close{
    position:absolute;
    right:10px;
    bottom:4px;
}
#reply-panel .submit{
  margin-top:4px;
}
#reply-panel form{
  padding:4px;
}
#reply-panel label{
  width: 180px;
  padding-right:8px;
}

#reply-enquiry-form_subject{
  width:400px;
}
#reply-enquiry-form_note{
  width:460px;
  height:380px;
  margin-top:4px;
}

/*** add *******************************************************/
#enquiry-add-block{
    float:left;
    width:600px;
/*    border-right:1px solid #fea; */
}
#enquiry-add-block .title{
    font-size:18px;
    font-weight:bold;
    color:#f60;
    padding:4px 0 12px;
    border-bottom:1px solid #fea;
}
#enquiry-add-block .desc{
    font-size:12px;
    line-height:20px;
    padding:4px 0 12px;
    border-bottom:1px solid #fea;
    overflow:hidden;
}
#enquiry-add-block .notice{
    color:#c00;
    font-weight:bold;
}
#enquiry-add-block .desc ul{
    list-style: square outside;
    padding-left:14px;
}
#enquiry-add-block .desc ul li{
    font-size:11px;
    color:#633;
    padding-bottom: 2px;
}

#enquiry_add_option{
    float:right;
    width:339px;
}

#enquiry_add_option #map{
    width:339px;
    height:230px;
}

/*** form ******************************************************/
#form60{
}
#form60 input{
    padding:3px;
}
#form60 #name, #form60 #email{ width:180px;}
#form60 #subject{ width:280px;}
#form60 #i6005{ width:20px;}

#form60 .form-item{
    overflow:hidden;
    border-bottom:1px solid #eee;
}

#form60 .form-item input{
}
#form60 .form-sub-block{
    padding-left:124px;
}
#form60 .form-sub-block input{
    border: medium none;
}
#form60 #i6001 .form-sub-block label{
    width:400px;
}
#form60 #i6003 .form-sub-block label{
    width:140px;
}

#form60 .form-tips{
    display:none;
    position:absolute;
    padding:4px;
    background-color:#fdd;
    border:1px solid #dbb;
    z-index:2;
    width:220px;
    top:4px;
    left:340px;
    _left:190px;
}



