/**{
	font-family: tahoma, verdana, "sans-serif";
	margin: 0;
	padding: 0;
	font-size: 95%;
} */

body{
	background: #838b98;
}

a, a:hover{
	text-decoration: none;
	color: #48f;
}
a:hover{
	color: #33CCFF;
}

p{
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 2em;
	color: #333;
}

.titolform {
	color: #0099CC;
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Form */
form {
	width: 600px;
 height:auto;
	/*border: 1px solid #eee;*/
	padding: 10px;
	margin: 40px auto;
}

label {
 	position:relative;
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
	color:#838b98;
}

img {
	border:0;
}

.blue {
	color: #838b98;
	font-weight: bold;
}



/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 600px;
	text-align: center;
	/*border: 1px solid #EEE;*/
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 600px;
	text-align: center;
	/*border: 1px solid #EEE;*/
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}


