body {
	background-color: white;
	text-align: center;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

a {
	color: #39666B;
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	color: #39666B;
	font-size: 16px;
}

div#rightColumn {
	float: right;
	width: 208px;
	text-align: left;
}
div#rightColumn #domandaImage, div#rightColumn #caseHistoryImage{
	margin-bottom: 0px;
	margin-top: 20px;
	padding: 0px;
}
div#rightColumn #caseHistoryImage {
	margin-top: 30px;
}
div#rightColumn #domanda, div#rightColumn #caseHistory{
	background-color: #E6E6E6;
	padding: 5px;
	margin-top: 0px;
}
div#rightColumn #caseHistory {
	background-color: white;
}
div#rightColumn div#caseHistory div {
	font-size: 16px;
}
div#rightColumn h4{
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: normal;
}
div#rightColumn #domanda div, div#rightColumn #caseHistory div{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-image: url('../img/line1.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div#rightColumn #caseHistory div {
	background-image: url('../img/line2.png');
}
div#rightColumn a{
	font-size: 10px;
	color: black;
	text-decoration: underline;
}

div#ebookForm {
	background-color: white;
	background: url('../img/formBackground.png');
	background-repeat: no-repeat;
	width: 422px;
	height: 297px;
}
div#ebookForm #close {
	text-align: right;
}
div#ebookForm div#ebookLink{
	float: left;
}
div#ebookForm div#ebookText{
	margin-left: 140px;
}
div#ebookForm p{
	background-color: white;
	margin: 0px;
	margin-left: 10px;
	font-size: 16px;
}
div#ebookForm form{
	padding: 30px;
}
div#ebookForm h3{
	color: #39666B;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#ebookForm h4{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#ebookForm input {
	background-color: white;
	border: 1px solid #bbbbbb;
	width: 180px;
	font-size: 16px;
}
div#ebookForm .label {
	margin-top: 5px;
}



div.ebookClass {
	background-color: white;
	background: url('../img/formBackground.png');
	background-repeat: no-repeat;
	width: 422px;
	height: 297px;
	margin: 0px auto;
	margin-top: 30px;
}
div.ebookClass .close {
	text-align: right;
}
div.ebookClass div.ebookLink{
	float: left;
}
div.ebookClass div.ebookText{
	margin-left: 140px;
}
div.ebookClass p{
	background-color: white;
	margin: 0px;
	margin-left: 10px;
	font-size: 12px;
}
div.ebookClass td {
	font-size: 12px;
}
div.ebookClass form{
	padding: 30px;
}
div.ebookClass h3{
	color: #39666B;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.ebookClass h4{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div.ebookClass input {
	width: 90px;
}
div.ebookClass textarea {
	width: 330px;
	height: 80px;
	overflow: auto;
}
div.ebookClass input, div.ebookClass textarea {
	background-color: white;
	border: 1px solid #bbbbbb;
	font-size: 12px;
}
div.ebookClass .label {
	margin-top: 5px;
}