@charset "UTF-8";
/* CSS file for mainDSS website */
/* designed by Rob Snow */
/* copyright © Atlantis Engineering S.A. 2010-11. All rights reserved */
/* Not to be removed */

form {
	background-color: #cccdd2;
	width: 500px;
	margin: auto;
}

input, textarea {
	border: none;
}

.label {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

.form_el {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	margin-top: 10px;
}

.form_sub {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

input {
	width: 300px;
	height: 16px;
	background-color: #d9d9d9;
	color: gray;
	font-style: italic;
	text-indent: 5px;
	vertical-align: middle;
}

input.submit {
	width: 150px;
	height: 20px;
	margin-bottom: 20px;
	background-color: #72747e;
	color: #adb1be;
	border-style: none;
}

textarea {
	width: 296px;
	height: 200px;
	background-color: #d9d9d9;
	padding: 3px;
	text-indent: 5px;
	color: gray;
	font-style: italic;
}

span.req {
	color: blue;
	margin-right: 3px;
	font-weight: bold;
}

#mailbox {
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
}

#mailbox2 {
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	margin-top: 30px;
}

a.mail_link:link, a.mail_link:visited {
	color: #484848;
	text-decoration: none;
}

a.mail_link:hover, a.mail_link:active {
	color: white;
	text-decoration: none;
}