﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** CUSTOM STYLE ***/
body {
	color: #006632;
	font-family: Arial, sans;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}

h1 {
	margin: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
}

input, select {
	color: inherit;
	font: inherit;
}

textarea.informativa {
	display: block;
	height: 100px;
	margin-top: 6px;
	width: 100%;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 500px;
}

div.colfields {
	margin-top: 10px;
}
div.colfields div.riga {
	clear: left;
	height: 30px;
}
div.colfields div.riga.textarea {
	height: 100px;
}
div.colfields label {
	display: block;
	float: left;
	padding-top: 4px;
	width: 30%;
}
div.colfields label.required {
	font-weight: bold;
}
div.colfields input, div.colfields .coldx {
	display: block;
	float: left;
	margin-right: 6px;
}
div.colfields .coldx {
	width: 320px;
}
div.colfields .coldx div {
	height: 30px;
}
div.colfields .coldx div.dropdowncontainer {
	height: 56px;
}
div.colfields .coldx div.dropdowncontainer select {
	margin-top: 8px;
	margin-left: 24px;
}
div.colfields .coldx label, div.colfields .coldx input {
	display: inline;
	float: none;
	width: auto;
}
div.colfields input[type=text] {
	width: 250px;
}
div.colfields textarea {
	width: 250px;
	height: 100px;
}
div.colfields input[type=text].cap {
	width: 60px;
}
table.checkboxlist {
	margin-top: 8px;
}
table.checkboxlist td {
	padding: 2px;
}
p.important {
	background-color: #E6EFEE;
	clear: left;
	font-weight: bold;
	padding: 3px 0 2px 0;
}
div.errori {
	margin-top: 20px;
}
div.errori ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
}