@import url('form.css');
*,html{
	outline:none;
}
body{
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background:#fff;
}
.wrapper{
	position: relative;
	margin:0 auto;
	padding:77px 0 0px 0;
	width:814px;
	background:#EBEBEB;
	border-bottom:#EBEBEB solid 9px;
}
.main{
	width:760px;
	position: relative;
	margin:0 auto;
	background:#fff;
	/*border-left:#fff solid 0px;
	border-top:#fff solid 3px;
	border-right:#fff solid 3px;
	border-bottom:#fff solid 3px;
	box-shadow: 4px 4px 4px #353535;border-radius:8px;*/
	
}
.main .logo{
	float:left;
	margin:auto;
	padding:140px 0 0px 0;
	margin:0px;
	width:420px;
	/*width:172px;*/
	min-height:196px;
	text-align:center;
	background:url('template/logo_vic3.jpg') no-repeat 150px 166px;
	/*background:url('../template/logo_vic3.jpg') no-repeat 10px 166px;*/
	/*background-position: -webkit- center top  140px; /* Sf 6 */
	/*background-position: center top  140px; /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */
}

.main .banner{
	float:left;
	width:248px;
	min-height:397px;
}

.main .content{
	float:left;
	margin:0 0 0 0px;
	padding:10px 20px 5px 20px;
	width:300px;
	min-height:382px;
	max-height:391px;
	background:#A6A7A9;
	font-family: Arial; color: #1E4068; font-size: 18pt; font-weight: normal;
}
.main .content .toptopic h1{
	margin:0;
	padding:0px;
	font-family: Arial; 
	color: #000; 
	font-size: 18pt; 
	line-height:1em; 
	FONT-WEIGHT: bold;
	text-align:center;
}
.main .content .toptopic h2{
	margin:0;
	padding:0px;
	text-align:center;
	font-family: Arial; color: #000; font-size: 18pt; font-weight: normal;
}
.main .content .toptopic h3{
	/*margin-left:20px;*/
	padding:0px 0px 15px 0px;
	font-family: Arial; color: #000; 
	font-size: 11pt; 
	line-height:1.3em;
	text-align:center;
	font-weight:normal;
	border-bottom:#FFF solid 1px;
	width:300px;
}
.main .content h4{
	margin:0 0 12px 0;
	padding: 7px 0px 0px 22px;
	font-family: Arial; 
	color: #000; 
	font-size: 10pt; 
	
	font-weight:normal;
	/*line-height:2em;*/
	/*text-align:center;*/
}
.footer{
	position: relative;
	margin:auto;
	padding:10px 0;
	width:814px;
	height:94px;
	bottom:0px;
	left:0px;
	border-top:#F07500 solid 18px;
	background:#FFF;
}
.footer .footlogo{
	float:left;
	margin:0;
	padding:0px;
	width:316px;
}
.footer .foottag{
	float:left;
	margin:0px;
/**	padding:0 0 0 14px;
width:470px;*/
	width:800px;
	text-align:center;
	font-family: Arial; color: #1e4068; font-size: 9pt; line-height:1.5em;
}
.notice{
	clear:both;
	margin:10px auto;
	padding:0;
	text-align:center;
	width:814px;
	color:#FF0000;
	font-size:16px;
}

.main .content .btn_purchase{
	text-align:center;
	font-family:Times New Roman;
	font-weight:bold;
	font-size: 10pt;
	background:#e4ffff;
	color:#294e6b;
	width:100px;
	height: 40px;
	float:left;
	margin:15px 0 0 20px;
	padding:7px 0 0 0;
	border:#ccc double 1px;
}
.main .content .planlink{
	clear:both;
	text-decoration : none;
	margin: auto;
	font-size:8pt;
	text-align:center;
	display: block;
}
.main .content .btn_free{
	text-align:center;
	font-family:Times New Roman;
	font-weight:bold;
	font-size: 10pt; 
	background:#ffff99;
	color:#294e6b;
	width:130px;
	height: 40px;
	float:left;
	margin:15px 0 0 40px;
	padding:7px 0 0 0;
	border:#ccc double 1px;
}
.main .content .btn_free a{
	text-align:center;
}
.footlogo a{
	margin: 0px -3px 0 0;
}