body {
	text-align: center;
	background: #6d85b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body * {
	text-align: left;
}
h1 {
	font-size: 15px;
	border-bottom: 1px solid #A9A;
}
h2 {
	font-size: 19px;
	font-variant: small-caps;
	font-weight: bold;
}
div.container {
	position: relative;
	min-height: 380px;
	margin-top: 3%;
}
div.extern_page 
, div.page {
	min-height: 380px;
}
div.extern_page {
	width: 780px;
	margin: 1px auto;
}
div.page {
	background: white;
	margin: 1px auto;
	border: 1px solid gray;
	margin: 2px 1ex;
	padding: 1em 1ex;
}
table.frm_invio {
	width: 70%;
	border: 1px solid #bbb;
	margin: 1px auto;
	border-collapse: collapse;
}
table.frm_invio td {
	border-bottom: 1px solid #bbb;
	padding: 3px 0.5em 3px 0.1em;
	white-space: nowrap;
}
table.frm_invio td.footer {
	text-align: right;
	padding: 1.0em 0.5em;
}
table.frm_invio .input_text {
	width: 100%;
	border: 1px solid gray;
}
.strmaxfilesize {
	font-size: 80%;
	font-weight: bold;
}

table.parameters_check {
	border: 1px solid gray;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	background: white;
}
table.parameters_check th {
	background-color: #eee;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid gray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	text-align: center;
}
table.parameters_check td {
	padding: 0.1em 1ex;
	border-bottom: 1px solid gray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

#timer_space {
	font-size: 80%;
	color: #444;
	font-family: monospace, fixed;
	text-align: right;
	margin-top: 1em;
}

#captcha_check_result {
	display: none;
	margin-top: 1em;
}
