@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #093562;
}

a {
	color: #093562;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: none;
}

.inputText {
	height: 18px;
	border: 1px solid #093562;
	background: #E1F0FF;
}

.inputTextArea {
	border: 1px solid #093562;
	background: #E1F0FF;
	resize: none;
}

.inputButton {
	border: 1px solid #093562;
	background-color: #093562;
	color: #FFFFFF;
}

.checkbox {
	vertical-align: middle;
}

.errorMessage {
	color: #FF0000;
}

.formSubmitMessage {
	text-align: center;
}

.alienStudioP {
	font-size: 10px;
	text-align: center;
}

#all {
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}

#left {
	float: left;
	width: 50px;
}

#right {
	float: left;
	width: 50px;
}

#container {
	float: left;
	width: 950px;
}

#top {
	background-image: url('../img/header3.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 245px;
}

#middle {
	background-image: url('../img/body3.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	min-height: 251px;
	display: inline-block;
}

#bottom {
	background-image: url('../img/footer3.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 950px;
	min-height: 203px;
}

#loginDiv {
	position: relative;
	top: 1px;
	left: 525px;
	width: 380px;
	font-size: 10px;
}

#leftMenuDiv {
	float: left;
	width: 300px;
	text-align: right;
	padding-top: 50px;
}

#contentDiv {
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 50px;
	margin-left: 300px;
	min-height: 500px;
}

#contentDiv h1, h2 {
	font-weight: normal;
}

#designDevAlien {
	text-align: right;
	padding-right: 15px;
}

#parteneriP {
	text-align: left;
	margin-top: 50px;
	margin-left: 55px;
}