
#title {
	color: #4E667D;
	text-align: center;
	width: 100%;
	font-family: "Times";
	font-weight: normal;
	font-size: 66px;
	font-style: italic;
	margin-top: 30px;
	line-height: 1em;
}
.subtitle {
	color: #4E667D;
	text-align: center;
	width: 100%;
	font-family: "helvetica";
	font-size: 24px;
	font-style: normal;
	margin-top: 12px;
	line-height: 1em;
}

#address_options p { color: #4E667D; }

/*  register box  */
#tellbox, #tellbox_top, #tellbox_btm {
	position: relative;
	width: 550px;
	margin: 0;
	padding: 0;
	background: url(../images/box.png) repeat-y;
}
#tellbox_top {
	position: relative;
	height: 13px;
	display: block;
	background: url(../images/box_top.png) no-repeat;
}
#tellbox_btm {
	height: 13px;
	display: block;
	margin-bottom: 20px;
	background: url(../images/box_btm.png) no-repeat;
}
#tellbox_top p {
	color: #4E667D;
	text-align: left;
	font-family: "arial";
	font-size: 32px;
	margin: 0;
	margin-left: 120px;
	padding-top: 30px;
}
#tellbox_content {
	position: relative;
	top: 4px;
	left: 120px;
	width: 590px;
	display: block;
}
#tellbox_content p {
	color: #4E667D;
	text-align: left;
	line-height: 1.1em;
	font-family: "arial";
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#tellbox_content b {
	color: #4E667D;
}

.label {
	color: #FFFFFF;
	font-family: "helvetica";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin: 2px;
}
.zline {
	margin: 12px 0;
	width: 99%;
	border-top: 1px solid #6D7EB1;
}

.tgl {
	height: 19px;
	display: block;
	cursor: pointer;
	padding-left: 20px;
	text-align: left;
	background: url(../images/toggle_up.gif) top left no-repeat;
}
.tgldn {
	background: url(../images/toggle_dn.gif) top left no-repeat;
}
.tgl p {
	font-size: 14px;
	line-height: 1.4em;
}

#imported p {
	color: white;
}

.icon {
	float: left;
	width: 86px;
	height: 50px;
	display: block;
	cursor: pointer;
	background: url(../images/icons/invite_icon_gmail.png) no-repeat;
}
.backbtn {
	width: 137px;
	height: 20px;
	display: block;
	cursor: pointer;
	margin-bottom: 12px;
	background: url(../images/back_btn.png) no-repeat;
}
.registerbtn {
	width: 118px;
	height: 44px;
	display: block;
	cursor: pointer;
	color: #172A74;
	font-family: "helvetica";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	line-height: 3.4em;
	background: url(../images/registerbtn.png) no-repeat;
}

/*  welcome page  */
.or {
	position: absolute;
	top: 80px;
	left: 235px;
	width: 30px;
	height: 30px;
	display: block;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}