.dragon {
width: 85px;
height: 66px;
float: right;
margin: -1px -3px 0 3px;
}

#formation {
width:400px;
background-color:#eee;
border: 1px solid #336600;
padding:5px;
margin:12px auto 0 auto;
font-family:arial,verdana,sans-serif;
}

input.red {
background-color:#336600;
font-weight:bold;
font-size:12px;
color:white;
}

input.grey {
background-color:#dfdfdf;
font-size:12px;
color:black; }

select.yellow { width:200px; }

div.row {
clear: both;
padding-top: 5px;
}

div.row span.label {
float:left;
width:120px;
text-align: right;
}

div.row span.formw {
float:right;
width:235px;
text-align:left;
} 

.formspacer { width:360px;height:30px; }
