#mask_in {
    display: none;
    background-color: #FFF;
    width: 600px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -272px;
    margin-left: -300px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    z-index: 11;
    background-image: url(../img/mask_bg.gif);
    background-repeat: no-repeat;
}
#mask_in .close {
    cursor: pointer;
    display: block;
    background-color: #666;
    width: 50px;
    font-size: 12px;
    color: #FFF;
    margin-left: 550px;
}
#mask {
    width: 100%;
    height: 2000%;
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10;
}

.form_area2 {
	width: 500px;
	height: 60px;
	font-size: 18px;
	margin: 5px;
	border-radius: 8px;
	box-shadow: 4px 4px 8px rgb(51,51,51), inset 4px 4px 8px rgb(153,153,153);
	border: 3px solid #C03;
	padding-left: 10px;
}

#TimeCenter {
    font-size: 24px;
    font-weight: bold;
    color: #F00;
    background-color: #000;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-left: 30px;
    text-align: center;
}
#mask {
    width: 100%;
    height: 2000%;
    background-color: #000;
    position: absolute;
    display: none;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.7;
    z-index: 10;
}
.submit3 {
    background-image: url('../img/buttonpop_on.png');
    margin: 0px auto;
    padding: 0px;
    height: 100px;
    width: 500px;
    position: relative;
    top: -5px;
}
.form_tx2{
	color: ffd700;
	font-weight: bold;
	font-size: 24px;
}