/* CSS Document */

#BBmemo_infoadd {
	width: 99%; /* DIMENSIONE MINIMA: 350px */
	display: block;
	text-align: left;
	background-color: #ffffff;
	color: #333;
	font-family: Arial;
	font-size: 11px;
}

#BBmemo_infoadd form {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
}

#BBmemo_infoadd A{
	color: #333;
	text-decoration: underline;
}

#BBmemo_infoadd A:hover{
	text-decoration: none;
}

#BBmemo_infoadd H2#title {
	color: #333;
}

#BBmemo_infoadd .errortext {
	color: #333;
	font-weight: bold;
}

#BBmemo_infoadd .oktext {
	color: #407f00;
	font-weight: bold;
}

#BBmemo_infoadd div.field {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#BBmemo_infoadd div.paragraph {
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
}

#BBmemo_infoadd div.field label {
	width: 100px;
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-left: 4px;
}

#BBmemo_infoadd div.field div.camera {
	margin-top: 5px;
	margin-left: 105px;
}

#BBmemo_infoadd div.field select {
	width: 70;
}

#BBmemo_infoadd div.field textarea {
	width: 100%;
}

#BBmemo_infoadd div.infoarea {
	margin-bottom: 20px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#BBmemo_infoadd div.submit{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #333;
}

#BBmemo_infoadd div.submit a {
	width: 180px;
	display: block;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #333;
	background-color: #ccc;
	text-decoration: none;
	font-size: 120%;
	text-align: center;
}

#BBmemo_infoadd div.submit a:hover {
	background-color: #333;
	color: #ccc;
}




