html, body {
	background-color:	#FFFFFF;
	height:				100%;
	min-height:			100%;
	width:				100%;
}

body, table, tr, td, div, h1, input, textarea, form, select, a {
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
	line-height:		17px;
	margin:				0px;
	padding:			0px;
}

p {
	margin-top:			0px;
}

img {
	border:				0px;
	line-height:		0px;
	font-size:			0px;
	display:			block;
}

h1 {
	font-weight:		bold;
	margin-bottom:		17px;
}

/* FORM SETTINGS  */

select {
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
}

textarea {
	color:				#000000;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
	width:				315px;
	height:				70px;
	margin-bottom:		5px;
}

*:lang(en) textarea {
	width:				317px !important;
}

input {
	color:				#000000;
	border-width:		1px;
	border-style:		solid;
	border-color:		#000000;
	padding-left:		2px;
}

.input_general {	
	width:				200px;
}

.input_newsletter {
	width:				120px;
}

.button_send {
	cursor:				pointer;
	background-color:	#889C7A;
	height:				17px;
	line-height:		15px;
}

*:lang(en) .button_send {
	position:			relative !important;
	top:				1px  !important;
	height:				15px !important;
}

/* LINK SETTINGS  */

a {
	text-decoration:	underline;
}

a:hover, a:active {
	text-decoration:	none;
}
