#contactos {
	text-decoration:none;
}

#acs_form_contactos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding-top:20px;	
}

.acs_form_div_element {
    padding-bottom: 18px;
}

.acs_form_div_label {
    float: left;
    margin-left: 10px;  
    margin-right: 10px;  
    /**
    *  To align the labels and the elements
    */
    display: inline; /* float: left also works */
    width: 80px;
}

