#signupForm {
	width: 195px;
	border: medium inset #099D07;
	padding-left: 5px;
	background: #F1FFF1;
	margin-top: 15px;
	margin-bottom: 5px;
}
#divContactForm input {
	width: 105px;
	margin-left: 5px;
}

#sfHead {
	color: #0033D9;
	font-weight: bold;
	font-size: 100%;
	font-style: oblique;
	font-variant: normal;
	text-align: center;
	padding: 5px 0px 0px;
	line-height: normal;
	vertical-align: top;
	display: compact;
	margin-bottom: 0px;
}
#divContactForm {
	font-size: 85%;
	color: #0033d9;
	font-weight: bold;
	padding-bottom: 0px;
}
#signupForm #divContactForm form #btnSubmit {
	width: 160px;
	border:none;
	background: #f1fff1 url(../images/graphics/suscribe.png) no-repeat center center;
	color: #000;
	font: bold 100% Verdana, Geneva, sans-serif;
	height: 40px;
}


.attributename  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.attributeinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	width: 70px;
	text-align: right;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}
