/* ----- Styles ----- */

html, body { border: 0; margin: 0; padding: 0; background-color: #f5f5f5; }
body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; color: #333; }

p { color: #666; margin: 0 0 10px; padding: 0; }
p.light { color: #999; }
legend { font-weight: bold; color: #555; }
label, b, strong { color: #000; font-size: 14px; font-weight: bold; }
small { color: #999; font-size: 10px; }

h1, h2 {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px;
	padding: 0;
	text-indent: -9999px;
}

h3 { font-size: 16px; font-weight: bold; color: #010101; margin: 0 0 5px; padding: 0; }
h4 { font-size: 14px; font-weight: bold; color: #010101; margin: 0 0 5px; padding: 0; }

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #e0e0e0; border-style: none none solid; }
acronym { border-bottom: 1px dotted #e0e0e0; }

a { outline: none; color: #0099CC; text-decoration: none; }
a:hover { text-decoration: underline; }
a.more { background: url("/assets/img/network/itunes/arrow_more.svg") right center no-repeat; padding-right: 9px; text-align: left; }

.clear { clear: both; margin: 0; padding: 0; line-height: 15px; }

.not-displayed { display: none; }


/* ----- Layout ----- */

.logo {
	width: 940px;
	margin: 0 auto;
	padding: 35px 20px 0px;
}

section, header {
	margin: 0;
	padding: 0;
	display: block;
}
section {
	width: 100%;
}

#main {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 0px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#fafafa));
	background: -webkit-linear-gradient(top, #ffffff, #fafafa);
	background: -moz-linear-gradient(top, #ffffff, #fafafa);
	background: -o-linear-gradient(top, #ffffff, #fafafa);
	background: -ms-linear-gradient(top, #ffffff, #fafafa);
	background: linear-gradient(top, #ffffff, #fafafa);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#fafafa', GradientType = 0);
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px #aaaaaa;
	-moz-box-shadow: 0px 1px 3px #aaaaaa;
	-o-box-shadow: 0px 1px 3px #aaaaaa;
	-ms-box-shadow: 0px 1px 3px #aaaaaa;
	box-shadow: 0px 1px 3px #aaaaaa;
}

.content {
	padding: 20px 60px;
}

.content h2{
	margin-right: -300px;
}

#process {
	width: 104%;
	height: 107px;
	display: block;
	margin-left: -2%;
	margin-bottom: 25px;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f2f4f6));
	background: -webkit-linear-gradient(top, #ffffff, #f2f4f6);
	background: -moz-linear-gradient(top, #ffffff, #f2f4f6);
	background: -o-linear-gradient(top, #ffffff, #f2f4f6);
	background: -ms-linear-gradient(top, #ffffff, #f2f4f6);
	background: linear-gradient(top, #ffffff, #f2f4f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f2f4f6', GradientType = 0);
	background-color: #f9f9f9;
	-webkit-box-shadow: 0px 0px 5px #aaaaaa;
	-moz-box-shadow: 0px 0px 5px #aaaaaa;
	-o-box-shadow: 0px 0px 5px #aaaaaa;
	-ms-box-shadow: 0px 0px 5px #aaaaaa;
	box-shadow: 0px 0px 5px #aaaaaa;
}
#process #steps {
	display: block;
	height: 42px;
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	text-align: left;
	padding-top:65px;
	background: url('/assets/img/network/itunes/steps.png') center top no-repeat;
}
.contact #process #steps {
	background-position: center 0px;
}
.profile #process #steps {
	background-position: center -107px;
}
.terms #process #steps {
	background-position: center -214px;
}
.confirmation #process #steps {
	background-position: center -321px;
}
#process #steps span {
	margin-left: 111px;
}
#process #steps span.active {
	color: #333;
}
#process #steps span:first-child {
	margin-left: 115px;
	margin-right: 19px;
}
#process #steps span.last {
	margin-left: 136px;
}

.title {
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 0 25px 0;
	padding: 7px 10px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	-ms-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f1f1f1));
	background: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background: linear-gradient(top, #f9f9f9, #f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f1f1f1', GradientType = 0);
	background-color: #f9f9f9;
}

.footer {
	clear: both;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	margin: 15px auto;
	width: 980px;
	color: #999;
	min-height: 100px;
}
.footer p {
	padding: 0 10px;
}

/* Landing */

.landing .content { padding: 200px 460px 200px 90px; background: url('/assets/img/network/itunes/icons.png') 540px 220px no-repeat; }
.landing h2 { background: url('/assets/img/network/itunes/logo_small.png') no-repeat scroll 5px 0px transparent; text-indent: 50px; font-size: 30px; padding-top: 10px;}

.landing p { font-size: 14px; }
.landing p a { font-size: 14px; font-weight: bold; line-height: 24px; }


/* ----- Assets ----- */

.logo h1 { background: url('/assets/img/network/itunes/titles.png') -15px -27px no-repeat; }
.logo.none h1 { background: none; }
.contact h2 { background: url('/assets/img/network/itunes/titles.png') -38px -77px no-repeat; }
.profile h2 { background: url('/assets/img/network/itunes/titles.png') -38px -127px no-repeat; }
.payment h2 { background: url('/assets/img/network/itunes/titles.png') -38px -177px no-repeat; }
.terms h2 { background: url('/assets/img/network/itunes/titles.png') -38px -227px no-repeat; }
.confirmation h2 { background: url('/assets/img/network/itunes/titles.png') 0px -277px no-repeat; }
.pdf { display: block; width: 24px; height: 26px; position:absolute; top: -12px; left: -30px; background: url('/assets/img/network/itunes/pdf.png') 0 0 no-repeat; }
.flag { display: block; width: 30px; height: 30px; margin: 5px 5px 0 -5px; background: url('/assets/img/network/itunes/flags/usa.png') 0 0 no-repeat; }


/* ----- Forms ----- */

form { padding: 0; margin: 0; }

fieldset {
	padding: 0 0 20px;
	margin: 0 0 20px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

legend { }

/* Label */

label {
	display: inline-block;
	float: left;
	vertical-align: middle !important;
}
label small {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

/* Wrap */

span.formwrap {
    background-color: #EEEEEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
    display: inline-block;
    margin: 5px 0 0;
    padding: 3px;
    width: auto;
	position: relative;
}
.profile span.formwrap {
    margin: 0;
}
span.formwrap.error {
    background-color: #ff6666;
}

/* Inputs */

input, textarea, select {
	width: 300px;
	padding: 4px 10px;
	color: #6f6f6f;
	background-color: #fff;
	margin: 0;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	vertical-align: top;
	border: 1px solid #cecece;
}
input:focus, textarea:focus, select:focus {
	color: #333;
	outline: none;
}

input[type=radio],
input[type=radio]:active,
input[type=radio]:focus,
input[type=checkbox],
input[type=checkbox]:active,
input[type=checkbox]:focus {
	width: auto;
	border: none;
}

/* Submit */

input[type=submit],
input[type=submit]:hover,
input[type=submit].hover {
	width: auto;
	cursor: pointer;
	color: #fff;
	padding: 3px 14px 4px;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	/* Background */
	background: -webkit-gradient(linear, left top, right top, from(#53aae8), to(#2e76ce));
	background: -webkit-linear-gradient(top, #53aae8, #2e76ce);
	background: -moz-linear-gradient(top, #53aae8, #2e76ce);
	background: -o-linear-gradient(top, #53aae8, #2e76ce);
	background: -ms-linear-gradient(top, #53aae8, #2e76ce);
	background: linear-gradient(top, #53aae8, #2e76ce);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#53aae8', endColorstr = '#2e76ce', GradientType = 0);
	background-color: #53aae8;
	/* Border */
	border: 1px solid #3f8fdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	/* Box Shadow */
	-webkit-box-shadow: 0px 1px 0px #aaaaaa, inset 0px 1px 0px rgba(255, 255, 255, .1);
	-moz-box-shadow: 0px 1px 0px #aaaaaa, inset 0px 1px 0px rgba(255, 255, 255, .1);
	-o-box-shadow: 0px 1px 0px #aaaaaa, inset 0px 1px 0px rgba(255, 255, 255, .1);
	-ms-box-shadow: 0px 1px 0px #aaaaaa, inset 0px 1px 0px rgba(255, 255, 255, .1);
	box-shadow: 0px 1px 0px #aaaaaa, inset 0px 1px 0px rgba(255, 255, 255, .1);
}
input[type=submit]:active,
input[type=submit]:focus {
	/* Background */
	background: -webkit-gradient(linear, left top, right top, from(#3f8fdb), to(#2b6dba));
	background: -webkit-linear-gradient(top, #3f8fdb, #2b6dba);
	background: -moz-linear-gradient(top, #3f8fdb, #2b6dba);
	background: -o-linear-gradient(top, #3f8fdb, #2b6dba);
	background: -ms-linear-gradient(top, #3f8fdb, #2b6dba);
	background: linear-gradient(top, #3f8fdb, #2b6dba);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3f8fdb', endColorstr = '#2b6dba', GradientType = 0);
	background-color: #3f8fdb;
}
input[type="submit"][disabled],
input[type="button"][disabled] {
	cursor: default;
	color: #939292;
	background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#d1d0d0));
	background: -webkit-linear-gradient(top, #fefefe, #d1d0d0);
	background: -moz-linear-gradient(top, #fefefe, #d1d0d0);
	background: -o-linear-gradient(top, #fefefe, #d1d0d0);
	background: -ms-linear-gradient(top, #fefefe, #d1d0d0);
	background: linear-gradient(top, #fefefe, #d1d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#d1d0d0', GradientType = 0);
	background-color: #fefefe;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
}

/* Buttons */

input[type=button],
input[type=button]:hover,
input[type=button].hover {
	width: auto;
	cursor: pointer;
	color: #444444;
	padding: 3px 20px 4px;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	/* Background */
	background: -webkit-gradient(linear, left top, right top, from(#fffffe), to(#afaead));
	background: -webkit-linear-gradient(top, #fffffe, #afaead);
	background: -moz-linear-gradient(top, #fffffe, #afaead);
	background: -o-linear-gradient(top, #fffffe, #afaead);
	background: -ms-linear-gradient(top, #fffffe, #afaead);
	background: linear-gradient(top, #fffffe, #afaead);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fffffe', endColorstr = '#afaead', GradientType = 0);
	background-color: #fffffe;
	/* Border */
	border: 1px solid #c3c3c3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
input[type=button]:active,
input[type=button]:focus {
	color: #333333;
	/* Background */
	background: -webkit-gradient(linear, left top, right top, from(#d5d5d4), to(#a9a8a9));
	background: -webkit-linear-gradient(top, #d5d5d4, #a9a8a9);
	background: -moz-linear-gradient(top, #d5d5d4, #a9a8a9);
	background: -o-linear-gradient(top, #d5d5d4, #a9a8a9);
	background: -ms-linear-gradient(top, #d5d5d4, #a9a8a9);
	background: linear-gradient(top, #d5d5d4, #a9a8a9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d5d5d4', endColorstr = '#a9a8a9', GradientType = 0);
	background-color: #d5d5d4;
}


/* ----- Placeholders ----- */

::-webkit-input-placeholder { color: #6f6f6f; }
:-moz-placeholder { color: #6f6f6f; }
.placeholder { color: #6f6f6f; } /* IE */


/* ----- Validator ----- */

.LV_valid, .LV_validation_message.LV_valid {
	display: none !important;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active { }

.LV_invalid, .LV_validation_message {
	display: inline-block;
	color: #ff3333;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.LV_invalid_field + .select2-container {
	border: 4px solid #ff6666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: -3px;
}

#login .LV_validation_message {
	position: absolute;
	top: 8px;
	left: 14px;
	line-height: 14px;
	vertical-align: top;
}
#login .LV_validation_message.LV_invalid:before {
	background: url("/assets/img/network/itunes/error.png") 0 0 no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	content: "";
	position: absolute;
	left: 318px;
}

.contact .LV_validation_message {
	position: relative;
	top: 13px;
	left: 5px;
	padding-left: 25px;
	vertical-align: top;
	background: url("/assets/img/network/itunes/error.png") 0 0 no-repeat;
}
.contact .move_message .LV_validation_message {
	left: 26px;
}
.contact .areacode span:nth-child(4) {
	left: 1px;
}
.contact .areacode span:nth-child(5) {
	display: none;
}

.profile .inline-validation-message .LV_validation_message {
	position: relative;
	top: 8px;
	left: 6px;
	padding-left: 25px;
	vertical-align: top;
	background: url("/assets/img/network/itunes/error.png") 0 0 no-repeat;
}
.profile .inline-validation-message .inline-message .LV_validation_message {
	top: 0px;
}
.profile .LV_validation_message {
	top: 8px;
	left: 15px;
}
.profile .LV_validation_message.LV_invalid:before {
	left: -37px;
}

.terms .LV_validation_message {
	padding-left: 25px;
	position: absolute;
	left: -25px;
	top: 25px;
}
.terms .LV_validation_message.LV_invalid:before {
	background: url("/assets/img/network/itunes/error.png") 0 0 no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	content: "";
	position: absolute;
    left: 0;
	top: -25px;
}

/* Remove These: */
#login .LV_invalid_field,
#login input.LV_invalid_field:hover,
#login textarea.LV_invalid_field:hover {
	text-indent: -9999px;
}
#login input.LV_invalid_field:active,
#login textarea.LV_invalid_field:active {
	text-indent: 0px;
}
#login input.LV_invalid_field:active .LV_validation_message,
#login textarea.LV_invalid_field:active .LV_validation_message,
#login input.LV_invalid_field:focus .LV_validation_message,
#login textarea.LV_invalid_field:focus .LV_validation_message {
	text-indent: -9999px;
}
#inner, #inner2, #inner3{
	float:left;
}
/* Remove Until Here! */


/* ----- Scrollbar ----- */

#scrollable {
    margin: 0 0 20px;
    width: 720px;
	border-bottom:1px solid #f5f4f4;
}
#scrollable .scrollbar {
    background: url("/assets/img/network/itunes/bg-scrollbar-track-y.png") no-repeat scroll 0 0 transparent;
    float: right;
    position: relative;
    width: 15px;
}
#scrollable .track {
    background: url("/assets/img/network/itunes/bg-scrollbar-trackend-y.png") no-repeat scroll 0 100% transparent;
    height: 100%;
    position: relative;
    width: 15px;
}
#scrollable .thumb {
    background: url("/assets/img/network/itunes/bg-scrollbar-thumb-y.png") no-repeat scroll 50% 100% transparent;
    cursor: pointer;
    height: 20px;
    left: -5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 25px;
}
#scrollable .thumb .end {
    background: url("/assets/img/network/itunes/bg-scrollbar-thumb-y.png") no-repeat scroll 50% 0 transparent;
    height: 5px;
    overflow: hidden;
    width: 25px;
}
#scrollable .viewport {
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 690px;
}
#scrollable .overview {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#scrollable .overview p {
    margin: 0;
    padding: 0 0 20px;
}
.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* ----- Tooltip ----- */

.tooltip {
    margin-left: 7px;
	background: url("/assets/img/network/itunes/help.png") 0 0 no-repeat;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	z-index: 3;
}
.formwrap .tooltip {
	margin-top: 5px;
	margin-left: 8px;
}

/* ----- Powertip Custom ----- */

#powerTip {
	width: 270px;
	height: auto;
	color: #999;
	font-size: 11px;
	line-height: 16px;
	padding: 25px;
	margin-left: -8px;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px #aaaaaa;
	-moz-box-shadow: 0px 1px 5px #aaaaaa;
	-o-box-shadow: 0px 1px 5px #aaaaaa;
	-ms-box-shadow: 0px 1px 5px #aaaaaa;
	box-shadow: 0px 1px 5px #aaaaaa;
}
#powerTip.ne { margin-top: 35px; }
#powerTip.se { margin-top: -35px; }
#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before {
	display: none;
}


/* ----- Fancybox Custom ----- */

.fancybox-close { left: -18px; }
.fancybox-skin {
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -o-linear-gradient(top, #ffffff, #eeeeee);
	background: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background: linear-gradient(top, #ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

/* Select2 Custom */

.select2-container {
	width: 300px;
	margin: 3px 0;
}
.select2-container .select2-choice {
	border: 1px solid #e0e0e0;
    color: #666;
	background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f0f0f0), color-stop(0.5, #f9f9f9));
    background-image: -webkit-linear-gradient(center bottom, #f0f0f0 0%, #f9f9f9 50%);
    background-image: -moz-linear-gradient(center bottom, #f0f0f0 0%, #f9f9f9 50%);
    background-image: -o-linear-gradient(bottom, #f0f0f0 0%, #f9f9f9 50%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #f9f9f9 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9f9f9', endColorstr = '#f0f0f0', GradientType = 0);
    background-image: linear-gradient(top, #f0f0f0 0%, #f9f9f9 50%);
}
.select2-container .select2-choice div {
	width: 24px;
	border-left: 1px solid #e0e0e0;
	background: #e7e7e7;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e7e7e7), color-stop(0.6, #f3f3f3));
    background-image: -webkit-linear-gradient(center bottom, #e7e7e7 0%, #f3f3f3 60%);
    background-image: -moz-linear-gradient(center bottom, #e7e7e7 0%, #f3f3f3 60%);
    background-image: -o-linear-gradient(bottom, #e7e7e7 0%, #f3f3f3 60%);
    background-image: -ms-linear-gradient(top, #e7e7e7 0%, #f3f3f3 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f3f3f3', endColorstr = '#e7e7e7', GradientType = 0);
    background-image: linear-gradient(top, #e7e7e7 0%, #f3f3f3 60%);
}
.select2-dropdown-open .select2-choice div {
	background: none;
	background-image: none;
	border-left: none;
}
.select2-container .select2-choice div b {
    background-position: 3px 1px;
}
.select2-dropdown-open .select2-choice {
	border: 1px solid #aaa;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
	background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
	background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	box-shadow: none;
}
.select2-results .select2-highlighted {
    background: #0099cc;
}
.select2-drop {
	border-top: none;
}

/* ----- prettyCheckboxes Custom ----- */

label.checkbox span.holder{
	height: 147px;
	background: url(/assets/img/network/itunes/checkbox.png) 0 -1px no-repeat;
}
label.radio span.holder {
	height: 120px;
	background: url(/assets/img/network/itunes/radio.png) 0 -1px no-repeat;
}
label.checkbox:hover span.holder,
label.radio:hover span.holder {
	top: 0 !important;
}
label.pressed span.holder,
label.pressed span.holder,
label.pressed:hover span.holder,
label.pressed:hover span.holder {
	top: -75px !important;
}
label.error span.holder,
label.error span.holder,
label.error:hover span.holder,
label.error:hover span.holder {
	top: -100px !important;
}
label.checked span.holder,
label.checked span.holder,
label.checked:hover span.holder,
label.checked:hover span.holder {
	top: -50px !important;
}
label.checkbox.disabled:hover span.holder,
label.checkbox.disabled span.holder {
	top: -127px !important;
}
label.checkbox.disabled {
	color: #aaa;
}


/* ----- Fix ----- */

input:focus, textarea:focus, select:focus { -webkit-backface-visibility: hidden; }
::-moz-focus-inner { border: 0; }

.error-msg{
	color:#ff6666;
}