* {
	margin : 0px;
	padding : 0px;
	font-family : verdana, sans-serif;
	font-size : 10pt;
}

.no-space {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #B5F36D;
}

div#container-private {
	position : relative;
	min-height : 100%;
	width : 800px;
	margin-left : 100px;
	background-color: #086FA1;
}

div#container-public {
	position : relative;
	height : 500px;
	width : 800px;
	left : 50%;
	margin-left : -400px;
	margin-top : 170px;
	background-color: #086FA1;
	background-image : url(images/container_bottom.png);
	background-position : left bottom;
	background-repeat : no-repeat;
}

div.container-warning {
	position : absolute;
	width : 500px;
	top : 0px;
	left : 50%;
	margin-left : -250px;
	background-color : orange;
	color : black;
	cursor : pointer;
	display : none;
	z-index : 999;
}

div.title {
	height : 150px;
	background-image : url(images/title_background.png);
	background-position : 400px 0px;
	background-repeat : repeat-x;
	background-color : #086FA1;
}

div.title-language {
	float : right;
	padding-top : 57px;;
	padding-right : 20px;
}

div.title-logo {
	float : right;
	padding-top : 40px;
	padding-right : 20px;
}

div.content {
	padding-left : 30px;
	padding-right : 30px;
	padding-bottom : 20px;
	background-color: #086FA1;
	color : #FFFFFF;
	text-align : justify;
}

div.content table {
	color : #FFFFFF;
}

div.content a {
	color : #B5F36D;
	text-decoration : none;
}

div.content h1 {
	margin-left : 10px;
	margin-bottom : 10px;
	font-size : 12pt;
}

div.content h2 {
	margin-left : 30px;
	margin-bottom : 10px;
}

div.content h3 {
	margin-left : 50px;
	margin-bottom : 10px;
}

div.content h4 {
	margin-left : 70px;
	margin-bottom : 5px;
}

div.content-warning-message {
	padding : 10px;
}

p#content-construction {
	padding-top : 40px;
	padding-bottom : 40px;
	text-align : center;
	font-size : 14pt;
	font-weight : bold;
}

form {
	padding : 20px;
}

form label {
	display : inline-block;
	width : 150px;
	padding-right : 10px;
	text-align : right;
}

.button {
	height : 20pt;
	padding-left : 20pt;
	padding-right : 20pt;
}

hr.separator {
	position : relative;
	width : 600px;
	left : 50%;
	margin-left : -300px;
	margin-top : 10px;
	margin-bottom : 10px;
}

div.gift {
	display : inline-block;
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : center;
	float : left;
}