#fc input, #fc textarea{
		border:none;
		border-bottom:black solid thin;
		background:transparent;
		margin-bottom:2px
}
#fc input[type=submit]{
		border:none;
		background:#0070E7;
width:100%
}
#fc input[type=submit]:hover{
		border:none;
		background:#55D000;
		color:white
}