/* ----- Signup ----- */

html, body { border: 0; margin: 0; padding: 0; background-color: #f8f8f8; height: 100%; }
body { font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; min-width: 100%; min-height: 100%; color: #333; }

p, label, legend { font: 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
legend { font-weight: bold; }

h1 { margin: 15px 0 20px 0; padding: 0; font-size: 24px; letter-spacing: -1px; font-weight: normal; line-height: 30px; color: #333; text-shadow: 1px 1px 0 #fff; }
#success_page h1 { background: url('/assets/img/success.png') left no-repeat; padding-left: 22px; }

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #e5e5e5; border-style: none none solid; }
acronym { border-bottom: 1px dotted #e5e5e5; }

a { outline: none; color: #0088CC; text-decoration: none; }
a:hover { text-decoration: underline; }


/* ----- Layout ----- */

section, header {
	margin: 0;
	padding: 0;
	display: block;
}
section {
	width: 100%;
}

#signup {
	display: block;
	width: 650px;
	margin: 0 auto;
	padding: 35px;
	background-color: #fff;
	/* Border radius */
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: #aaa 0px 1px 3px;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
	z-index: 0;
}

.logo {
	position: relative;
	width: 722px;
	height: 111px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}
.logo img {
	position: absolute;
	top: 61px;
	left: 15px;
	width: 262px;
	height: 31px;
	border: none;
	z-index: 1;
}

.members {
	color: #333;
	font-size: 12px;
	text-align: right;
	margin-top: -20px;
	line-height: 12px;
	padding: 0;
	text-shadow: 1px 1px 0 #fff;
}
.members a {
	text-decoration: none;
}
.members a:hover {
	text-decoration: underline;
}
.members.forgot {
	text-align: left;
	margin-bottom: 20px;
}

.footer {
	clear: both;
	font-size: 12px;
	text-align: right;
	margin-top: -20px;
	text-shadow: 1px 1px 0 #fff;
	color: #999;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	width: 722px;
	margin: 0 auto;
	height: 100px;
}


/* ----- Validator ----- */

.loader {
	padding: 15px 10px;
}

span.required {
	font-size: 13px;
	color: #fa943e;
}

mark.validate {
	display: inline-block;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background-color: transparent;
	position: absolute;
}
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: 22px;
	line-height: 22px;
	background: #f57f28 url('/assets/img/error.png') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin-bottom: 10px;
	color: #fff;
	/* Border radius */
	border: 2px solid #ffcca7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}


/* ----- Form ----- */

form { padding: 0; margin: 0; }

fieldset {
	padding: 20px;
	margin: 0 0 20px 0;
	background-color: #fff;
	/* Border radius */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}

fieldset.terms {
	background: #fafafa;
}

fieldset.terms legend {
	background: #fafafa;
	color:#999;
	text-shadow:1px 1px 0 #fff;
}

legend {
	padding: 6px 12px 6px 10px;
	margin: 0 -4px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	/* Border radius */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
@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; }
}

/* Labels */
label {
	display: inline-block;
	float: left;
	vertical-align: middle !important;
	padding: 6px 0 0;
	width: 270px;
	font-size: 14px;
	margin: 7px 0;
	clear: both;
	color: #333;
}
label small {
	font-size: 0.75em;
	color: #999;
}
label.verify {
	padding: 0;
	margin: 2px 10px 2px 0;
	width: 145px;
	text-align: right;
}
label.verify img {
	padding: 1px;
	/* Border radius */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}

span.formwrap {
    background: none repeat scroll 0 0 #EEEEEE;
    display: inline-block;
    margin: 5px 0 9px 0;
    padding: 5px;
    width: auto;
}

#acn_sales_container {
	height: 65px;
}

/* Inputs */
input, textarea, select {
	width: 300px;
	padding: 3px;
	color: #999;
	background-color: #fff;
	margin: 0;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	vertical-align: top;
	border: 1px solid #c0c0c0;
}

/* Country with URL */
.country {
	width: 270px;
	float: left;
	clear:left;
}
.country select, .country .select2-container {
	width: 250px;
	margin-top: 8px;
	float: left;
}
.country label {
	float: left;
}
.add_url {
	float: left;
	width: 300px;
}
.add_url label {
	float: left;
}
.add_url input {
/*	float: left;*/
}
.add_new_url .formwrap {
	margin-bottom:13px;
}

input#verify {
	width: 55px;
}
textarea {
	width: 414px;
}
input:focus, textarea:focus, select:focus {
	color: #333;
	outline: none;
}
input:focus, textarea:focus { }
input.error, textarea.error, select.error {
	color: #CC0000;
}

/* Submit */
input[type=submit] {
	float: left;
	width: auto;
	cursor: pointer;
	color: #fff;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.5em;
	/* Background gradient */
	background: #3677cc url('/assets/img/network/applebusinessaffiliates/button_bg.png') repeat-x 0px 0px;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #3677cc, #53a8e8);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#53a8e8), to(#3677cc));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#53a8e8, #3677cc);
	/* Opera 11.10+ */
	background: -o-linear-gradient(#53a8e8, #3677cc);
	/* Border radius */
	border: 1px solid #4081af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 #72b9eb;
	-webkit-box-shadow: inset 0 1px 0 #72b9eb;
	box-shadow: inset 0 1px 0 #72b9eb;
	/* Text shadow */
	text-shadow: -1px -1px 0px rgba(0,0,0,0.30);
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=submit]:hover,
input[type=submit].hover {
	border: 1px solid #2a73a6;
	/* Background gradient */
	background: #1666ca url('/assets/img/network/applebusinessaffiliates/button_bg.png') repeat-x 0px -35px;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #1666ca, #3e9ee5);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#1666ca));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#3e9ee5, #1666ca);
	/* Opera 11.10+ */
	background: -o-linear-gradient(#3e9ee5, #1666ca);
	/* Transition */
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=submit]:active,
input[type=submit]:focus {
	top: 1px;
	/* Transform */
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	/* Box shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="submit"][disabled] { background: #e5e5e5; }

/* Button */
input[type=button] {
	float: right;
	width: auto;
	cursor: pointer;
	color: #fff;
	padding: 2px 8px 4px;
	text-decoration: none;
	font-size: 1.4em;
	/* Background gradient */
	background: #3677cc url('/assets/img/network/applebusinessaffiliates/button_bg.png') repeat-x 0px 0px;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #3677cc, #53a8e8);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#53a8e8), to(#3677cc));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#53a8e8, #3677cc);
	/* Opera 11.10+ */
	background: -o-linear-gradient(#53a8e8, #3677cc);
	/* Border radius */
	border: 1px solid #4081af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 #72b9eb;
	-webkit-box-shadow: inset 0 1px 0 #72b9eb;
	box-shadow: inset 0 1px 0 #72b9eb;
	/* Text shadow */
	text-shadow: -1px -1px 0px rgba(0,0,0,0.30);
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=button]:hover,
input[type=button].hover {
	border: 1px solid #2a73a6;
	/* Background gradient */
	background: #1666ca url('/assets/img/network/applebusinessaffiliates/button_bg.png') repeat-x 0px -35px;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #1666ca, #3e9ee5);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e9ee5), to(#1666ca));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(#3e9ee5, #1666ca);
	/* Opera 11.10+ */
	background: -o-linear-gradient(#3e9ee5, #1666ca);
	/* Transition */
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	/* IE */
	behavior: url(/assets/css/PIE.htc);
	position: relative;
}
input[type=button]:active,
input[type=button]:focus {
	top: 1px;
	/* Transform */
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	/* Box shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="button"][disabled] { background: #e5e5e5; }

/* ----- 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: #999;
	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: #fff; }
:-moz-placeholder { color: #fff; }
/* IE */
.placeholder { color: #fff; }

::-moz-focus-inner { border: 0; }

/* ----- Terms ----- */

#terms {
	color: #666;
	font-size: 11px;
	padding: 0 10px 20px 10px;
}
#network_terms_and_conditions, #terms_and_conditions {
	height: 215px;
	overflow-y: auto;
	color: #999;
	font-size: 11px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-shadow: 1px 1px 0 #fff;
}
.accept {
	padding-top: 10px;
	border-top: 1px dotted #e5e5e5;
	display: block;
}
.accept label {
	display: inline;
	float: none !important;
	margin-left: 10px;
	vertical-align: middle;
	font-size: 12px;
}
.accept input[type="submit"] {
	margin-top: -20px;
}
/* Checkbox */
input[type=checkbox],
input[type=checkbox]:active,
input[type=checkbox]:focus {
	width: auto;
	top: 3px;
	position: relative;
	float: left;
	display: inline;
	border: none;
	/* Transform */
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	/* Box shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* ----- Flicker Fix ----- */
input:focus, textarea:focus, select:focus { -webkit-backface-visibility: hidden; }

.add_new_country .lbl{
	margin-top:17px;
}
.add_more{
	clear: both;
}

/* ----- Apple specific language selector ----- */
.language-selector {
	text-align: left;
	float: right;
	position: absolute;
	top: 56px;
	right: 0px;
	width: 170px;
}
.language-selector select {
	width: 150px !important;
}