/**
 * (C) Copyright AhnLab, Inc.
 *
 * Any part of this source code can not be copied with
 * any method without prior written permission from
 * the author or authorized person.
 *
 * @version				$Revision: 13667 $
 *
 */

@-moz-document url-prefix() { 
	/* for firefox */
	input[type=text], input[type=password] { 
		background-color:white; border:1px solid #C0C0C0; padding:2px;
	}
}

.astx2 input[type=text]::-ms-clear{display:none}
.astx2 input[type=password]::-ms-reveal{display:none}

.astx2Overlay { position:absolute; left:0; top:0; z-index:100000; }
.astx2Overlay span {position:absolute; width:235px; padding:20px; border:3px solid #000; color:#477dba; font-size:16px; background:#fff; z-index:10; left:50%; top:300px; margin-left:-150px; text-align:center;}
.astx2Overlay div {background:#000; position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; opacity:0.5; filter:alpha(opacity:50);}