body {
	line-height:22px;
	font-size:11px;
	font-style:italic;
	color:#494949;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#f2a41b;
}
.custom {
	border:none;
	width:253px;
	height:350px;
	float:left;
	display:inline;
	background:#f2a41b;
}
.custom .clearform {
	clear:both;
	padding:0;
	margin:0;
	display:inline;
}
*body .custom .clearform {
	clear:both;
	padding:7px 0;
}
*html .custom .clearform {
	clear:both;
	padding:7px 0;
}
.custom .rightform {
	clear:both;
	display:block;
}
.custom .leftform {
	clear:both;
	display:block;
}
.custom input {
  border: #454b53 1px solid;
  color: #000000;
  width:253px;
  height:24px;
  background:#ffffff;
}
.custom textarea {
  border: #454b53 1px solid;
  color: #000000;
  width:253px;
}
.custom input.quesitoform {
	width:30px;
	margin-left:5px;
	margin-top:-1px;
}
.custom input.botton {
	cursor:pointer;
	padding:0;
	margin:0;
	width:41px;
	height:19px;
	float:right;
	background:url(../img/invia.png);
	border:none;
}

