/* ----- Signup ----- */

html, body { border: 0; margin: 0; padding: 0; height: 100%; background-color: #E2E2E2; }
body { font: 12px Helvetica, Arial, sans-serif; min-width: 100%; min-height: 100%; color: #000; }

legend { font-size: 12px; color: #000; font-weight: 600; text-transform: uppercase; }
label { font-size: 12px; color: #000; }
p { font-size: 12px; color: #000; }

h1 { display: block; margin: 0; padding: 0; font-size: 28px; line-height: 32px; font-weight: normal; text-transform: uppercase; color: #000; }

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #C0C0C0; border-style: none none solid; }
acronym { border-bottom: 1px dotted #C0C0C0; }

a { outline: none; color: #86878A; font-size: 11px; font-weight: 600; text-transform: uppercase; text-decoration: none; }
a:hover { color: #F0AB00; text-decoration: none; }


/* ----- Layout ----- */

section, header {
	margin: 0;
	padding: 0;
	display: block;
}
section {
	width: 100%;
}

#signup {
	clear: both;
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 35px;
	overflow: hidden;
	background-color: #fff;
	/* Border */
	border: 1px solid #fff;
	position: relative;
	z-index: 0;
}

header {
	background-color: #D7D7D7;
	background: url('/assets/img/network/adidasgroup/header_bg.png') no-repeat top center #D7D7D7;
	width: 100%;
	height: 20px;
	padding: 0;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 1;
}

.logo {
	width: 722px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
.logo img {
	float: left;
	width: 100px;
	margin-top: 20px;
	border: none;
}

.logo select,
.logo select:focus,
.logo input:focus {
	width: 150px;
	margin: 22px 0 0;
	float: right;
}

.members {
	color: #C0C0C0;
	text-align: right;
	margin-top: -20px;
}
.members a {}
.members a:hover {}
.members.forgot {
	text-align: left;
	margin-bottom: 20px;
}

.footer {
	text-align: right;
	margin-top: -15px;
}
.footer a {}
.footer a:hover {}

.clear {
	clear: both;
	width: 722px;
	margin: 0 auto;
	height: 100px;
}


/* ----- Validator ----- */

.loader {
	padding: 15px 10px;
}

span.required {
	color: #BD3200;
}

mark.validate {
	display: inline-block;
	margin: 0 0 -4px 10px;
	width: 16px;
	height: 16px;
	background-color: transparent;
}
header mark.validate { display: none; }
mark.valid {
	background: url('/assets/img/success.png') no-repeat top left;
}
mark.error {
	background: url('/assets/img/error.png') no-repeat top left;
}

#message {
	margin: 1em 0;
	padding: 0;
	display: block
}
.error_message {
	display: block;
	height: 24px;
	line-height: 24px;
	background: #fff url('/assets/img/error.png') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 25px 0;
	vertical-align: middle;
	color: #ff0000;
	/* Border */
	border: 1px dotted #ff0000;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}


/* ----- Form ----- */

form { padding: 0; margin: 30px 0 0; }

fieldset {
	padding: 20px;
	margin: 0 0 25px 0;
	background-color: #fff;
	/* Border */
	border: 1px dotted #C0C0C0;
}

legend {
	padding: 2px 10px 2px 8px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	margin: 0 0 0 -10px;
	background-color: #fff;
	/* Border */
	border: 1px dotted #C0C0C0;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio : 0 ) {
	legend { margin-top: -35px; margin-bottom: 20px; }
	fieldset { margin-top: 35px; }
}

fieldset.terms { }

fieldset.terms legend { }

/* Labels */
label {
	display: inline-block;
	float: left;
	padding: 7px 0;
	width: 240px;
	margin: 0;
	clear: both;
	vertical-align: middle !important;
	line-height: 20px;
}
label small {
	font-size: 11px;
	font-weight: normal;
	color: #86878A;
}
label.verify {
	padding: 0;
	margin: 2px 10px 2px 0;
	width: 145px;
	text-align: right;
}
label.verify img {
	padding: 1px;
	/* Border */
	border: 1px solid #C0C0C0;
}


/* Inputs */
input, textarea, select {
	width: 290px;
	padding: 2px 4px;
	margin: 7px 0;
	vertical-align: middle;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	/* Border */
	border-style: solid;
    border-width: 1px;
	border-color: #C0C0C0;
}
select {
	width: 300px;
	margin: 7px 0 5px;
}
input#verify {
	width: 55px;
}
textarea {
	width: 414px;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	background-color: #fff !important;
	color: #000 !important;
}
input.error, textarea.error, select.error {
	border-color: #BD3200;
	color: #BD3200;
}

/* Submit */
input[type=submit] {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	height: 19px;
	line-height: 19px;
	display: inline-block;
	padding: 2px 20px;
	margin: 0;
	/* Background */
	background-color: #000;
	/* Border */
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=submit]:hover,
input[type=submit].hover {
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=submit]:active,
input[type=submit]:focus {
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type="submit"][disabled] { opacity: 0.5; }

/* ----- Bubble ----- */
::-webkit-validation-bubble { opacity: 1; }
::-webkit-validation-bubble-arrow-clipper {}
::-webkit-validation-bubble-arrow {
	background-color: #fff;
	border: 1px solid #ddd;
	border-width: 1px 0 0 1px;
	-webkit-box-shadow: none;
}
::-webkit-validation-bubble-message {
	background: -webkit-linear-gradient(#fff,#f8f8f8);
	border: 1px solid #ddd;
	color: #969696;
	font-size: 11px;
	font-weight: normal;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px #fff;
}

/* ----- Placeholders ----- */
::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { color: #aaa; }
/* IE */
.placeholder { color: #aaa; }

::-moz-focus-inner { border: 0; }

/* ----- Terms ----- */

#network_terms_and_conditions, #terms_and_conditions {
	height: 220px;
	overflow-y: auto;
	font-size: 11px;
	color: #86878A;
	padding-bottom: 10px;
}
#terms_and_conditions strong { }



.accept {
	padding-top: 15px;
	border-top: 1px dotted #C0C0C0;
	display: block;
	float: left;
}
.accept label {
    display: inline;
    float: none !important;
	font-size: 12px;
	line-height: 18px;
	color: #000;
    margin: 0 0 0 10px;
    vertical-align: top !important;
}
/* Checkbox */
input[type=checkbox],
input[type=checkbox]:active,
input[type=checkbox]:focus {
	width: auto;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
}

/* ----- Flicker Fix ----- */
input:focus, textarea:focus, select:focus { -webkit-backface-visibility: hidden; }