* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	font-family: Arial, sans-serif;
}

a,a:visited,a:active,a:link {
	text-decoration: none;
	color: #007eb9;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #e47911;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4 {
	padding-bottom: 4px;
	text-rendering: optimizeLegibility;
}

h4 {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.24;
}

input[type="text"],input[type="username"],input[type="email"],input[type="search"],input[type="number"],input[type="tel"],input[type="password"]
	{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3%;
	padding-right: 3%;
	line-height: normal;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 94%;
}

input[type="text"],input[type="username"],input[type="email"],input[type="search"],input[type="number"],input[type="tel"],input[type="password"],textarea,select.a-select-multiple,.a-input-text
	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 1px solid #d0d0d0;
	border-top: 1px solid #bbbbbb;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(0, 0, 0, 0.07) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0
		rgba(0, 0, 0, 0.07) inset;
	outline: none;
	outline-width: 0;
}

input[type="text"]:focus,input[type="text"].a-form-focus,input[type="username"]:focus,input[type="username"].a-form-focus,input[type="email"]:focus,input[type="email"].a-form-focus,input[type="search"]:focus,input[type="search"].a-form-focus,input[type="number"]:focus,input[type="number"].a-form-focus,input[type="tel"]:focus,input[type="tel"].a-form-focus,input[type="password"]:focus,input[type="password"].a-form-focus,textarea:focus,textarea.a-form-focus,select.a-select-multiple:focus,select.a-select-multiple.a-form-focus,.a-input-text:focus,.a-input-text.a-form-focus
	{
	border-color: #e49747;
	-webkit-box-shadow: 0 0 3px rgba(228, 121, 17, 0.5), 0 1px 0
		rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 0 0 3px rgba(228, 121, 17, 0.5), 0 1px 0
		rgba(0, 0, 0, 0.07) inset;
	box-shadow: 0 0 3px rgba(228, 121, 17, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07)
		inset;
}

label {
	display: block;
	padding-left: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.wd-label,.wd-label-status,.wd-status {
	float: left;
	padding: 0 4px 2px 2px;
	font-weight: bold;
}

.wd-full-label {
	float: left;
	padding-left: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.a-text-error {
	color: #FF4500;
}

.a-text-valid {
	color: #32C032;
}

.a-alert-error h4+.a-button,.a-alert-success h4+.a-button {
	margin-top: 9px;
}

.a-alert-error {
	border-color: #c40000;
}

.a-alert-error>.a-box-inner:only-child {
	-webkit-box-shadow: 0 0 0 4px #fcf4f4 inset;
	-moz-box-shadow: 0 0 0 4px #fcf4f4 inset;
	box-shadow: 0 0 0 4px #fcf4f4 inset;
}

.a-alert-error>.a-box-inner:only-child h4 {
	color: #c40000;
}

.a-alert-error>.a-box-inner:only-child div {
	word-wrap: break-word;
}

.a-alert-success {
	border-color: #89cd89;
}

.a-alert-success>.a-box-inner:only-child {
	-webkit-box-shadow: 0 0 0 4px #ebfaeb inset;
	-moz-box-shadow: 0 0 0 4px #ebfaeb inset;
	box-shadow: 0 0 0 4px #ebfaeb inset;
}

.a-alert-success>.a-box-inner:only-child h4 {
	color: #008500;
}

.a-alert-success>.a-box-inner:only-child div {
	word-wrap: break-word;
}

.a-box h4:last-child {
	padding-bottom: 0;
}

.a-box {
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px #dddddd solid;
	background-color: white;
}

.a-box .a-box-inner {
	padding: 14px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.a-text-center .a-box {
	margin-left: auto;
	margin-right: auto;
}

.a-box-inner>.a-box:only-child {
	margin: 4px 0;
}

.a-button { *
	display: inline; *
	zoom: 1;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	border: 1px solid;
	border-color: #bcc1c8 #bababa #adb2bb;
	text-align: center;
	overflow: hidden;
	max-width: 100%;
	text-decoration: none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #d8dde6;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.a-button.a-span12 {
	float: none;
	margin-right: 0;
}

.a-button .a-button-text {
	outline: 0;
	color: #111111;
	text-align: center;
	font-size: 13px;
	display: block;
	font-family: Arial, sans-serif;
	white-space: nowrap;
	background-color: transparent;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0 10px 0 11px;
	cursor: pointer;
}

.a-button .a-button-inner {
	position: relative;
	height: 29px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.a-button.a-button-span12 {
	width: 100% !important;
}

.a-button+.a-button {
	margin-left: 0.385em;
}

.a-button a,.a-button:hover a {
	color: #111111;
	text-decoration: none !important;
}

span.a-button-inner {
	display: block;
}

.a-button:hover {
	border-color: #aeb4bd #adadad #9fa5af;
}

.a-button.a-touch-press {
	border-color: #adb2bb #bababa #bababa;
}

.a-button:focus,.a-button.a-button-focus {
	outline: none;
	border-color: #e47911;
	-webkit-box-shadow: 0 0 3px rgba(228, 121, 17, 0.5);
	-moz-box-shadow: 0 0 3px rgba(228, 121, 17, 0.5);
	box-shadow: 0 0 3px rgba(228, 121, 17, 0.5);
}

.a-button.a-button-pressed,.a-button.a-button-pressed:hover {
	border-color: #adb2bb #bababa #bababa;
}

.a-button.a-button-pressed .a-button-inner,.a-button.a-button-pressed:hover .a-button-inner
	{
	background-image: none;
	filter: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	background-color: #dcdfe3;
}

.a-button.a-button-error {
	border-color: #dd0000;
}

.a-button .a-button-inner {
	background: #eff0f3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f7f8fa, #e7e9ec);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8fa),
		color-stop(100%, #e7e9ec) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f8fa, #e7e9ec);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f8fa, #e7e9ec);
	/* IE10+ */
	background: linear-gradient(top, #f7f8fa, #e7e9ec);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa',
		endColorstr='#e7e9ec', GradientType=0 );
	/* IE6-8 */ *
	zoom: 1;
}

.a-button:hover .a-button-inner {
	background: #e0e3e8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e7eaf0, #d9dce1);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7eaf0),
		color-stop(100%, #d9dce1) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e7eaf0, #d9dce1);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e7eaf0, #d9dce1);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e7eaf0, #d9dce1);
	/* IE10+ */
	background: linear-gradient(top, #e7eaf0, #d9dce1);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7eaf0',
		endColorstr='#d9dce1', GradientType=0 );
	/* IE6-8 */ *
	zoom: 1;
}

.a-button.a-touch-press .a-button-inner {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	background-color: #e7e9ec;
	background-image: none;
	filter: none;
}

.a-button-disabled {
	border-color: #cecece !important;
	background-image: none !important;
	filter: none !important;
	background: #d8dde6 !important;
	cursor: default !important;
}

.a-button-disabled:hover,.a-button-disabled:active,.a-button-disabled:focus,.a-button-disabled.a-touch-press
	{
	border-color: rgba(186, 186, 186, 0.5) !important;
}

.a-button-disabled .a-button-text {
	color: #919191 !important;
	text-shadow: none !important;
	font-weight: normal;
	cursor: default !important;
}

.a-button-disabled .a-button-inner {
	background-image: none !important;
	filter: none !important;
	background-color: #dee2ea !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	filter: none;
}

.a-button-disabled:active .a-button-inner,.a-button-disabled:focus .a-button-inner,.a-button-disabled.a-touch-press .a-button-inner
	{
	background-image: none !important;
	filter: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #dee2ea !important;
}

.a-button-disabled:hover .a-button-inner {
	background-image: none !important;
	filter: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #dee2ea !important;
}

.a-button-primary {
	border-color: #be952c #a68226 #9b7924;
	background: #eeba37;
}

.a-button-primary:hover {
	border-color: #a98527 #917221 #86691f;
}

.a-button-primary.a-touch-press {
	border-color: #9b7924 #a68226 #a68226;
}

.a-button-primary.a-button-disabled {
	border-color: #dfd4b9 !important;
	background-color: #fcf5e5 !important;
}

.a-button-primary.a-button-disabled .a-button-inner {
	background-color: #fcf5e5 !important;
	filter: none;
}

.a-button-primary .a-button-inner {
	background: #f6d073;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fee6b0, #eeba37);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee6b0),
		color-stop(100%, #eeba37) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee6b0, #eeba37);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee6b0, #eeba37);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee6b0, #eeba37);
	/* IE10+ */
	background: linear-gradient(top, #fee6b0, #eeba37);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee6b0',
		endColorstr='#eeba37', GradientType=0 );
	/* IE6-8 */ *
	zoom: 1;
}

.a-button-primary:hover .a-button-inner {
	background: #f5c85b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fede97, #ecb21f);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fede97),
		color-stop(100%, #ecb21f) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fede97, #ecb21f);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fede97, #ecb21f);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fede97, #ecb21f);
	/* IE10+ */
	background: linear-gradient(top, #fede97, #ecb21f);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fede97',
		endColorstr='#ecb21f', GradientType=0 );
	/* IE6-8 */ *
	zoom: 1;
}

.a-button-primary.a-touch-press .a-button-inner {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	background-color: #eeba37;
	background-image: none;
	filter: none;
}

label .a-checkbox-label {
	position: relative;
	top: 3px;
	left: 5px;
}

.a-color-offset-background {
	background-color: #fafafa !important;
}

.a-color-offset-background .a-divider.a-divider-section .a-divider-inner,.a-color-base-background .a-color-offset-background .a-divider.a-divider-section .a-divider-inner
	{
	background: -moz-linear-gradient(top, #dddddd, #efefef 3px, #fafafa);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd),
		color-stop(3px, #efefef), color-stop(100%, #fafafa) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd, #efefef 3px, #fafafa);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd, #efefef 3px, #fafafa);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd, #efefef 3px, #fafafa);
	/* IE10+ */
	background: linear-gradient(top, #dddddd, #efefef 3px, #fafafa);
	/* W3C */
	filter: none;
}

.a-divider.a-divider-section .a-divider-inner,.a-color-offset-background .a-box .a-divider.a-divider-section .a-divider-inner,.a-color-offset-background .a-color-base-background .a-divider.a-divider-section .a-divider-inner
	{
	height: 44px;
	margin-bottom: -18px;
	background: -moz-linear-gradient(top, #dddddd, #f7f7f7 3px, white);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd),
		color-stop(3px, #f7f7f7), color-stop(100%, white) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd, #f7f7f7 3px, white);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd, #f7f7f7 3px, white);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd, #f7f7f7 3px, white);
	/* IE10+ */
	background: linear-gradient(top, #dddddd, #f7f7f7 3px, white);
	/* W3C */
	filter: none;
	z-index: 0;
	zoom: 1;
}

.a-divider.a-divider-section .a-divider-inner:after,.a-color-offset-background .a-box .a-divider.a-divider-section .a-divider-inner:after,.a-color-offset-background .a-color-base-background .a-divider.a-divider-section .a-divider-inner:after
	{
	display: block;
	width: 100%;
	height: 44px;
	background-color: transparent;
	background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0),
		white );
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, white),
		color-stop(50%, rgba(255, 255, 255, 0) ), color-stop(100%, white) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0),
		white );
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0),
		white );
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, white, rgba(255, 255, 255, 0),
		white );
	/* IE10+ */
	background: linear-gradient(left, white, rgba(255, 255, 255, 0), white );
	/* W3C */
	filter: none;
	z-index: 1;
	content: "";
}

.a-divider.a-divider-break,.a-color-offset-background .a-box .a-divider.a-divider-break,.a-color-offset-background .a-color-base-background .a-divider.a-divider-break
	{
	text-align: center;
	position: relative;
	top: 2px;
	padding-top: 1px;
	margin-bottom: 14px;
	line-height: 0;
}

.a-divider.a-divider-break:after,.a-color-offset-background .a-box .a-divider.a-divider-break:after,.a-color-offset-background .a-color-base-background .a-divider.a-divider-break:after
	{
	content: "";
	width: 100%;
	background-color: transparent;
	display: block;
	height: 1px;
	border-top: 1px solid #e7e7e7;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
}

.a-color-offset-background .a-divider.a-divider-section .a-divider-inner:after,.a-color-base-background .a-color-offset-background .a-divider.a-divider-section .a-divider-inner:after
	{
	background-color: transparent;
	background: -moz-linear-gradient(left, #fafafa, rgba(255, 255, 255, 0),
		#fafafa );
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fafafa),
		color-stop(50%, rgba(255, 255, 255, 0) ), color-stop(100%, #fafafa) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fafafa, rgba(255, 255, 255, 0),
		#fafafa );
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fafafa, rgba(255, 255, 255, 0),
		#fafafa );
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fafafa, rgba(255, 255, 255, 0),
		#fafafa );
	/* IE10+ */
	background: linear-gradient(left, #fafafa, rgba(255, 255, 255, 0),
		#fafafa );
	/* W3C */
	filter: none;
}

.a-hidden {
	display: none !important;
	visibility: hidden !important;
}

.a-invalid-field {
	background: #fcf4f4;
}

.a-padding-extra-large {
	padding: 20px 26px !important;
}

.a-padding-vertical-mini {
	padding: 4px 0 !important;
}

.a-padding-vertical-top-tiny {
	padding: 2px 0 0 !important;
}

.a-row {
	width: 100%; *
	zoom: 1;
}

.a-row:before,.a-row:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
}

.a-row:after {
	clear: both;
}

.a-row .a-span12 {
	width: 100%;
}

.a-section {
	margin-bottom: 22px;
}

.a-section:last-child {
	margin-bottom: 0;
}

.a-spacing-base {
	margin-bottom: 14px !important;
}

.a-spacing-double-large {
	margin-bottom: 44px !important;
}

.a-spacing-extra-large {
	margin-bottom: 26px !important;
}

.a-spacing-medium {
	margin-bottom: 18px !important;
}

.a-spacing-small {
	margin-bottom: 10px !important;
}

.a-spacing-top-medium {
	margin-top: 18px !important;
}

.a-span12 {
	margin-right: 0;
}

.a-text-center {
	text-align: center !important;
}

input[type="text"].a-text-default, input[type="email"].a-text-default, input[type="username"].a-text-default {
	color: #b2b2b2;
}

input[type="text"].a-text-default::-webkit-input-placeholder, input[type="email"].a-text-default::-webkit-input-placeholder, input[type="username"].a-text-default::-webkit-input-placeholder {
	color: #b2b2b2;
}

input[type="text"].a-text-default::-moz-placeholder, input[type="email"].a-text-default::-moz-placeholder, input[type="username"].a-text-default::-moz-placeholder {
	color: #b2b2b2;
}

input[type="text"].a-text-default:-moz-placeholder, input[type="email"].a-text-default:-moz-placeholder, input[type="username"].a-text-default:-moz-placeholder {
	color: #b2b2b2;
}

input[type="text"].a-text-default:-ms-input-placeholder, input[type="email"].a-text-default:-ms-input-placeholder, input[type="username"].a-text-default:-ms-input-placeholder {
	color: #b2b2b2;
}

input[type="password"].a-text-error,input[type="text"].a-text-error,input[type="username"].a-text-error,input[type="email"].a-text-error {
	color: #FF4500;
	border-color: #FF4500;
}

input[type="password"].a-text-error::-webkit-input-placeholder,input[type="text"].a-text-error::-webkit-input-placeholder,input[type="email"].a-text-error::-webkit-input-placeholder,input[type="username"].a-text-error::-webkit-input-placeholder
	{
	color: #FF4500;
}

input[type="password"].a-text-error::-moz-placeholder,input[type="text"].a-text-error::-moz-placeholder, input[type="email"].a-text-error::-moz-placeholder,input[type="username"].a-text-error::-moz-placeholder
	{
	color: #FF4500;
}

input[type="password"].a-text-error:-moz-placeholder,input[type="text"].a-text-error:-moz-placeholder, input[type="email"].a-text-error:-moz-placeholder,input[type="username"].a-text-error:-moz-placeholder
	{
	color: #FF4500;
}

input[type="password"].a-text-error:-ms-input-placeholder,input[type="text"].a-text-error:-ms-input-placeholder
	{
	color: #FF4500;
}

input[type="password"].a-text-valid,input[type="text"].a-text-valid {
	color: #32C032;
	border-color: #32C032;
}

input[type="password"].a-text-valid::-webkit-input-placeholder,input[type="text"].a-text-valid::-webkit-input-placeholder
	{
	color: #32C032;
}

input[type="password"].a-text-valid::-moz-placeholder,input[type="text"].a-text-valid::-moz-placeholder
	{
	color: #32C032;
}

input[type="password"].a-text-valid:-moz-placeholder,input[type="text"].a-text-valid:-moz-placeholder
	{
	color: #32C032;
}

input[type="password"].a-text-valid:-ms-input-placeholder,input[type="text"].a-text-valid:-ms-input-placeholder
	{
	color: #32C032;
}

.wd-container {
	max-width: 320px;
	width: 100%;
	min-width: 240px;
	margin: 0 auto;
}

.gwt-ref-style-name {
	width: 0px;
	height: 0px;
}