@charset "utf-8";
.container {
	width:960px;
	margin:0 auto;
	font-size:12pt;
	line-height:1.6em;
}
.header {
	width:960px;
	height:343px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-indent:-999999px;
}
.content {
	width:960px;
	background-image:url(images/content_bg.jpg);
	background-repeat: repeat-y;
}
.content .bgtop {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 35px;
}
.content .bgbtm {
	width:800px;
	margin:0 auto;
}
.footer {
	width:960px;
	height:125px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1.subscribe {
	width:240px;
	height:55px;
	background-image:url(images/title_subscribe.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-999999px;
}
h1.unsubscribe {
	width:240px;
	height:55px;
	background-image:url(images/title_unsubscribe.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-999999px;
}
h2 {
	font-size:11pt;
	margin-top:10px;
	font-weight:bold;
	color: #066;
}
dl.input, .msgbox {
	width:700px;
	margin: 10px auto 10px auto;
	padding:20px 0;
	border-top:#399 1px dotted;
	border-bottom:#399 1px dotted;
}
dl.input dt {
	margin-bottom:10px;
}
dl.input dt > label {
	width:120px;
	padding-left:50px;
	display:inline-block;
}
dl.input input {
	font-size:12pt;
	color: #007F7F;
	background-color:#FFF;
	border-radius: 5px;
	border: #93C6C6 2px solid;
	padding: 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
}
dl.input select {
	font-size:12pt;
	color: #099;
	background-color:#FFF;
	border-radius: 5px;
	border: #93C6C6 2px solid;
	padding: 2px 5px;
	font-family:Verdana, Geneva, sans-serif;
}
a {
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration:none;
}
a.link {
	font-size:12px;
	color:#069;
	background-color:#F7FCFF;
	border:#A3C0CE 1px solid;
	padding:5px;
	border-radius: 5px;
}
a.link:hover {
	color:#069;
	background-color:#FFFFFF;
	border:#069 1px solid;
}
a.button {
	width:0;
	height:38px;
	padding-left:120px;
	background-repeat:no-repeat;
	background-position: left top;	
	display: inline-block;
	overflow:hidden;
	line-height:38px;
	margin: 0 10px;
	
}
a:hover.button {	background-position: left bottom;}
a.button.clear {	background-image:url(images/btn_clear.jpg);}
a.button.ok {	background-image:url(images/btn_ok.jpg);}
a.button.subscribe { background-image:url(images/btn_subscribe.jpg);}
a.button.unsubscribe { background-image:url(images/btn_unsubscribe.jpg);}
.color1 {
	color:#C30;
}
.color2 {
	color:#06C;
}
.color3 {
    color: #F00;
}
/*
.status {
	width:21px;
	height:21px;
	background-image:url(images/icon_status.png);
	background-repeat:no-repeat;
	display:inline-block;
	margin-left:6px;
	display:none;
}
.status.true {
	background-position:left bottom;
	display:block;
}
.status.false {
	background-position:left top;
	display:block;
}
*/
.checkimg { margin-left:180px;margin-top:5px;}

.status {
	background-repeat:no-repeat;
	display:inline-block;
	width:21px;
	height:21px;
	text-indent:-999999px;
	margin-left:5px;
}
.status.true {
	background-image:url(images/icon_status.png);
	background-position:left -21px;
}
.status.false {
	background-image:url(images/icon_status.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.tips {
    font-size:12px;
}