@charset "utf-8";
#box-signin, #box-forget {
	background-image: url(../images/bg-signin.png);
	background-repeat: no-repeat;
	height: 251px;
	width: 372px;
	position: relative;
}
#box-forget { background-image: url(../images/bg-forget-password.png); }
#box-signin  label, #box-signin h3, #box-forget label, #box-forget h3 {
	display: none;
}
#box-forget label { 
	display: block;
	text-transform: uppercase;
	color: #818181;
	font-size:120%;
	position:absolute;
	top:95px;
	left:30px;
	font-weight:bold;	
}
input.box-id, input.box-password {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	position: absolute;
	left: 118px;
	top: 92px;
	height: 18px;
	width: 188px;
	padding-right: 5px;
	padding-left: 5px;
	color: #818181;
}
input.box-password {	top: 127px;}
input.button, input.button-check {
	height: 20px;
	width: 60px;
	color: #fff;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: 0px solid #fff;
}
input.button-check { width: 100px;, height: 20px; padding-bottom:5px; margin-bottom:3px;}
p.button {
	position: absolute;
	top: 180px;
	left: 122px;
}
input.check-login {
	height: 14px;
	width: 14px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	background: transparent;
	position: absolute;
	top: 160px;
	left: 120px;
}
#box-signin ul, #box-forget ul {	list-style-type: none;}
a.btn-forget  {
	text-transform: uppercase;
	text-decoration: none;
	color: #e58324;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	position: absolute;
	right: 20px;
	bottom: 12px;
	letter-spacing: -1pt;
}
a.btn-forget:hover {	color: #00539B;}
#box-signin a.btn-subscribe, #box-forget a.btn-subscribe {
	height: 25px;
	width: 135px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	left: 15px;
	bottom: 9px;
}
a.btn-close-signin {
	background-image: url(../images/btn-close-signin.png);
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 17px;
	width: 18px;
	top: 13px;
	right: 13px;
	background-repeat: no-repeat;
}

/*	Subscribe Form */
#box-subscribe {
	background-image: url(../images/bg-subscribe.png);
	background-repeat: no-repeat;
	display: block;
	height: 457px;
	width: 810px;
	position: relative;
}
#box-subscribe h3 {
	display: none;
}
#form-subscribe {
	height: 225px;
	width: 566px;
	position: absolute;
	top: 183px;
	left: 180px;
	padding: 10px;
}
#form-subscribe label {
	color: #666666;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 135px;
}
#form-subscribe span {
	color: #666666;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 65px;
	padding-top: 3px;
}
#form-subscribe p {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	width: auto;
}
.input-m, .input-s, .input-sm, .input-mm  {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	height: 18px;
	width: 158px;
	padding-right: 5px;
	padding-left: 0px;
	color: #818181;
	margin-right:10px;
}
.input-sm {
	width:100px;
}
.input-s, .input-mm {
	width: 70px;
	height: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.input-mm { 
	width: 165px;
	margin-right: 10px;
}
p.subscribe-button {
	padding-left:135px;
}
label.education {
	padding-top: 5px;
	padding-bottom: 5px;
}
#section5 label.occupation {
	width: 185px;
	padding-top: 1px;
	padding-bottom: 2px;
}
#section5 span{
	width:auto;
}
#section6 label.occupation {
	width: 185px;
	padding-top: 3px;
}

#section2, #section3, #section4, #section5, #section6, #section7{
	display:none;
}

