@charset "utf-8";
/* verification image */
.verification_image{text-align: center; vertical-align: middle; border: solid 1px #d30202; background-color: #ffffff; background-image: url(images/reset.png); background-repeat: no-repeat; background-position: center center;}
.verification_image_div{width:150px; height:50px;margin: 2px;}
.btn_reset {height:50px; width:63px;background-image:url(images/reset.png); background-repeat: no-repeat; background-position: center center; cursor: pointer;}
.btn_reset:hover {background-image: url(images/reset_hover.png);}
.btn_reset:active {background-image: url(images/reset_active.png);}
.BoxFrame {
	behavior: url('../assets/ver_img/pie.htc'); position: relative;
}

.verimage {padding: 2px; background-color: #fff; border: 1px solid #CCC;
border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}