/*FORMS*/
form
{
margin-right: 25px;
margin-left: 25px;
}

input, file
{
background-color:#d01f3c;
border: thin solid white;
color: white;
}

input:focus, select:focus, checkbox:focus, textarea:focus, file:focus
{
border: thin solid #bfbfad;
}

label
{
display: block;
clear: left;
float: left;
}

textarea
{
background-color: #d01f3c;
border: thin solid white;
color: white;
}

.fi
{
margin-bottom: 10px;
}

.fi label
{
width: 100px;
}
.fi textarea
{
width: 300px;
}

checkbox
{
float: right;
}

#radio
{
border: 0;
}