* {
	border: 0;
	margin: 0; padding: 0;
}

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	background: url('medias/construction.png') top right no-repeat #e7e7e7;
}

a, a:visited, a:active {
	color: black;
}

a:hover {
	text-decoration: none;
}	

table { font-size: 1em; }

table td, table th {
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 5px;
	font-variant: small-caps;
	color: #5a5859;
	border-bottom: 1px solid #5a5859;
}

div#loading {
	width: 32px; height: 32px;
	background: url('medias/loading.gif') no-repeat top left;
	position: absolute;
	z-index: 80;
}

div#layout {
	background: url('medias/planet.png') no-repeat top left;
	width: 800px;
	margin: auto;
	padding: 100px 0 0 70px;
	text-align: justify;
}

div#content {
	background: url('medias/inner-planet.png') no-repeat white;
	background-position: -70px -100px;
	width: 700px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 15px;
	padding: 40px 20px;
}

div#identity {
	text-align: center;
}

div#identity div {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 15px;
	width: 60%;
	margin: 30px auto; padding: 10px;
	text-align: left;
	background: #f6f6f6;
}

* > div#identity div { width: 50%; }

div#identity div#picture {
		width: 94px;
		padding: 2px;
		margin: 0 10px 0 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		float: left;
}

* > div#identity div#picture {
	margin-top: 7px;
}

div#identity div#picture img {
	position: relative;
	top: 2px;
}

p.name {
	color: #5a5859;
}

div#identity table ul {
	list-style: none;
}

ul#menu {
	list-style: none;
	text-align: center;
}

ul#menu li {
	display: inline;
	margin: 30px;
}

p#footer {
	text-align: center;
	color: #5a5859;
	font-size: 0.9em;
	position: relative;
	top: 30px;
	clear: both;
}

p.close {
	text-align: right;
	margin-bottom: 5px;
}

p#flags {
	text-align: center;
}

p#flags img {
	border: 1px solid #c0c0c0;
	padding: 1px;
	margin: 0 10px;
}

div#webdesign-box div * {
	text-align: center;
	font-size: 1.1em;
}

div#webdesign-box div {
	width: 202px;
	margin: 0 30px 20px 30px;
}

div#webdesign-box div.web-left {
	float: left;
}

div#webdesign-box div.web-right {
	float: right;
}

div#webdesign-box div img {
	border: 1px solid #c0c0c0;
	padding: 1px;
}

div.box {
	width: 600px;
	overflow: hidden;
	background: #fafafa;
	margin: 15px auto;
	padding: 10px;
	border: 1px solid #5a5859;
	z-index: 100;
	-moz-border-radius: 5px;
}

div#contact-box table {
	width: 100%;
	margin: 15px 0;
}

div#contact-box th {
	width: 30%;
	font-weight: normal;
}

div#contact-box input, div#contact-box textarea {
	border: 1px solid #5a5859;
	width: 100%;
	padding: 1px;
}

div#contact-box textarea {
	height: 10em;
}

div#contact-box input#submit {
	background: white;
	width: inherit;
	padding: 0 10px;
}

p.error, p.success {
	margin: 10px 0;
	padding: 5px;
}

p.error, .invalid {
	color: #b30400;
	border: 1px solid #ff1109;
	background: #ff8372;
}
	

p.success {
	color: #099f00;
	border: 1px solid #099f00;
	background: #97ff88;
}

p.warning {
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #c0c0c0;
	background: #f6f6f6;
}
