/* CSS Document */
body { 
	background-color: transparent; 
	margin: 0px;
	padding: 0px;
}

td, tr, table, p { 
	color: #444444; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	padding: 0px;
	margin: 0px;
}

.td-label {
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
}

.td-info {
	font-weight:bold;
	font-size: 11px; 	
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../../images/shared/input-bg.gif);	
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #9A9A9A;
	background-repeat: no-repeat;
}

#error-messages {
	width: 270px;
	height: 100px;
	overflow: auto;
}

.messages {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF3A3A;
}

p.messages {
  margin: 0px 0px 0px 0px;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

li {
  margin: 0px 0px 0px 15px;
	line-height: 15px;
  padding: 0px;
}

.compila {
	line-height: 40px;
	font-size:13px;
}

.button-form {
	font-size:14px;
	font-weight: bold;
	color: #444444;
	text-decoration:none;
}

.button-form:hover {
	text-decoration:underline;
	color: #990302;	
}

.button-form-privacy {
	font-size:11px;
	font-weight: bold;
	color: #444444;
	text-decoration:none;
}

.button-form-privacy:hover {
	text-decoration:underline;
	color: #990302;	
}




