/*
body {
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}*/
.registration_form {
  margin: auto;
  padding: 14px;
  font-size: 8pt;
  width: 600px;  /* default, adapt in each page */
}
label {
  width: 10em;
  float: left;
  margin-right: 0.5em;
  display: block;
}
.submit {
  float: right;
  padding-top: 4px;
  padding-right: 14px;
}
fieldset {
  border: 2px solid #b7ddf2;
  background: #ebf4fb none repeat scroll 0 50%;
  width: 600px; /* default, adapt in each page */
  margin: auto;
}
legend {
  border: 1px solid #781351;
  padding: 2px 6px;
  background: #80d3e2 none repeat scroll 0% 50%;
  color: #ffffff;
}
.elements {
  padding: 10px;
}
.registration_form p {
  border-bottom: 1px solid #b7ddf2;
  color: #666666;
  font-size: 11px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.registration_form p.bold {
border-bottom: 0px;
border-top: 1px solid #b7ddf2;
color: #666666;
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 20px;
}

/*
a {
  color: #0099ff;
  font-weight: bold;
} */
img {
  border: 0px;
}

.popup{
   position:fixed;
   top:10px;
   left:50%;
}


.success, .warning, .errormsgbox, .validation , .successfl, .errormsgboxfl{
  border: 1px solid ;
  margin: 0 auto 10px 2px;
  padding: 14px 17px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: bold;
  width: 600px; /* default, adapt in each page */
  float: none;
}

.success, .warning, .errormsgbox, .validation {
  position: static;
}


/* float center: use popup as upper div */
.successfl, .errormsgboxfl{
  position:relative;
  left:-50%;
}


.successfl, .success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url("../images/success.png");
}
.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url("../images/warning.png");
}
.errormsgbox, .errormsgboxfl {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url("../images/error.png");
}
.validation {
  color: #d63301;
  background-color: #ffccba;
  background-image: url("../images/error.png");
}
#pupils {
  border: 1px solid #781351;
  width: 100%;
  border-collapse: collapse;
  font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: left;
}
#pupils td, #pupils th {
  border: 1px solid #781351;
  padding: 5px 6px;
  background: #ebf4fb none repeat scroll 0 50%;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}
#pupils th {
  border: 1px solid #781351;
  padding: 8px 6px 5px;
  background: #80d3e2 none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: left;
  top: 0px;
  position: static;
}
#pupils tr.alt td {
  color: #000000;
  background-color: #f8ffff;
}
#pupils td.none {
  border:  none;
  text-align: right;
}
.icon {
  width: 16px;
  height: 16px;
  padding-left: 14px;
}
