ul {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
}

form#ss-form fieldset {
   border: 1px solid #6798c1;
   padding:10px 20px;
   position: relative;
   padding-top: 50px;
}
form#ss-form fieldset legend {
   padding: 5px 20px;
   background-color: #6798c1; /*#5cc7ff;*/
   color: #dceaf5;
   position: absolute;
   left:0;
   top: 0;
}
/* nome e morada */
input#entry_902923078, input#entry_963006342 {
   width:600px;
}
/* codigo postal e telefone */
div.codpostal, div.telefone {
   float: left;
   width:200px;
}
/* concelho */
input#entry_2106394477 {
   width:400px;
}
/* email */
input#entry_2098007186 {
   width:350px;
}

/* licenciatura */
input#entry_383553654 {
   width: 600px;
}

/* outra situação laboral; nome da empresa onde exerce actividade; outro tipo de empresa, outro primeiro emprego */
input#entry_142631846, input#entry_1673295360, input#entry_1934824561, input#entry_1825835183 {
   width:600px;
}
textarea#entry_1050437371 {
   width: 590px;
   height: 80px;
}

input#ss-submit {
   padding: 5px 30px;
   background-color: #6798c1;
   color: #FFFFFF;
   border: none;
   font-weight: bold;
}
h3.contactos {
   padding-bottom:5px;
}