#fcf2 {
margin:5px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
width: 480px;
}
#fcf2 label {
float: left;
width: 125px;
text-align: right;
}
#fcf2 div.r.alt label {
float: none;
width: 100%;
text-align: left;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #ccc;
padding:2px;
width: 200px;
}
#fcf2 input#answer_out {
width: 100px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}
#fcf2 table td {
  text-align: center;
}
#fcf2 table td img {
  display: block;
  margin: 10px auto;
}
#fcf2 table input {
  width: auto;
  margin: 0 auto;
}
#fcf2 input.submit { 
  width: auto;
  padding-left: 1em;
  padding-right: 1em; 
}