html, body {
	background-color:	#4EB0E1;
	height:				100%;
	max-height:			100%;
}

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

p {
	margin-top:			0px;
}

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

h1 {
	color:				#122870;
	margin:				0px;
	font-size:			11px;
	font-weight:		bold;
}

/* FORM SETTINGS  */

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

*:lang(en) select {
   width:				304px !important;
}

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

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

.input_general {
	width:				300px;
}

.input_city {
	width:				180px;
}

*:lang(en) .input_city {
   width:				176px !important;
}

.input_zipcode {
	width:				60px;
}

.input_radio {
	border:				0px;
}

.input_checkbox {
	border:				0px;
	margin-right:		10px;
}

.button_send {
	cursor:				pointer;
	background-color:	#4EB0E1;
}

/* LINK SETTINGS  */

a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;
}