@import url("message.css");

body {
	margin: 0;
	background-color: #ffffff;
	color: #000000;
}

body, div, input, select, textarea {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: normal;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number], textarea, select {
	margin: 0 0 4px 0;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 11px;
}

select {
	height: 37px;
	background-image: url("../graphics/arrow-down.png");
	background-repeat: no-repeat;
	background-position: center right;
}

select, input[type=button], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select option {
	border: 1px solid #000000;
	border-bottom: 0;
	padding: 10px;
	background-color: #ffffff;
}

input[type=checkbox] {
	margin: 0 0 4px 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 50px white inset;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	pointer-events: none;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

::-ms-expand {
  display: none;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
}

br {
	clear: both;
}

.hr {
	height: 2px;
	background-image: url("../graphics/hr.png");
}

.hr hr {
	display: none;
}

form {
	margin: 0;
}

form table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-disc li {
	list-style: disc;
	margin: 0 0 5px 15px;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	letter-spacing: 0;
}

h4 {
	font-size: 11px;
	letter-spacing: 0;
}

input:focus:invalid, input.invalid, select:focus:invalid, select.invalid {
	outline: none;
	box-shadow: 0 0 1px 1px #000000;
	-moz-box-shadow: 0 0 1px 1px #000000;
	-webkit-box-shadow: 0 0 1px 1px #000000;
}

input:focus:-moz-ui-invalid, select:focus:-moz-ui-invalid, input:-moz-ui-invalid, select:-moz-ui-invalid {
	box-shadow: 0 0 1px 1px #000000;
	-moz-box-shadow: 0 0 1px 1px #000000;
}

.headline {
	margin: 1px;
	clear: left;
}

.content {
}

.content-inner {
	padding: 0 1px;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.loading {
	opacity: 0.50;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	filter: alpha(opacity=50);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.loaded {
	opacity: 1;	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.loader {
	clear: both;
	width: 100%;
	height: 200px;
	background-image: url('../graphics/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

@-moz-document url-prefix() {
	span.hack-select {
		position: relative;
		display: inline-block;
	}

	span.hack-select::before {
		content: "";
		display: inline-block;
		position: absolute;
		pointer-events: none;
		width: 17px;
		height: 35px;
		top: 0;
		right: 0;
		background-color: #ffffff;
		border: 1px solid #000000;
		border-left: 0;
	}

	select {
		padding: 0 10px;
	}
}
