body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color: #3333CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #3333CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #3333CC;
	text-decoration: underline;
	font-weight: bold;
}

img
{
	border: 0;
}

div.content
{
	width: 630px !important; width /**/:630px;
	height: 520px !important; height /**/: 520px;
	overflow: auto;
}

textarea, fieldset
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px;
	color: #333333;
}

input.submit
{
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #ffa969;
	color: black;
	background: #ffcc45 url(../immagini/css/submit.gif) 0 0 repeat-x;
}

input.text
{
	font-size: 12px;
	padding: 4px 4px 4px;
	width: 85%;
	color: #333333;
}

