<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.field-group {
	margin-bottom: 5em;
}

fieldset.col {
	float: left;
	width: 48%;
	margin-right: 2%;
}

fieldset legend {
	font-weight: 600;
	font-size: 1.8em;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #333;
}

.nolabel {
	display: none;
}

fieldset label, fieldset p.form-label {
	font-size: 1.4em;
	margin-left: 2px;
	display: block;
	margin-bottom: 6px;
	color: #575757;
	font-weight: 600;
}

fieldset label.checkbox {
	font-weight: normal;
	font-style: normal;
}

fieldset div.row {
	margin-bottom: 23px;
}

form span.checkbox {
	display: block;
	clear: both;
	width: 100%;
}

span.checkbox label {
	display: inline-block;
	position: absolute;
	float: left;
	margin-left: 28px;
}

form span.checkbox input {
	float: left;
	display: inline-block;
	width: auto;
	margin-right: 20px;
}

form .checkbox {
	float: left;
	display: inline-block;
	width: auto;
	margin-right: 20px;
	position: relative;
}

fieldset p.form-help, form p.form-help {
	font-style: italic;
	margin-left: 1px;
	margin-bottom: 7px;
	color: #717171;
	font-size: 1.1em;
	margin-top: 5px;
}


input.form-text,
form fieldset textarea, form textarea, input.form-text.locked {
	display: block;
	width: 96%;
	padding: 7px;
	font-size: 1.4em;
	color: #404040;
	border: 1px solid #c7c7c7;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input.form-text {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*Fake text field Div*/

.fake-text-field {
	display: block;
	width: 96%;
	padding: 7px;
	font-size: 1.5em;
	color: #404040;
	border: 1px solid #c7c7c7;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input#password, input#repeatPassword {
	display: block;
	width: 96%;
	padding: 7px;
	font-size: 1.4em;
	color: #404040;
	border: 1px solid #c7c7c7;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input.form-text.no-width {
	width: inherit;
}

input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
}

input.form-text.locked, input.form-text.locked:focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0);
	border: none;
	background: #E2E2E2 url(/img/form-locked-field-icon.gif) no-repeat 10px center;
	padding-left: 30px;
	width: 75%;
}

.fake-text-field.disabled {
	display: block;
	width: 96%;
	padding: 7px;
	font-size: 1.5em;
	color: #404040;
	border: 1px solid #c8c8c8;
	background: #eee;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

form fieldset textarea {
	height: 150px;
}

form fieldset select {
	min-width: 25%;
	margin: 0;
}

button {
	border-style: none;
	background: none;
}

input.form-text.field-search {
	background: #fff url(/img/icon-form-search-field.gif) no-repeat 96% center;
	padding-right: 29px;
}

input.form-text.dollar {
	background: #fff url(/img/icon-dollar.png) no-repeat 7px center;
	padding-left: 25px;
}

input.form-text.date {
	background: #fff url(/img/icon-calendar.png) no-repeat 7px center;
	padding-left: 28px;
}

input.med {
	padding: 5px;
}

.ui-combobox {
	position: relative;
	display: inline-block;
}
.ui-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 103%;
	padding: 0;
	/* adjust styles for IE 6/7 */
	*height: 1.7em;
	*top: 0.1em;
	margin-top: 12px;
}
.ui-combobox-input {
	/*display: block;*/
	width: 96%;
	padding: 7px 30px 7px 7px;
	font-size: 1.4em;
	color: #404040;
	border: 1px solid #c7c7c7;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.08);
	-webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/*margin: 0;*/
}

ul.ui-autocomplete {
	background-color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px 0px 2px 2px;
	border: 1px solid #c7c7c7;
	-webkit-box-shadow:  1px 1px 0px 1px rgba(5, 5, 5, .1);
    box-shadow:  1px 1px 1px 0px rgba(3, 3, 3, .2);
}

.ui-menu .ui-menu-item a {
	font-size: 1.4em;
	background-color: #fff;
	border-bottom: none;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #08C;
}

/* Special cases */

#inbox-message-thread form fieldset input.form-text,
#inbox-message-thread form fieldset textarea, #inbox-message-thread form fieldset input.form-text.locked {
	width: 95%;
}

input.form-text.field-short-inline {
	width: 200px;
	float: left;
	margin-right: 10px;
}

/* Default Button */

button,
input[type="submit"] {
	background: #f5f5f5;


/* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%

);
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7

));
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 10

0%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 1

00%);
	/* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7

100%);
	/* IE10+ */
background: linear-gradient(top,  #f5f5f5 0%,#e7e7e7

100%);
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientT

ype=0 );
	/* IE6-8 */

	border: 1px solid #bebebe;
	color: #333;
	cursor: pointer;
	font-weight: 600;
	/*text-shadow: #3c6390 0 -1px 0;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: 2%;
	padding-bottom: 2%;
}

button:active,
input[type="submit"]:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: .08em;
}

/* Sidebar Button */

button.sidebar-big-button {
	background: #f5f5f5;


/* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%

);
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7

));
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 10

0%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 1

00%);
	/* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7

100%);
	/* IE10+ */
background: linear-gradient(top,  #f5f5f5 0%,#e7e7e7

100%);
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientT

ype=0 );
	/* IE6-8 */

	border: 1px solid #bebebe;
	width: 80%;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	/*text-shadow: #3c6390 0 -1px 0;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.4em;
	margin-left: 9%;
	margin-top: 11px;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: 2%;
	padding-bottom: 2%;
}

button.sidebar-big-button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Blue Button */

button.blue,
input[type="submit"].blue {
	background: #1CB7E4;
	/

* Old browsers */
	background: -moz-linear-gradient(top, #1CB7E4 0%, #0c8dc9 100%);


/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1CB7E4), color-stop(100%,#0c8dc9));


/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%);

/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%)

;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%

);
	/* IE10+ */
	background: linear-gradient(top, #1CB7E4 0%,#0c8dc9 100

%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1CB7E4', endColorstr='#0c8dc9',GradientType=

0 );
	/* IE6-9 */

	border: 1px solid #5688ba;
	color: #fff;
	cursor: pointer;
	text-shadow: #3c6390 0 -1px 0;
	min-width: 80px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.6em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 1px 0px rgba(3, 3, 3, .2);
	padding-top: .5em;
	padding-bottom: .5em;
}

button.blue:hover,
input[type="submit"].blue:hover {
	background: #40d3f6;

/* Old browsers */
background: -moz-linear-gradient(top,  #40d3f6 0%, #2ca4e8 100%)

;
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40d3f6), color-stop(100%,#2ca4e8)

);
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2BC1E9 0%, #2399DC 100

%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #40d3f6 0%,#2ca4e8 10

0%);
	/* Opera 11.10+ */
background: -ms-linear-gradient(top,  #40d3f6 0%,#2ca4e8 1

00%);
	/* IE10+ */
background: linear-gradient(top,  #40d3f6 0%,#2ca4e8

100%);
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d3f6', endColorstr='#2ca4e8',GradientTy

pe=0 );
/* IE6-9 */
}

button.blue:active,
input[type="submit"].blue:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Green Button */

button.green {
	background: #B3D72D;
	background: -moz-linear-gradient(top, #B3D72D 0%, #93C623 5%, #7CBA1D 51%, #6AB119 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B3D72D), color-stop(5%,#93C623), color-stop(51%,#7CBA1D), color-stop(100%,#6AB119));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B3D72D', endColorstr='#6AB119',GradientType=0 );
	/* ie */


border: 1px solid #467700;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 40px;
	text-shadow: 0px -1px 0px #55980d;
	min-width: 150px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: .5em;
	padding-bottom: .5em;
}

button.green:hover {
	background: #B8E02F;
	background: -moz-linear-gradient(top, #B8E02F 0%, #9BD325 5%, #85C920 51%, #76C21C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8E02F), color-stop(5%,#9BD325), color-stop(51%,#85C920), color-stop(100%,#76C21C));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8E02F', endColorstr='#76C21C',GradientType=0 );
/* ie */
}

button.green:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Trial activation Button */

button.activate{
	filter: none;
    background: #174F84;
	border: 1px solid #052D50;
	/*border: none;*/
	color: #fff;
	font-size: 1.3em;
	cursor: pointer;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: .5em 1em;
	box-shadow: inset 0px 1px 0px 0px rgba(57, 145, 210, .5), 0px 0px 40px 10px rgba(49, 143, 227, .8), 0px 2px 1px 0px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(57, 145, 210, .5), 0px 0px 40px 10px rgba(49, 143, 227, .8), 0px 2px 0px 0px rgba(0, 0, 0, .4);

}

button.activate:hover{
	background: #113d68; /* Old browsers */
	-webkit-transition: background;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}

button.activate:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}

.error-dialog .ui-dialog-buttonset button {
	background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */

	border: 1px solid #bebebe;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	/*text-shadow: #3c6390 0 -1px 0;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.3em;
	-webkit-box-shadow:  1px 1px 0px 1px rgba(5, 5, 5, .1);
    box-shadow:  1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	min-width: 75px;
}

.error-dialog .ui-dialog-buttonset button:active {
	-webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  	top: .08em;
}

/* Modal button gray */

.ui-dialog-buttonset button.gray {
	background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(top,  #f5f5f5 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */

	border: 1px solid #bebebe;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4em;
	-webkit-box-shadow:  1px 1px 0px 1px rgba(5, 5, 5, .1);
    box-shadow:  1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: 2%;
	padding-bottom: 2%;
}

.ui-dialog-buttonset button.gray:active {
	-webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  	top: .08em;
}

button.med {
	font-size: 1.2em;
	padding: 6px;
	min-width: 60px;
}

button.sm {
	font-size: .9em;
	padding: 3px;
	min-width: 50px;
}

button.secondary {
	font-weight: normal;
	opacity: .95;
}

.button-alt-link {
	font-size: 12px;
	margin-left: .5em;
	margin-right: .5em;
	color: #878787;
}

.button-alt-link a:link,
.button-alt-link a:visited {
	color: inherit;
}

.button-alt-link a:hover {
	color: #000;
}

button[disabled="disabled"],
button[disabled="disabled"]:hover,
button[disabled="disabled"]:active {
	color: #a2a2a2;
	text-shadow: none;
	border-color: #c3c3c3;
	background: -moz-linear-gradient(top, #d0d0d0 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d0d0d0 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d0d0d0 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d0d0d0 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(top, #d0d0d0 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:  none;
    box-shadow:  none;
    position: inherit;
    cursor: default;
}

/* ---- ERRORS --- */

span.form-error label {
	color: #831d14;
}

span.form-error input.form-text {
	border: 1px solid #FF3333;
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}

span.form-error .form-error-description {
	color: #B81809;
	font-size: 1.2em;
	margin-top: 4px;
}

/* Basic Form Error Styling */

form .error label {
	color: #B81809;
}

form .error input.form-text,
form .error textarea,
form .error input.form-text.locked,
form .error input.form-url {
	border: 1px solid #B81809;
}

form .error .error-description {
	margin-top: .5em;
	color: #B81809;
	font-size: 1.2em;
}

.form-bg-wrap {
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	padding: .7em;
	width: 100%;
}

/* ---- IPHONE STYLE CHECKBOX --- */

.iPhoneCheckContainer {
	-webkit-transform: translate3d(0,0,0);
	position: relative;
	height: 22px;
	cursor: pointer;
	overflow: hidden;
}

.iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	/*font-family:

"Helvetica Neue", Arial, Helvetica, sans-serif;*/
    cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 2px;
	overflow: hidden;
}

.iPhoneCheckContainer, .iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.iPhoneCheckDisabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

label.iPhoneCheckLabelOn {
	color: #006600;
	background: url('/img/iphone-style-checkboxes/on.png') no-repeat;
	/*t

ext-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);*/
  left: 0;
	padding-top: 3px;
}

label.iPhoneCheckLabelOn span {
	padding-left: 10px;
}

label.iPhoneCheckLabelOff {
	color: #323232;
	background: url('/img/iphone-style-checkboxes/off.png') no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
}

label.iPhoneCheckLabelOff span {
	padding-right: 10px;
}

.iPhoneCheckHandle {
	display: block;
	height: 22px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('/img/iphone-style-checkboxes/slider_left.png') no-repeat;
	padding-left: 3px;
}

.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 4px;
	background: url('/img/iphone-style-checkboxes/slider_right.png') no-repeat right 0;
}

.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('/img/iphone-style-checkboxes/slider_center2.png');
}

.iOSCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
}

.iOSCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.iOSCheckContainer label {
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 5px;
	overflow: hidden;
}

.iOSCheckContainer, .iOSCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.iOSCheckDisabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

label.iOSCheckLabelOn {
	color: white;
	background: url('/img/ios-style-checkboxes/on.png?1284697268') no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding-top: 5px;
}

label.iOSCheckLabelOn span {
	padding-left: 8px;
}

label.iOSCheckLabelOff {
	color: #8b8b8b;
	background: url('/img/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
}

label.iOSCheckLabelOff span {
	padding-right: 8px;
}

.iOSCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('/img/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
	padding-left: 3px;
}

.iOSCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('/img/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0;
}

.iOSCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('/img/ios-style-checkboxes/slider_center.png?1284697268');
}

/* ---- CAPTCHA --- */

.realperson-text {
	margin-top: 1.4em;
	margin-bottom: 1.5em;
	display: inline-block;
	padding: 1.5em;
	border: 1px solid #ccc;
}

.realperson-regen {
	font-style: italic;
	color: #757575;
	text-align: left!important;
	margin-bottom: .7em;

}

input#rht.form-text.hasRealPerson {
	width: 55%;
}

/* ---- MEDIA QUERIES --- */

@media screen and (max-width: 768px) {

fieldset.col {
	display: block;
	width: 100%;
}

}

@media screen and (max-width: 520px) {

fieldset.col {
	display: block;
	width: 100%;
}

/* Trial activation Button */

button.activate{
    background: #174F84;
    bgcolor: #174F84;
	border: 1px solid #052D50;
	/*border: none;*/
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: .5em 1em;
	box-shadow: inset 0px 1px 0px 0px rgba(57, 145, 210, .5), 0px 0px 5px 2px rgba(49, 143, 227, .8), 0px 2px 1px 0px rgba(0, 0, 0, .4);
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(57, 145, 210, .5), 0px 0px 5px 2px rgba(49, 143, 227, .8), 0px 2px 0px 0px rgba(0, 0, 0, .4);
}

button.activate:hover{
	background: #113d68; /* Old browsers */
	-webkit-transition: background;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}

}

@media screen and (min-width: 1200px) {

}

/* ---- Honeypots ---- */
#nreal-row-div-planet {
    display: none;
}
#nreal-row-div-river {
    display: none;
}
</pre></body></html>