/*###################################################*/
/*##################  RESET  ########################*/
/*###################################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*###################################################*/
/*##################  GENERAL  ######################*/
/*###################################################*/
body {
	overflow-y: scroll;
	background: #0d5997 url(https://www.loweaston.co.uk/uploads/la/loweaston_bg_blue.jpg) center top no-repeat;
	color: #222222;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4 {
	clear: both;
	line-height: 1;
}

h1 {
	margin: 0 0 25px 0;
	color: #8d2c3d;
	font-size: 0.875em;
	font-weight: bold;
}

	h1 a,
	h2 a {
		float: right;
	}

h2 {
	margin: 25px 0 15px 0;
	padding: 4px 10px 6px 10px;
	display: block;
	background-color: #11589F;
	color: #ffffff;
	font-size: 0.7em;
	font-weight: bold;
}

h2#ccc-title {
	background-color: transparent;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 0.7em;
	color: #8d2c3d;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 0.875em;
	color: #222222;
}

p {
	margin: 0 0 15px;
	font-size: 0.625em;
	line-height: 1.2;
}

	p strong {
		color: #000;
	}

ul, ol {
	margin: 0 0 15px 30px;
	font-size: 0.625em;
	line-height: 1.2;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

	li {
		margin: 0 0 10px;
	}

a {
	color: #11589F;
	font-weight: bold;
}

	a:hover {
		color: #8d2c3d;
	}

a.button {
	width: auto;
	margin: 0 0 15px 15px;
	padding: 7px 13px;
	position: relative;
	top: -10px;
	background-color: #125aa6;
	border: 1px solid #1b4380;
	--webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	--webkit-box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	cursor: pointer;
}

	a.button:hover {
		background-color: #1b4380;
	}

p a.button {
	margin: 10px 15px 15px 0;
	font-size: 1em;
}

/*###################################################*/
/*##############  MAIN STRUCTURE  ###################*/
/*###################################################*/

.center {
	width: 900px;
	margin: 0 auto;
}

.col50 {width: 360px;}

.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

.wrap {
	padding-top: 25px;
}

	.header {
		height: 134px;
		background: #fff;
		--webkit-border-radius: 15px 15px 0 0;
		-moz-border-radius: 15px 15px 0 0;
		border-radius: 15px 15px 0 0;
	}

		.logo {
			width: 165px;
			height: 90px;
			margin: 26px 0 0 35px;
			padding: 0;
			float: left;
		}

		.header-right {
			width: 300px;
			margin: 26px 35px 0 0;
			float: right;
			color: #11589f;
			text-align: right;
		}

			.header-right p {
				font-size: 0.8em;
				line-height: 17px;
			}

			.header-right p.header-contact {
				margin: 17px 0 0;
				font-size: 0.875em;
				font-weight: bold;
				line-height: 18px;
			}

				.header-right p.header-contact span {
					color: #8d2c3d;
				}

	.content {
		padding: 16px;
		background: #DFDFDF url(https://www.loweaston.co.uk/uploads/la/main_shadow.jpg) 0 0 repeat-x;
		--webkit-border-radius: 0 0 15px 15px;
		-moz-border-radius: 0 0 15px 15px;
		border-radius: 0 0 15px 15px;
	}

		.content-block {
			padding: 40px;
			background-color: #fff;
			border: 1px solid #b5b5b5;
		}

/*###################################################*/
/*##################  FOOTER  #######################*/
/*###################################################*/

.footer {
	width: 100%;
	clear: both;
	color: #fff;
	font-size: 0.625em;
	line-height: 35px;
}

	.footer a {
		color: #fff;
		font-weight: normal;
	}

/*###################################################*/
/*####################  NAV  ########################*/
/*###################################################*/
.nav, .nav ul {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 300;
}

.nav {
	background: url(https://www.loweaston.co.uk/uploads/la/menu_over.jpg) 0 0 repeat-x;
}

	.nav ul {
		list-style-type: none;
		font-size: 0.7em;
	}

		.nav li, .nav a {
			margin: 0;
			padding: 0;
			float: left;
			position: relative;
		}

			.nav a {
				height: 35px;
				margin: 0;
				padding: 0 12px;
				border-right: 1px solid #cb3e57;
				border-left: 1px solid #44151d;
				font-weight: bold;
				color: #fff;
				line-height: 35px;
				text-decoration: none;
			}

			.nav a.home {
				border-left: none;
			}

			.nav a.partners-area {
				border-right: none;
			}

			.nav a:hover,
			.nav ul li:hover a,
			.nav a.menuactive {
				background: url(https://www.loweaston.co.uk/uploads/la/menu_up.jpg) 0 0 repeat-x;
				border-right: 1px solid #a7caed;
				border-left: 1px solid #072442;
			}

			.nav li.home a.menuactive,
			.nav li.home a:hover {
				border-left: none;
			}

			.nav li.contact-us a.menuactive {
				border-right: none;
			}

				.nav ul ul {
					width: 200px;
					height: auto;
					position: absolute;
					top: 35px;
					left: 0;
					display: none;
					background: #11559e;
					font-size: 0.9em;
				}

				.nav ul li:hover ul {
					display: block;
				}

					.nav ul ul li {
						width: 200px;
					}

						.nav ul ul a,
						.nav ul li:hover ul a {
							height: auto;
							padding: 6px 20px 6px 12px;
							float: none;
							display: block;
							background: none;
							border: none;
							border-top: 1px solid #a7caed;
							line-height: normal;
						}

						.nav ul li:hover ul a:hover,
						.nav ul ul li:hover a,
						.nav ul li:hover ul a.menuactive {
							background-color: #8a2a3b;
							border: none;
							border-top: 1px solid #a7caed;
						}

							.nav ul ul ul,
							.nav ul li:hover ul ul {
								display: none;
								top: 0;
								left: 200px;
								border-left: 1px solid #a7caed;
								font-size: 1em;
							}

							.nav ul ul li:hover ul {
								display: block;
							}

								.nav ul ul li:hover ul a {
									background-color: #11559e;
								}

/*###################################################*/
/*#################  HOME PAGE  #####################*/
/*###################################################*/

.home-feature {
	height: 332px;
	margin: 0 0 20px;
	padding: 15px;
}

.home-intro {
	width: 318px;
	padding: 20px;
}

	.environment {
		color: #29a519;
		font-weight: bold;
	}

		.environment p {
			font-size: 0.7em;
		}

.home-mini-feature {
	width: 458px;
	height: 113px;
	padding: 15px;
}

	.home-mini-feature-content {
		width: 220px;
		margin: 15px;
	}

	.home-mini-feature-4 .home-mini-feature-content {
		width: 255px;
	}

		.home-mini-feature-content h2 {
			margin: 0 0 15px;
			padding: 0;
			background-color: transparent;
			font-size: 0.875em;
		}

		.home-mini-feature-content p {
			font-size: 0.7em;
		}

.home-mini-feature-1 {
	margin: 0 0 20px;
	background: #fff url(https://www.loweaston.co.uk/uploads/images/home_banner_2013cal.jpg) 15px 15px no-repeat;
}

.home-mini-feature-2 {
	margin: 0 0 20px;
	background: #fff url(https://www.loweaston.co.uk/uploads/images/home_banner_diaries.jpg) 15px 15px no-repeat;
}

.home-mini-feature-3 {
	margin: 0 0 20px;
	position: relative;
	background: #fff url(https://www.loweaston.co.uk/uploads/images/home_banner_notebooks.jpg) 15px 15px no-repeat;
}

	.home-mini-feature-3 a {
		width: 100px;
		height: 0;
		padding: 15px 0 0;
		display: block;
		position: absolute;
		top: 97px;
		left: 160px;
		overflow: hidden;
	}

.home-mini-feature-4 {
	background: #fff url(https://www.loweaston.co.uk/uploads/images/home_banner_personal.jpg) 15px 15px no-repeat;
}

	.home-mini-feature-2 h2,
	.home-mini-feature-2 a {
		color: #3a2e8e;
	}

	.home-mini-feature-4 h2 {
		color: #90d77f;
	}

	.home-mini-feature-4 p {
		color: #fff;
	}

	.home-mini-feature-4 a {
		color: #f1e200;
	}

/*###################################################*/
/*#################  PRODUCTS  ######################*/
/*###################################################*/

.category {
	width: 196px;
	height: 230px;
	margin: 0 0 20px;
	float: left;
	font-size: 0.75em;
	text-align: center;
	line-height: 1.2;
}

	.category img {
		width: 199px;
		height: 199px;
		position: relative;
		left: -2px;
	}

	.category a {
		text-decoration: none;
	}

.product-note {
	margin: 0 0 20px;
	padding: 15px 30px 0;
	border: 1px solid #8D2C3D;
	color: #11589f;
	font-weight: bold;
	text-align: center;
}

.product-note-last {
	margin: 0;
}

	.product-note p {
		font-size: 0.7em;
	}

.group-heading {
	padding: 6px 10px;
	background-color: #8D2C3D;
	color: #fff;
	font-size: 0.875em;
	font-weight: bold;
}

.product {
	margin: 0 0 20px;
	padding: 25px 30px;
	border: 1px solid #8D2C3D;
}

	.product-left {
		width: 300px;
	}

		.product-left img {
			max-width: 100%;
		}

	.product-right {
		width: 400px;
	}

		.product-right h2 {
			margin: 10px 0 20px;
			color: #11589f;
			background-color: transparent;
			font-size: 0.875em;
		}

		.product-right ul,
		.product-right ol,
		.product-right p {
			clear: both;
			font-size: 0.7em;
		}

.return-to-top {
	margin: 0 0 20px;
	font-size: 0.625em;
	text-align: right;
}

	.return-to-top a {
		font-weight: normal;
	}

/*###################################################*/
/*###############  TESTIMONIALS  ####################*/
/*###################################################*/

.testimonial-name {
	color: #8d2c3d;
}

/*###################################################*/
/*###############  DISTRIBUTORS  ####################*/
/*###################################################*/

.distributor {
	width: 375px;
	min-height: 200px;
	margin: 0 0 15px;
	border-bottom: 1px solid #9CF;
}

/*###################################################*/
/*###############  CONTACT FORM  ####################*/
/*###################################################*/

.error_message {
	margin: 50px 0 0;
	color: #c00;
	font-weight: bold;
}

.form {
	width: 100%;
	margin: 50px 0 0;
}

	.form label, .form input, .form textarea {
		display: block;
		font-size: 0.625em;
	}

	.form input, .form textarea {
		width: 335px;
		margin: 0 0 20px;
		padding: 5px;
		border: 1px solid #888;
		--webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
		-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
	}

	.form textarea {
		font-size: 12px !important;
	}

	.form .checkbox input {
		width: auto;
		display: inline;
		--webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.form label {
		margin: 0 0 10px;
	}

	.form .checkbox label {
		display: inline;
	}

		.form label span {
			color: #c00;
		}

	.submit input {
		width: auto;
		margin: 0 auto;
		padding: 7px 13px;
		background-color: #125aa6;
		border: 1px solid #1b4380;
		--webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		--webkit-box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
		-moz-box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
		box-shadow: inset 0 1px 0 #b7cde2, 0 1px 3px rgba(0,0,0,0.6);
		color: #fff;
		cursor: pointer;
	}

	.submit input:hover {
		background-color: #1b4380;
	}

.form .full-address {
	float: right;
}

	.form .full-address textarea {
		height: 204px;
	}

	.form .information-required textarea {
		width: 774px;
		height: 100px;
	}

/*###################################################*/
/*##################  GALLERY  ######################*/
/*###################################################*/

.gallery {
	padding: 20px;
	background-color: #666;
}

	.gallery .img a {
		width: 110px;
		margin: 14px;
		padding: 5px;
		float: left;
		background-color: #fff;
	}

		.gallery .img a img {
			opacity: 0.7;
		}

	.gallery .img a:hover {
		background-color: #11589f;
	}

		.gallery .img a:hover img {
			opacity: 1;
		}

/*###################################################*/
/*#################  FANCYBOX  ######################*/
/*###################################################*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(https://www.loweaston.co.uk/resources/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(https://www.loweaston.co.uk/resources/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(https://www.loweaston.co.uk/resources/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(https://www.loweaston.co.uk/resources/fancybox/fancybox.png) -55px -90px no-repeat;
}

.login-section {
      padding: 10px 10px 0px;
      background-color: #fafafa;
      text-align: left;
      border: 1px solid #b5b5b5;
}
.login-section h1 {
      margin-bottom: 10px;
}
.login-section a {
      font-size: 10px !important;
}
.sidebar {
      width: 21%;
      box-sizing: border-box;
      margin-left: 10px;
}
.manu-partners {
      border: 1px solid #b5b5b5;
      margin-bottom: 20px;
      background-color: #ffffff;
}
.sidebar ul li {
      list-style-type: none;
      border-bottom: 1px solid #b5b5b5;
      padding: 10px 0;
      margin: 0 10px;
      text-align: center;
}
.sidebar ul li:last-child {
      border-bottom: none;
}
.sidebar ul {
      margin: 0;
      padding : 0;
}
.sidebar a {
      text-decoration: none;
      font-size: 12px;
      padding: 10px 0;
}
.sidebar a.menuactive {
      color: #B2374C;
}
.partners-content {
      float: left;
      width: 68%;
}
.login-fields {
      border: 3px solid #fafafa;
      box-sizing: border-box;
      padding: 10px;
      margin-bottom: 10px;
      padding-bottom: 10px;
}
.register-fields {
      border: 3px solid #fafafa;
      box-sizing: border-box;
      padding: 10px;
}
.register-fields p {
      padding-top: 10px;
      font-size: 14px;
}
m3966amoduleform_2 table,
#cntnt01moduleform_1 table,
.register-fields table {
      width: 100%;
}
#m3966amoduleform_2 center table {
      width: 100%;
}
#m3966amoduleform_2 {
      margin-top: 10px;
      font-size: 13px !important;
}
#m713a0moduleform_1 input.cms_password {
      margin-top: 10px;
      margin-left: 91px;
}
#m713a0moduleform_1 p {
      font-size: 13px !important;
}
m713a0moduleform_1 .cms_password {
      margin-left: 23px;
}
#loginform legend {
      margin-bottom:10px;
}
#m713a0moduleform_2 tr,
#m713a0moduleform_2 td,
#m3966amoduleform_3 tr,
#m3966amoduleform_3 td {
      font-size: 13px !important;
      color: #222222;
}
#m713a0moduleform_2,
#m3966amoduleform_3 {
      padding-top: 10px;
}

/*.cms_form td,*/
#m3966amoduleform_2 td,
#m713a0moduleform_2 td,
#m3966amoduleform_3 td {
      padding-bottom: 14px;
}
#m713a0moduleform_2 .cms_password {
      margin-top: 10px;
      margin-left: 91px;
}
#m713a0moduleform_2 p {
      font-size: 13px !important;
}
.cms_submit {
      margin: 0px 0px 16px 0;
}
#m3966amoduleform_3 {
      font-size: 13px;
}
.restricted {
      display: none !important;
}
.partners-content #cntnt01moduleform_1 {
      font-size: 13px;
      margin-top: 10px;
}
#cntnt01moduleform_1 {
      font-size: 13px;
      border: 3px solid #fafafa;
      box-sizing: border-box;
      padding: 10px;
      margin-bottom: 10px;
      padding-bottom: 10px;

}
#cntnt01moduleform_1 font {
      color: #222222;
 }
.content .content-block .default-content .change-settings #cntnt01moduleform_1 {
      font-size: 13px;
      margin-top: 10px;
}
#cntnt01moduleform_1 input#cntnt01input_password {
      margin-left: 4px;
}
#cntnt01moduleform_1 input#cntnt01input_repeatpassword {
      margin-left: 24px;
}
input#cntnt01input_code {
      margin-left: 27px;
}
#m713a0feu_input_username {
      margin-top: 10px;
      margin-left: 60px;
}

/* IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

#cntnt01moduleform_1 input[type=text],
#m3966amoduleform_3 input[type=text],
#m713a0moduleform_2 input[type=text],
#m3966amoduleform_2 input[type=text],
#m713a0moduleform_1 input[type=text],
#cntnt01moduleform_1 input[type=password],
#m3966amoduleform_3 input[type=password],
#m713a0moduleform_2 input[type=password],
#m3966amoduleform_2 input[type=password],
#m713a0moduleform_1 input[type=password] {
      width: 250px !important;
}
#cntnt01moduleform_1 tr td,
#m3966amoduleform_3 tr td,
#m713a0moduleform_2 tr td,
#m3966amoduleform_2 tr td,
#m713a0moduleform_1 tr td {
      width: 70px;
}
#cntnt01input_username {
      margin-left: 91px;
}
.register-fields font {
      color: #222222;
}
div.message {
      font-size: 13px;
      margin: 10px 0;
}
.user-logout > p { word-wrap: break-word; }
.default-content .user-logout { display:none; }
.default-content #cntnt01moduleform_1 p { font-size: 13px; }
/* Stylesheet: LA Style Modified On 2019-09-30 07:46:56 */
