/*
 * Echo2 Login Styles
 */
#cta a:hover {
	cursor: pointer;
}
#Echo2_Login_Screen {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #2b2b2b url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/macFFBgHack.png);
	opacity: 0.5;
	z-index: 1000;
	top: 0;
	left: 0;
	visibility: hidden;
}
#Echo2_Login_Overlay {
	visibility: hidden;
	position: absolute;
	top: 100px;
	left: 50%;
	background: #fff;
	border-radius: 3px;
	cursor: auto;
	z-index: 1010;
	padding: 15px;
	text-align: left;
	background: #f2f2f2;
	-moz-box-shadow: 0px 0px 8px 1px #2b2b2b;
	-webkit-box-shadow: 0px 0px 8px 1px #2b2b2b;
	box-shadow: 0px 0px 8px 1px #2b2b2b;
}
#Echo2_Login_Overlay h2 {
	float: left;
	font-size: 22px;
}
#Echo2_Login_Overlay > p {
	clear: both;
}
#echo2_registrationFormHeader #Echo2_Login_gigyaWrapper {
	float: right;
}
#Echo2_Login_OverlayClose {
	float: right;
	display: block;
	height: 21px;
	width: 21px;
	text-indent: -200000px;
	background: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/overlay_close.gif) left top no-repeat;
	overflow: hidden;
}
#Echo2_Login_OverlayClose:hover {
	cursor: pointer;
}
#Echo2_Login_Overlay h3 {

}
#Echo2_Login_Overlay a {
	color: #25f;
	text-decoration: none;
	font-weight: bold;
}
.echo2_login_box {
	margin: 10px 0px 20px 0px;
	padding: 10px 15px;
	background: #fff;
}
.echo2_login_box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
#echo2_login_socialBox {
	float: left;
	width: 250px;
	background: #fff;
	height: 235px;
}
#echo2_login_OR {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	width:70px;
	margin-top: 25px;
	text-align: center;
	color: #4b4b4b;
}
#echo2_login_stdLogin {
	float: right;
	width: 250px;
	background: #fff;
	height: 235px;
}
#echo2_login_noAccount {
    clear: both;
    background: #e1e1e1;
    padding: 15px 15px 5px 15px;
    height: 50px;
}
#echo2_login_noAccount h3 {
	font-weight: bold;
	font-size: 14px;
}
#echo2_login_noAccount p {
	margin-top: 5px;
}
#Echo2_Login_Overlay .echo2_login_button {
	margin: 10px 0px 10px 10px;
	float: right;
	width: auto;
	padding: 7px 15px;
	color: #fff;
	border: 1px solid #565656;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background: #7a7a7a; /* Old browsers */
	background: -moz-linear-gradient(top, #7a7a7a 0%, #515151 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#515151)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7a7a7a 0%,#515151 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a7a7a 0%,#515151 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a7a7a 0%,#515151 100%); /* IE10+ */
	background: linear-gradient(top, #7a7a7a 0%,#515151 100%); /* W3C */
}
#Echo2_Login_Overlay .echo2_login_button:hover {
	cursor: pointer;
}
/**
 * 	Form Stying
 */
.echo2_login_form {
	margin: 10px 0px;
}
.echo2_login_form label {
	width: 70px;
	float: left;
	font-size: 13px;
	margin-bottom: 3px;
	line-height: 24px;
}
.echo2_login_form .echo2_login_longLabel {
	width: 120px;
}
.echo2_login_form input {
	float: right;
	font-size: 13px;
	width: 140px;
	margin-bottom: 3px;
}
.echo2_login_form {

}
.echo2_login_form .echo2_login_cb {
	width: 20px;
	float: left;
}
.echo2_login_form {

}
.echo2_login_form {

}
#echo2_login_stdLogin {

}
#echo2_login_stdLogin label {
	width: 250px;
}
#echo2_login_stdLogin label.echo2_login_longLabel {
	float: left;
	width: 95px;
	margin-left: 135px;
}
#echo2_login_stdLogin input {
	width: 240px;
	margin: 3px 0px 5px 0px;
	padding: 5px;
}
#echo2_login_stdLogin .echo2_login_cb {
	width: 20px;
	float: right;
}
#echo2_login_stdLogin .echo2_login_button {
	clear: right;
}
#echo2_login_stdLogin .forgottenPassword {
	clear: both;
	float: right;
	font-size: 10px;
}
/**
 * 	Error messages
 */
.greenTick {
	padding: 5px 0px 5px 35px;
	background: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/greentick.jpg) top left no-repeat;
	line-height: 25px;
	font-size: 14px;
	position: absolute;
	top: 13px;


}
#formNote_email {
	position: absolute;
	top: 8px;
	right: 330px;
	color: #d00;
}
#echo2_registrationForm, #echo2_socialRegistrationForm {
	background: #fff;
	padding: 5px 0px 10px 0px;
	clear: both;
}
#echo2_registrationForm .formRow, #echo2_socialRegistrationForm .formRow {
	position: relative;
	padding: 15px 20px 10px 20px;
	margin-bottom: 0px;
}
#echo2_registrationForm label, #echo2_socialRegistrationForm label  {
	position: absolute;
	top: -1px;
}
#echo2_registrationForm input, #echo2_socialRegistrationForm input {
	padding: 5px;
	width: 258px;
	margin-right: 33px;
}
#echo2_registrationForm .formRow input.last, #echo2_socialRegistrationForm .formRow input.last {
	margin-right: 0px;
}
#echo2_registrationForm select, #echo2_socialRegistrationForm select {

}
#echo2_registrationForm checkbox {

}
#echo2_registrationForm .formItemMeta {

}
#humans {
	display: none;
}
.checkboxRow {
	font-size: 11px;
	line-height: 12px;
}
#echo2_registrationForm .checkboxRow, #echo2_socialRegistrationForm .checkboxRow {
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
#echo2_registrationForm .checkboxRow .formError, #echo2_socialRegistrationForm .checkboxRow .formError {
	top: 3px;
}
#echo2_registrationForm .checkboxRow p , #echo2_socialRegistrationForm .checkboxRow p {
	margin: 3px 20px 0px 0px;
	padding: 0px;

}
#echo2_registrationForm input.dateInput, #echo2_socialRegistrationForm input.dateInput {
	width: 20px;
	color: #56595B;
	margin-right: 0px;
}
#echo2_registrationForm input.dateInputLong, #echo2_socialRegistrationForm input.dateInputLong {
	width: 30px;
}
#echo2_registrationForm .formRow span.spacer, #echo2_socialRegistrationForm .formRow span.spacer {
	margin: 0px 2px 0px 5px;
	color: #aaa;
	font-size: 16px;
}
#echo2_registrationForm .checkboxRow input, #echo2_socialRegistrationForm .checkboxRow input {
	float: left;
	margin-right: 5px;
	width: 14px;
}
#echo2_registrationForm input.formError, #echo2_socialRegistrationForm input.formError {
	background: #d88;
	color: #d00;
}
#echo2_registrationForm .formError, #echo2_socialRegistrationForm .formError {
	color: #d00;
}
#echo2_registrationForm .formRowFocus, #echo2_socialRegistrationForm .formRowFocus {
	background: #efcfcf;
}
#echo2_registrationForm p, #echo2_socialRegistrationForm p {
	font-size: 11px;
}
.Echo2_Reg_Minimal p#Echo2_Login_activateEmailMsg {
	float: right;
	margin-right: 5px;
	margin-left: 300px;
}
#echo2_registrationFormHeader {
	background: #e1e1e1;
	padding: 5px 10px;
	width: 610px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#echo2_registrationFormHeader > p {
	clear: left;
	margin-top: 5px;
}
#echo2_registrationFormHeader > p input {
	float: right;
}
#echo2_registrationFormHeader h3.contentHeader, h3.contentHeaderSocialIcon {
	clear: both;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	height: 25px;
	margin: 10px 0px;
	padding-left: 30px;
	overflow: hidden;
	line-height: 30px;
}
#echo2_registrationFormHeader .contentHeader, h3.contentHeaderSocialIcon {
	background-image: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/social-icons.jpg);
	background-repeat: no-repeat;
}
#echo2_registrationFormHeader h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	width: 300px;
}
h3#centerOR {
	font-size: 16px;
	clear: both;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	width: 100%;
}
#echo2_registrationFormHeader #echo2_gigyaWrapper {
	float: right;
}
#contentHeader-facebook {
	background-position: 0px 0px;
}
#contentHeader-twitter {
	background-position: 0px -25px;
}
#contentHeader-google {
	background-position: 0px -50px;
}
#contentHeader-linkedin {
	background-position: 0px -75px;
}
#echo2_registrationSocial {
	height: 55px;
}
#echo2_registrationSocial h3 {
	font-weight: bold;
	font-size: 13px;
}
#echo2_registrationSocial p {
	width: 420px;
	float: left;
}
/**
 * 	Linking accounts
 */
#echo2_login_linkForm {
	background: #fff;
}
#echo2_login_linkForm a {
	float: right;
	font-size: 11px;
}
#echo2_login_linkForm label {
	float: none;
	clear: both;
	margin-right: 10px;
}
#echo2_login_linkForm input {
	float: none;
	margin-right: 20px;
}
#echo2_login_linkForm p {
	width: 350px;
	float: left;
}
#echo2_login_linkForm form {

}
#echo2_login_linkForm .formRow {
	padding: 10px;
}
#echo2_login_linkForm input.last {

}
#echo2_login_linkForm .formRow {
	clear:both;
	padding-top: 20px;
}
#cancelLinkAccount {
	margin-top: 20px;
	margin-right: 15px;
}
#echo2_login_linkForm .echo2_login_longLabel {
	margin-left: 313px;
}
/**
 * 	Profile page
 */
#echo2_profileForm {
	padding: 5px;
}
#echo2_profileForm label {
	margin-right: 10px;
}
#echo2_profileForm input {
	margin-right: 20px;
}
#echo2_profileForm h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#echo2_profileForm #echo2_login_updateProfile {
	clear: both;
}
#echo2_profileForm br {
	margin-bottom: 10px;
}
.updateMessage {
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
}

#echo2_login_linkedAccounts {
	list-style: none;
}
#echo2_login_linkedAccounts li {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}
#echo2_login_linkedAccounts #echo2_login_linked-facebook {
	padding-left: 30px;
	background-image: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/social-icons.jpg);
	background-position: 0px 0px;
}
#echo2_login_linkedAccounts #echo2_login_linked-twitter {
	padding-left: 30px;
	background-image: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/social-icons.jpg);
	background-position: 0px -25px;
}
#echo2_login_linkedAccounts #echo2_login_linked-google {
	padding-left: 30px;
	background-image: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/social-icons.jpg);
	background-position: 0px -50px;
}
#echo2_login_linkedAccounts #echo2_login_linked-linkedin {
	padding-left: 30px;
	background-image: url(/web/20140207151830im_/http://static.edge-online.com/wp-content/plugins/Echo2-adv-login/images/social-icons.jpg);
	background-position: 0px -75px;
}
#Echo2_Login_activateEmailMsg {
	background: #f6e5e4;
	padding: 10px;
	border: 1px solid #f3dbdf;
	color: #c95a5c;
	width: 252px;
	float: left;
	margin-bottom: 10px;
	height: 45px;
	line-height: 16px;
	margin-right: 300px;
	margin-top: 10px;
}
#Echo2_Login_activateEmailMsg a {
	color: #2f7eba;
	text-decoration: none;
}
#Echo2_Login_activateEmailMsg span.close {

}

/**
 * 	User profile
 */
#echo2_profileForm h3 {
	clear: both;
}
#echo2_profileForm p {
	line-height: 16px;
}

/*
     FILE ARCHIVED ON 15:18:30 Feb 07, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:32:02 Jun 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/