@charset "utf-8";
/* CSS Document */

* {
font-family: "Century Gothic","MS Sans Serif", "MS Serif";
color:#FFFFFF;
}

body {
background-color:#000000;
height:600px;
}

#feedback {
width:1024px;
margin-left:auto;
margin-right:auto;
float:left;
}

.notes {
color:#000000;
}

#formitems input:focus {
background-color:#FA3A6A;
border:thick #FF0000;
color:#000000;
} 

#formitems input {
background-color:#8bab3a;
border:thick #FF0000;
color:#000000;
} 

#formitems textarea:focus{
background-color: #FA3A6A;
color:#000000;
}

#formitems textarea {
background-color:#8bab3a;
width:600px;;
border:thick #FF0000;
color:#000000;
} 