.fancybox-skin {
	background: none!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dialogue {
	color: #bbb;
	text-align: center;
	padding: 30px;
	background: #1a1a1a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dialogue h1, .dialogue h2 {
	color: #fff;
	text-align: left;
	font-weight: 200;
	font-size: 26px;
	margin: 0 0 10px 0!important;
	padding: 0;
}

.dialogue h3 {
	font-weight: 200;
	text-align: left;
	font-size: 20px;
}

.dialogue p {
	display: inline-block;
	font-size: 15px;
	font-weight: 200;
	text-align: left;
	width: 100%;
}

.dialogue .hint {
	font-size: 13px;
	margin-top: 4px;
	color: #666;
}

.dialogue .dialogue-form {
	margin-top: 20px;
}


.dialogue .input {
	width: 100%;
	display: inline-block;
	margin-bottom: 6px;
}

.dialogue .input.horizontal {
	float: left;
	width: 48%;
	margin-right: 16px;
}

.dialogue .input.horizontal.nomarg {
	margin-right: 0;
}

.dialogue .input.horizontal input {
	padding-right: 0!important;
}

.dialogue .input label {
	width: 25%;
	float: left;
	line-height: 30px;
	text-align: left;
	font-weight: 200;
	font-size: 15px;
	display: none;
}
.dialogue .input > span {
	width: 25%;
	float: left;
	line-height: 30px;
	text-align: left;
	font-weight: 200;
	font-size: 15px;
	white-space: nowrap;
}

.dialogue .input > input[type=text], .dialogue .input input[type=password], .dialogue .input textarea {
	float: left;
	width: 93.5%!important;
	height: 30px;
	background: #292929;
	border: none;
	outline: none;
	padding: 4px 12px;
	color: #bbb;
	font-size: 15px;
	font-weight: 200;
	line-height: 30px;
	font-family: "myriad-pro",sans-serif, helvetica, Arial, sans-serif;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}

.dialogue .input textarea {
	height: auto;
	padding: 8px 12px;
}

.dialogue .input > input:hover, .dialogue .input textarea:hover, .dialogue .input > input:focus, .dialogue .input textarea:focus {
	background: #3d3d3d;
	color: #fff;
}

.dialogue .field {
	clear: both;
	width: 93.5%!important;
	color: #666!important;
	background: #292929;
	padding: 4px 12px;
}

.dialogue .buttons {
	width: auto;
	margin: 10px auto 0;
	clear: both;
	float: right;
}

.dialogue .centered {
	margin: 0 auto!important;
	width: 225px!important;
	float: none;
}
.dialogue .centered button {
	margin: 5!important;
}

.dialogue .buttons button, .dialogue .buttons a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-family: "myriad-pro",sans-serif, helvetica, Arial, sans-serif;
	color: white;
	background: #1a8abf;
	height:30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	min-width: 6em;
	margin: 0 0 0 12px;
	padding: 0 6px;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	text-shadow: 0;
}

.dialogue .buttons button:hover, .dialogue .buttons a:hover {
	background-color: #125d81;
	color: #fff;
}

.dialogue #forgotPassword {
	width: 100%;
	color: #1a8abf!important;
	margin: 14px 0;
	text-align: right!important;
}

.dialogue #forgotPassword a {
	color: #1a8abf;
	text-decoration: none;
	font-size: 14px;
}

.dialogue #forgotPassword a:hover {
	color: #125d81;
}

.dialogue .append {
	background: #141414;
	width: 100%;
	padding: 30px;
	margin-left: -30px;
	margin-bottom: -30px;
	-webkit-border-radius: 4px ;
	-moz-border-radius: 4px;
	border-radius: 0 0 4px 4px;
}

.dialogue .append a {
	font-size: 16px;
	color: #aaa;
	text-decoration: none;
	font-weight: 200;
	font-size: 18px;
}

.dialogue .append a span {
	color: #1a8abf;
}

.dialogue .append a:hover span {
	color: #125d81;
}

.dialogue h2#outcomeNoticeMsg {
	text-align: center;
	font-weight: 200;
	font-size: 22px;
}

.dialogue p#returnNoticeMsg {
	margin: 0 0 20px!important;
}

.dialogue span.stripes-error, .dialogue span.error, p.error {
	color: #f35331;
	width: 90%!important;
	font-size: 13px!important;
	white-space: normal!important;
	line-height: 16px!important;
	margin-bottom: 4px;
}

#confirmReturn .buttons {
	margin: 0 auto!important;
	display: block!important;
	float: none;
}

#loginOutcome {
	clear: both;
	display: inline-block;
	margin-top: 20px;
}

/* HISTORY */
.settings .fancybox-inner {
	border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	-o-border-radius: 6px!important;
}

.history-frame {
	background: #222;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative;
	padding-top: 100px;
	overflow: auto;
}
.history-scroll {
	overflow: auto;
	height: 568px;
}
#historyHead {
	position: absolute;
	height: 100px;
	width: 600px;
	background: #181818;
	top: 0px;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	background: #1a1a1a;
	-moz-box-shadow: 0 3px 5px #111111;
	-webkit-box-shadow: 0 3px 5px #111111;
	box-shadow: 0 3px 5px #111111;
	border-bottom: 1px solid #1d1d1d;
}
#historyHead h1 {
	padding: 36px 20px;
	font-size: 26px;
}
.history-frame h2 {
	color: #fff;
	font-weight:200;
	margin: 0;
}
.history-frame .cell:first-child {
	border-top: none;
}
.history-frame .cell {
	padding: 20px;
	color: #aaa;
	font-weight: 200;
	background: #141414;
}

/* ERROR */

#error ul {
	list-style: none;
}
#error ul li.error-type {
	color: #bbb;
	font-weight: 200;
	text-align: left;
}
#error ul li.error-type input[type=checkbox] {
	margin-right: 6px;
}

#error .buttons {
	float: left;
}

#error button {
	float: left;
}

#error button.disabled  {
	background: #141414;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #aaa;
	display: block;
	height: 30px;
	cursor: auto;
	margin-left: 0;
	text-shadow: none;
}


/* loader */
#loading {
	padding: 24px 0;
	height: 220px;
}
#loading h2 {
	text-align: center;
	color: white;
	margin: 36px auto 24px;
	text-shadow: 0 -1px 1px #000;
}
.loader {
	width: 103px;
	height: 103px;
	margin: 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	overflow: hidden;
	background: #000;
	-moz-box-shadow: 0 2px 1px #649ddf;
	-webkit-box-shadow: 0 2px 1px #649ddf;
	box-shadow: 0 2px 1px #649ddf;
	margin-bottom: 20px;
}