/* exchange-ok*/
body#popup{background:none;background-color:transparent;}
.pop-content {padding:25px; text-align:left; }
.pop-content .table { margin:15px 0 15px 50px; width:585px; }
.pop-content .table  caption {padding:0 0 10px 0;text-align:left; font-size:14px; font-weight:bold; color:#ac2633;}
.pop-content .table  th,
.pop-content .table  td {border:1px solid #ccc;text-align: center; }
.pop-content .table  th {height:23px; line-height:23px; color:#666; background:url(/images/integral-search_07.jpg) repeat-x top; }
.pop-content .table  td {height:23px; line-height:23px; }

.pop-content .red {color:#a60301;}

.pop-button {margin:40px 0 0 0; width:510px; text-align:center; }
.pop-button img,
.pop-button input {margin:0 auto; }
	
	
.pop_input01{ border: 1px solid #999; }
.pop_a01{ color: #a60301; text-decoration: underline; }
.pop_a01:hover{ color: #a60301; text-decoration: underline; }
.pop_a02{ color: #666; text-decoration: underline; }
.pop_a02:hover{ color: #666; text-decoration: underline; }

.f14{ font-size: 14px; }
.pop_p01{ margin: 2em 0 0 4em; }
.pop_p02{ font-size: 30px; line-height: 30px; color: #a60301; font-weight: bolder; text-align: center; }

.pop_img01{
	border: 1px solid #ccc;
	padding: 16px;
}

.pop_table01{ width: 100%; margin: 1em 0 0 0; border-collapse: collapse; }
.pop_table01 td,
.pop_table01 th{ padding: 5px; border: 1px solid #fff; background: #e8eaed; }
.pop_table01 th{ background: #b6bcc6; text-align: right; color: #fff; font-weight: normal; }
.pop_table01 td img,.pop_table01 td input{ vertical-align: middle; }

.pop_table02{ width: 100%; margin: 1em 0 0 0; border-collapse: collapse; }
.pop_table02 td{ padding: 2px 2px 2px 10px;background: #e8eaed; }

.pop_sub{ width: 80px; height: 22px; border: 0; background: url(/images/integral-exchange-info_05.png) no-repeat; cursor: pointer; }
.pop_reset{ width: 80px; height: 22px; border: 0; background: url(/images/integral-exchange-info_03.png) no-repeat; cursor: pointer; }
.but_wrap{ padding: 23px 0 0 0; text-align: center; }
#pop_wrap01{ padding: 70px 0 0 0; }
	
.pop-product-d { margin: 0 auto; width: 370px; padding: 50px 0 0; text-align: center; }
.pop-product-p { margin: 0 auto 10px; width: 155px; height: 115px; border: 1px solid #e2e2e2; overflow: hidden; display: table-cell; vertical-align: middle; text-align: center; }
.pop-product-p span { display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.pop-product-p img { margin: 0 auto; vertical-align: middle; }
.pop-product-d p { text-align: left; margin: 1em 0 0 0; }
.pop-product-back { text-align: center; margin: 20px 0 0 0; }
.pop-product-back img { margin: 20px auto; }

#pop_login{ margin: 60px auto 0 auto; width: 280px; }
#pop_login form{ position: relative; margin: 22px 0 0 0; }
#pop_login form p{ text-align: left; margin: 9px 0 0 0; }
#pop_login form span{ display: block; float: left; width: 60px; color: #666; font-weight: bolder; font-size: 14px; text-align: right; }
#pop_login form .inp_login{ height: 18px; line-height: 18px; width: 148px; }
#login_but{ position: absolute; right: 0; top: 0; }
.login_but{ position: absolute; right: 0; top: 0; }
#reg_query{ margin: 60px auto 0 auto; width: 390px; }
#reg_query dl dt{ margin: 18px 0 0 0; font-size: 14px; font-weight: bolder; color: #a60301; text-align: left; }
#reg_query dl dd{ margin: 8px 0 0 0; text-align: left; }
.email_address dd{color: #666; font-weight: bolder; font-size: 14px; float:left; padding:2px 0 0 35px;}

#pop_login1{ margin:60px auto 0 auto; width: 280px;  position: relative; }
#pop_login1 p{ text-align: left; padding: 9px 0 0 0; }
#pop_login1 span{ display: block; float: left; width: 60px; color: #666; font-weight: bolder; font-size: 14px; text-align: right; }
#pop_login1 .inp_login{ height: 18px; line-height: 18px; width: 148px; }
.login_but1{ position: absolute; right: 0; top: 45px; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {

}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background:#FFFFFF url(/images/pop-bg.png) repeat-x scroll 0 45px;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:15px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  background:  url(/images/pop-logo.png) no-repeat scroll 0 0;
  height:45px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
.table_service{width:400px; margin:15px 0 15px 50px;}
.table_service caption{ text-align:center;padding:0 0 10px 0; font-size:14px; font-weight:bold; color:#ac2633;}
.table_service  th,
.table_service  td {border:1px solid #ccc;text-align: center; }
.table_service  th {height:23px; line-height:23px; color:#666; background:url(/images/integral-search_07.jpg) repeat-x top; }
.table_service  td {height:23px; line-height:23px; }
.adress{ width:100px;}	


	
