body {
	background: #E4E4E4;
}

.wrapper {
	width: 548px;
	margin: 166px auto 100px;
	
	font-size: 0.875em;
}

.background, .background-top, .background-bottom {
	background: url(/img/background-unsubscribe.png) 0 0 no-repeat;
}
.background {
	background-position: -548px 0;
	background-repeat: repeat-y;
}
.background-bottom {
	background-position: -1096px 100%;
	padding: 0 56px 100px;
	width: 436px;
	overflow: hidden;
}

#header {
	padding: 54px 0 32px;
	text-align: center;
}

h1 {
	color: #999;
	font-size: 1.285em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.reasons-link {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
}

.reasons-link a {
	text-decoration: underline;
}

.reasons-link a:hover {
	text-decoration: none;
}

.text-block
{
	text-align: center;
}

/**
  * =Popup
  */
.popup {
	background: #fff;
	font-size: 0.75em;
}
	.popup .c-t, .popup .c-b { 
		position: absolute;
		z-index: 1;
		height: 7px;
		left: 8px;
		right: 8px;
		background: url(/img/popup/borders-tb.png) 0 0 repeat-x;
	}
		.popup .c-t { top: -7px; }
		.popup .c-b { bottom: -7px; background-position: 0 -7px; }
	
	.popup .c-l, .popup .c-r { 
		position: absolute;
		z-index: 1;
		width: 7px;
		top: 8px;
		bottom: 8px;
		background: url(/img/popup/borders-lr.png) 0 0 repeat-y;
	}
		.popup .c-l { left: -7px; }
		.popup .c-r { right: -7px; background-position: -7px 0; }
	
	.popup .c-lt, .popup .c-rt, .popup .c-rb, .popup .c-lb {
		z-index: 1;
		width: 15px;
		height: 15px;
		position: absolute;
		background: url(/img/popup/corners.png) 0 0 no-repeat;
	}
		.popup .c-lt { left: -7px; top: -7px; background-position: 0 0; }
		.popup .c-rt { right: -7px; top: -7px; background-position: -15px 0; }
		.popup .c-rb { right: -7px; bottom: -7px; background-position: -15px -15px; }
		.popup .c-lb { left: -7px; bottom: -7px; background-position: 0 -15px; }
	
	.popup .popup-close {
		background: url(/img/popup/icon-close.png) 0 0 no-repeat;
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		top: 11px;
		right: 16px;
		cursor: pointer;
	}
	
	.popup .popup-arrow {
		position: absolute;
		z-index: 2;
	}
	.popup .popup-arrow-t, .popup .popup-arrow-b {
		height: 19px;
		width: 30px;
	}
	.popup .popup-arrow-l, .popup .popup-arrow-r {
		width: 19px;
		height: 30px;
	}
	.popup .popup-arrow-t {
		background: url(/img/popup/arrow-t.png) 0 0 no-repeat;
		left: 75px;
		top: -19px;
	}
	.popup .popup-arrow-b {
		background: url(/img/popup/arrow-b.png) 0 0 no-repeat;
		left: 75px;
		bottom: -19px;
	}
	.popup .popup-arrow-l {
		background: url(/img/popup/arrow-l.png) 0 0 no-repeat;
		left: -19px;
		top: 38px;
	}
	.popup .popup-arrow-r {
		background: url(/img/popup/arrow-r.png) 0 0 no-repeat;
		right: -19px;
		top: 38px;
	}
	
/**
 * =Popup form (AJAX)
 */
.popup .loading {
	padding: 16px 21px 18px 16px;
	width: 444px;
	height: 100px;
	background: url(/img/popup/loading.gif) 50% 50% no-repeat; 
}
.popup .form {
	padding: 16px 21px 18px 16px;
	width: 444px;
}
 
.popup .form h1 {
	font-size: 1.333em;
	font-weight: bold;
	color: #333;
	margin: 0 32px 27px 8px;
}
.popup .form p {
	padding: 0 10px 13px 8px;
	margin: 0;
}

.popup .field {
	padding: 0 0 10px;
	position: relative;
	width: 100%;
}

.popup .field label {
	width: 122px;
	display: block;
	float: left;
	line-height: 30px;
	font-size: 1.166em;
	
	padding: 0 0 0 8px;
	min-height: 30px;	/* Make sure empty labels doesn't dissapear */
}

/* Text input */
.popup .input, .popup .select a {
	background: url(/img/form-inputs.png) 0 -30px repeat-x;
	float: left;
}
	.popup .input div, .popup .select a span {
		background: url(/img/form-inputs.png) 0 0 no-repeat;
		float: left;
		display: block;
	}
	.popup .input input, .popup .select a span span {
		background: url(/img/form-inputs.png) 100% -60px no-repeat;
		padding: 0 12px;
		border: 0;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
	}
	
	.popup .input input,
	.popup .textarea textarea {
		color: #999;
		font-size: 1.166em;
		width: 290px;
	}

/* Textarea input */
.popup .textarea {
	border: 1px solid #989898;
	float: left;
	position: relative;
}
	.popup .textarea textarea {
		width: 288px;
		border: 0;
		margin: 0;
		min-height: 108px;
		padding: 5px 12px;
		resize: none;
		display: block;
	}
	
	.popup .textarea .c-lt, .popup .textarea .c-rt, .popup .textarea .c-rb, .popup .textarea .c-lb, .popup .select-dropdown .l, .popup .select-dropdown .r {
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		background: url(/img/form-inputs.png) 0 -210px no-repeat;
		overflow: hidden;
	}
	.popup .textarea .c-lt { left: -1px; top: -1px; background-position: 0 -210px; }
	.popup .textarea .c-rt { right: -1px; top: -1px; background-position: -22px -210px; }
	
	.popup .select-dropdown .r,
	.popup .textarea .c-rb { right: -1px; bottom: -1px; background-position: -22px -218px; }
	
	.popup .select-dropdown .l,
	.popup .textarea .c-lb { left: -1px; bottom: -1px; background-position: 0 -218px; }
	
.popup .field-no-label {
}
	.popup .field-no-label .input input {
		width: 420px;
	}

/* Select dropdown */
.popup .select {
	float: left;
	position: relative;
	z-index: 2;
}
	.popup .select a {
		position: relative;
		z-index: 4;
	}
	.popup .select a span span {
		background-position: 100% -226px;
		font-size: 1.166em;
		color: #666;
		padding-right: 36px;
	}
	.popup .select a:hover {
		text-decoration: none;
	}
	
	.popup .select-open a span {
		background-position: 0 -256px;
	}
	.popup .select-open a span span {
		background-position: 100% -286px;
	}
	
.popup .select-dropdown {
	position: absolute;
	z-index: 3;
	display: none;
	left: 0;
	top: 22px;
}
	.popup .select-dropdown-inner {
		background: #fff;
		border: 1px solid #989898;
		border-top: 0;
		padding: 13px 0 3px;
	}
	.popup .select-open .select-dropdown {
		display: block;
	}
	.popup .select-dropdown ul {
		list-style: none;
	}
	.popup .select-dropdown li:first-child {
		position: relative;
	}
	.popup .select-dropdown a {
		background: none;
		line-height: 20px;
		float: none;
		padding: 0 12px;
		font-size: 1.166em;
		color: #666;
		display: block;
	}
	.popup .select-dropdown .selected a {
		color: #fff;
		background: #27A0CF;
	}
	
	.popup .select-dropdown .r {
		right: 0; bottom: 0;
	}
	.popup .select-dropdown .l {
		left: 0; bottom: 0;
	}
	
	.FF .popup .select-dropdown .l,
	.FF .popup .select-dropdown .r,
	.WebKit .popup .select-dropdown .l,
	.WebKit .popup .select-dropdown .r {
		display: none;
	}
	
	.FF .popup .select-dropdown-inner,
	.WebKit .popup .select-dropdown-inner {
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-radius: 0 0 8px 8px;
	}

.popup .select .scrollbar {
	display: none;
	position: absolute;
	right: 11px;
	top: 16px;
	width: 0;
	border-left: 1px solid #D8EFF7;
	height: 72px;
}
	.popup .select .scrollbar .drag {
		width: 12px;
		height: 17px;
		background: url(/img/icons/dragger-vertical.gif) 0 0 no-repeat;
		position: absolute;
		left: -6px;
		top: 0;
		z-index: 1;
	}
	
.popup .select .scrollable ul {
	height: 83px;
	overflow: hidden;
	margin-right: 20px;
}
.popup .select .scrollable .scrollbar {
	display: block;
}

/* Submit button */
.popup .button, .popup .button div, .popup .button button, .popup .button a {
	background: url(/img/form-inputs.png) 0 0 no-repeat;
	height: 40px;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}
	.popup .button {
		background-position: 0 -170px;
		background-repeat: repeat-x;
		position: relative;
		margin: 14px 0 0 127px;
		padding: 0;
	}
	.popup .button div {
		background-position: 0 -90px;
		padding: 0;
		margin: 0;
	}
	.popup .button button,
	.popup .button a {
		background-position: 100% -130px;
		color: #fff;
		cursor: pointer;
		font-size: 1.166em;
		font-weight: bold;
		line-height: 35px;
		padding: 0 44px 5px;
		margin: 0;
	}
	.popup .button a:hover {
		text-decoration: none;
	}
	
.popup .button-no-label {
	margin-left: 140px;
}

	.error {
		color:#DD0000;
		font-size:1.166em;
		font-weight:bold;
		padding:0 10px 10px 8px;
	}

.supervisor-comment label {
	display: block;
	padding-bottom: 5px;
}
.supervisor-comment textarea {
	display: block;
	width: 400px;
	height: 300px;
	padding: 5px;
	margin-bottom: 15px;
	font: 14px Arial;
}
.supervisor-comment .submit {
	width: 100%;
	overflow: hidden;
}
.supervisor-comment .submit button {
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 10px;
	background: url(/img/login-page/login-button-left.png) left center no-repeat;
	border: 0;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.supervisor-comment .submit span {
	cursor: pointer;
	float: left;
	padding-right: 10px;
	height: 40px;
	line-height: 36px;
	background: url(/img/login-page/login-button-right.png) right center no-repeat;
	border: none;
	text-align: center;
	color: #fff;
	outline: none;
	vertical-align: top;
}
