html{
	width:100%;
	height:100%;
	margin:0 auto;

}
body
{
	background: #b2b2b2;
	width:100%;
	height:100%;
	margin:0 auto;
	 font-family:Arial;
}
.popWindow
{
	margin:0 auto;
	width: 300px;
	height: 177px;
	background: url("images/popBG.png");
	text-align:center;
	vertical-align:middle;
	position:relative;
	top:20%;
}
h1{
	font-weight:bold;
	color:#a4a4a4;
	font-size:24px;
	line-height:46px;
	margin:0;

}
.word1{
	font-weight:bold;
	color:#4b4b4b;
	font-size:15px;
	 float:left;
	 width:100%;
	  text-align:center;
	margin:25px auto 10px auto;

}
.word2{
	font-weight:bold;
	color:#4b4b4b;
	font-size:13px;
	 float:left;
	 width:100%;
	  text-align:center;
	margin:0;

}
.desc{
	margin-top:15px;
	font-size:12px;
}

.link{
	font-weight:bold;
	color:#4b4b4b;
	font-size:12px;
	 float:left;
	 width:100%;
	  text-align:center;
	margin:7px auto auto auto;

}
.btn{
	 float:left;
	 width:100%;
	  text-align:center;
	margin:7px auto auto auto;

}
.btn input{
  cursor:pointer;
 background: url("images/popBtn.png");
  border:none;
  width:55px;
  height:19px;
  margin-top:8px

}
a{
	color:#036aad;

}
