div.formdiv {
	border: 1px solid #bbb6a5;
	background: #faf7ee;
}

div.formdiv h4 {
	min-height: 16px;
	border-bottom: 1px solid #ddd;
	margin: 1px;
	padding: 12px;
	font-size: 1.1em;
	color: #e76200;
	text-transform: uppercase;
}

form.zenitspotform {
	padding: 0px;
	margin: 0px;
}

/* dati fattura come tabella, controllare che dl.width = dt.w + dd.w */
dl.invoicedata {
	margin: 0;
	padding: 0;
	width: 400px;
}

dl.invoicedata dt,dl.invoicedata dd {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0;
}

dl.invoicedata dt {
	width: 120px;
	text-align: right;
	padding-right: 10px;
	clear: left;
}

dl.invoicedata dd {
	width: 260px;
	padding-left: 10px;
	font-weight: bold;
}

/* tags used for rendering of form elements */
.zenitspotform dd,.zenitspotform dt {
	margin: 0;
	padding: 0;
}

.zenitspotform dl.zend_form {
	padding: 10px 0 0 0;
	margin: 0;
}

.zenitspotform input,.zenitspotform select,.zenitspotform textarea {
	margin: 3px 0 3px 20px;
}

.zenitspotform input,.zenitspotform textarea {
	width: 300px;
}

#adform input {
	width: 500px;
}

#adform textarea {
	width: 504px;
}
.zenitspotform dd.hint {
	padding: 5px 20px;
	margin: 0;
}

/* spot description for order */
div.spotdesc * {
	margin: 0;
	padding: 0;
}

div.spotdesc {
	margin: 0;
	padding: 10px;
	border: 1px ridge #CCC;
	background: #ecf3f6;
}

div.spotdesc h5 {
	font-size: 15px;
	padding: 0 5px;
	text-align: left;
}

div.spotdesc p {
	line-height: 1.5;
	margin: 6px 0;
	text-align: justify;
}

div.spotdesc p.spotlink {
	margin: 0;
	padding-top: 6px;
	border-top: 1px dotted;
}
/* end spot descriptor */

dd.hint p.spotprice {
	font-weight: bold;
}

.zenitspotform textarea {
	height: 120px;
}

.zenitspotform label {
	margin: 0 20px;
	font-weight: normal;
	display: block;
}

.zenitspotform input.checkbox {
	margin: 0 7px 0 0;
	width: auto;
}

.zenitspotform fieldset {
	border: 0;
	margin: 0;
	padding: 8px 0;
}

.zenitspotform legend {
	color: #de5400;
	padding: 0 30px;
	text-align: left;
	font-size: 1.05em;
	font-weight: bold;
}

fieldset#fieldset-buttons {
	border-top: 2px solid #e4e4e4;
	margin: 0px;
	margin-top: 2em;
	background-color: #ecf3f6;
	padding: 8px;
	text-align: right;
}

fieldset#fieldset-buttons input {
	float: none;
	overflow: visible;
	width: auto;
	background-color: transparent;
	border: 0;
	padding: 1px 8px;
	background: #f18200;
	color: #fff;
	border: 1px solid #de5400;
	font: bold 12px arial, sans-serif !important;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

fieldset#fieldset-buttons legend {
	display: none;
}

.zenitspotform ul.errors {
	padding: 2px 0 2px 30px;
	margin: 0px;
	color: #CC3333;
}

.zenitspotform ul.errors li {
	list-style: none;
	color: #CC3333;
}
