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

.the_form {
	color: #FFF !important;
	background-color:#1a324b;
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
	height:300px;
}

.the_form h1{
	color: #FFF !important;
	font-size: 30px;
	text-align: right;
	margin-bottom: 15px;
	padding-top: 45px;
	clear:none;
	margin-right: 25px;
	line-height: 20px;
}
.img_baleine{
	margin: 10px;
	float: left;
}
.the_form form{
	color: #FFF;
	margin-top: 65px;
	display: block;
}
.the_form .subtitle{
	color: #FFF;
	font-size: 19px;
	line-height: 35px;
}
.the_form table,
.the_form tr,
.the_form td,
.the_form th,
.the_form tbody,
.the_form label,
.the_form strong{
	color: #FFF !important;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	border-left-width: 0px !important;
	vertical-align: top !important;
}
.the_form table{
	width: 90% !important;
	margin-right: auto;
	margin-left: auto;
}
.the_form input[type='submit']{
	margin-top: 0px !important;
	background-color: #FFF !important;	
	color:#1a324b !important;
}