SELECT{
     color: grey;
     background-color: #f2f4f7;
     font-size:11px;
     font-family:arial;
}

SELECT.selected{
     color: white;
     background-color: #27b1f2;
     font-size:11px;
     font-family:arial;
}

INPUT{
     color: #fba9d9;
     background-color: black;
     font-size:13px;
     font-family:arial;
}

INPUT.selected{
     color: white;
     background-color: black;
     font-size:13px;
     font-family:arial;
}

.rose{
	color: #27b1f2;
	font-family:Helvetica Neue, arial, verdana, sans-serif;
    font-weight:200;
    font-size:18px;
}

table.form { 
    position: absolute; 
    left: 50%; 
    margin-left: -420px; 
}