/**
	LIGHTBOX MODIFIERS FOR WyDEC
**/
#auth-popup {
	left: 0;
	margin-left: 4px !important;
	position: relative;
}

#wydec_header {
	width: 670px;
}
#wydec_header .name {
	background: transparent url(//wolframcdn.com/images/pro/promotion/wydec-header.png) no-repeat 0 0;
	height: 47px;
	width: 615px;
}
#wydec_header h1 {
	color: #555;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 4px;
}
#wydec_header p {
	color: #333333;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	margin-left: 4px;
}
#wydec_header #createWydecEmail {
	display: none;
}
#wydec_header #signinWydecEmail {
	display: inline;
}

#wydec_eligibility {
	left: 0;
	margin-left: 4px;
	width: 330px;
}

#wydec_eligibility #acceptterms + label {
	width: 260px;
}

#wydec_nonauthorized {
	left: 0;
	margin-left: 4px;
	width: 400px;
}
#wydec_nonauthorized p + p {
	margin-top: 30px;
}
#wydec_nonauthorized #signInBtn, 
#wydec_nonauthorized #createAccountBtn {
	margin-top: 10px;
}

#wydec_claimed {
	left: 0;
	margin-left: 4px;
	width: 400px;
}

#wydec_invalid {
	left: 0;
	margin-left: 4px;
	width: 400px;
}

#wydec_verifyemail {
	left: 0;
	margin-left: 4px;
	width: 400px;
}
#wydec_verifyemail p + p {
	margin-top: 20px;
}
#wydec_verifyemail .email {
	color: #fe6518;
}
