/*-------------------------
Reset
-------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}

img {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}
a img {
	border:none;
}
.black {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
}

/*-------------------------
CSS Specifico per APC CONVEGNI
-------------------------*/
body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.clear {
	clear: both;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}


/*
	STRUTTURA GENERALE
*/
#container {
	margin-left: 150px;
	width: 800px;
	background-color: #ffffff;
}
#wrapper {
	padding: 10px 20px 20px 20px;
}
#footer {
	text-align: center;
	padding-top: 20px;
}
#messaggio {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0px;
}

/*
	FORM
*/
fieldset {
	border: 1px solid #000000;
	padding: 5px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
}
.form-col-l, .form-col-r, .form-row {
	padding-bottom: 10px;
}
.form-row-captcha {
	padding: 10px 0px 20px 0px;
}
.form-col-l, .form-col-r {
	float: left;
	width: 368px;
}
.form-col-l {
	padding-right: 6px;
}
.form-col-r {
	padding-left: 6px;
}

.required {
	color: #F00;
}
input.text {
	width: 360px;
}
textarea {
	width: 740px;
}
input.codice {
	width: 55px;
}

