input.mandatory{
	background-color:#FFEFF9;
}

input.error{
	border: 1px solid #FF0099;
}

#header{
  height:70px;
  background-color:white;
  background-image:url(../img/logo.gif);
}

.title{
	background-color:#FF0099;
}

.buttons a.lmbutton:hover, button.lmbutton:hover{
    background-color:#FFEFF9;
    border:1px solid #FF0099;
}

#errorContainer{
  border: 1px solid #FF0099;
	color:#FF0099;
}