@CHARSET "UTF-8";
#form2-wrap {
	position: fixed;
	top: 10%;
    z-index: 999;
	width: 100%;
}

#form2 {
	display: none;
    width: 500px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

#form2 .title-wrap {
    position: relative;
    height: 70px;
    border-radius: 8px 8px 0 0;
    background: url("/template/1/huisuanzhang/forms/images/form_imgs/correct_logo.png") 20px center no-repeat;
    background-color: #28a8e0;
}

#form2 .title-wrap .title {
    height: 70px;
    padding-left: 84px;
    letter-spacing: 1px;
}

#form2 .title-wrap .title-text1 {
	padding-top: 15px;
    font: 16px/16px "微软雅黑";
    color: #fff;
}

#form2 .title-wrap .title-text2 {
	padding-top: 8px;
    font: 12px/12px "微软雅黑";
    color: #fff;
}

#form2 .form-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}
/*//////////////////////////////////////////////////*/
#form2 .content {
	height: 280px;
	background: #fff;
}
#form2 .loading-gif {
	height: 116px;
	background: url("../images/form_imgs/loading_gif.gif") bottom center no-repeat;
}

#form2 .prompt-gif {
	height: 80px;
	background: url("../images/form_imgs/prompt_gif.gif") bottom center no-repeat;
}