
body {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #333;
	background: #1e5e92;
	line-height: 14px;
}

#header-wrapper {
	height: 80px;
	background: white url(../images/bg_top.gif) 0 bottom repeat-x;
}

#header {
	width: 800px;
	margin: auto;
	height: 80px;
}

#logo {
	width: 620px;
	height: 80px;
	background: transparent url(../images/logo.jpg) 0 15px no-repeat;
}

#content-wrapper {
	background: #0676B6 url(../images/bg_nuvole.jpg) 0 0 repeat-x;
	padding: 20px 0;
}

#content-container {
	width: 770px;
	margin: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: white;
	padding: 15px;
	overflow: hidden;
}

#form-wrapper {
	float: right;
	width: 240px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

#content {
	float: left;
	width: 465px;
	padding-right: 20px;
}

#output {
}

#footer {
	padding: 20px 0 30px;
	color: white;
	text-align: center;
}

h1 {
	color: black;
	font-size: 24px;
	line-height: 30px;
	margin: 5px 0 15px;
}

h2 {
	font-size: 14px;
	margin: 5px 0 5px;
}

p {
	line-height: 13px;
	margin-bottom: 15px;
}

input[type="text"] {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 170px;
}

input[type="submit"]{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

input[type="radio"]{
	height: 120px;
	vertical-align: top;
}

label#l_incisione, label#l_colore {
	margin-top: 5px;
	width: 90px;
	line-height: 18px;
}

label img {
	border: 1px solid #ccc;
	width: 80px;
	float: left;
}

form {
	margin: 10px 0;
	line-height: 24px;
}

label {
	display: inline-block;
	width: 60px;
}

a.zoom {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	margin: auto;
	width: 60px;
	background: transparent url(../images/zoom.png) 0 0 no-repeat;
}

a.new {
	color: #333;
	text-decoration: none;
	display: block;
	margin: auto;
	text-align: center;	
}

a:hover.zoom, a:hover.new {
	text-decoration: normal;
}

div.info, span.info {
	background: #F4F5F6 url(../images/ok.png) no-repeat scroll 3px 50%;
	border-top: 1px dotted #AAB4BE;
	border-bottom: 1px dotted #AAB4BE;
	margin: 10px 0;
	padding: 8px 10px 8px 35px;
}

div.warning, span.warning {
	background: #FFFDEB url(../images/box_alert.png) no-repeat scroll 3px 50%;
	border-top: 1px dotted #FFC864;
	border-bottom: 1px dotted #FFC864;
	margin: 10px 0;
	padding: 8px 10px 8px 35px;
}

div.error, span.error {
	background: #FFF5EB url(../images/box_alert.png) no-repeat scroll 3px 50%;
	border-top: 1px dotted #FFB4A0;
	border-bottom: 1px dotted #FFB4A0;
	margin: 10px 0;
	padding: 8px 10px 8px 35px;
}

