@charset "utf-8";

/* footer*/
#footer {width:100%; border-top:1px solid #ebebeb; border-bottom:1px solid #FFF; text-align:center; font-size:13px; line-height:13px; font-weight:bold; background: #fff; }
  #footer .foot_wrap {padding:0 10px 20px 10px; font-size:11px; color:#949191;  text-align:center;}
  #footer .bt_wrap {margin:17px 0 15px;}
  #footer p { text-align:center;}
  #footer p.home { width:100%; margin:5px 0; font-size:12px; }
  #footer p.home a { color:#949191; }
  #footer p.privacy {width:100%; margin:12px 0 0 0; height:10px; font-size:12px; }
  #footer p.privacy a {color:#949191;}
  #footer p span.bar {padding:0 8px 0 7px; font-size:10px; text-align:center;}
  #footer p span.bar2 {padding:0 8px 0 7px; font-size:10px; text-align:center;}
  #footer p.copyright {width:100%; height:8px; color:#949191; margin-top:17px; font-size:12px; text-align:center;} 
  #footer p a {color:#949191; } 
  #footer .button_white {padding:3px 3px; border:1px solid #ededed; font-size:14px; color:#010101; text-align:center; white-space:nowrap; width:120px; 
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 74%, #f2f2f2 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(74%,#fcfcfc), color-stop(94%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 74%,#f2f2f2 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 74%,#f2f2f2 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 74%,#f2f2f2 94%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 74%,#f2f2f2 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  cursor:pointer;
  }
  #footer .button_white span {line-height:30px; }


  #footer .button_black {height:40px; line-height:40px; padding:0px 13px; border:1px solid #150134; font-size:14px; text-align:center; white-space:nowrap; width:120px; 
background: #150134; color:#FFF; /* Old browsers */
  cursor:pointer;
  }
  #footer .button_black span {line-height:30px; }
