/* Google Fonts API */
@import url('http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold');
@import url('http://fonts.googleapis.com/css?family=Dancing+Script:regular,bold');

#fcf2 {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 0.85em;
margin: 0;
padding: 0;
width: 100%;
border: 1px solid #698291;
background: #f3fbff;
}
#fcf2 h3 {
font-size:1.2em;
background-color:#698291;
color:#fff;
font-weight:bold;
padding:2px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:2px;
}
#fcf2 em {
color:#f00;
}
#fcf2 div.r {
clear: both;
padding-top: 2px;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 350px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 .fcf {
font-size: 0.75em;
}
#fcf2 input, #fcf2 textarea {
background: #fff;
border:1px solid #b3d3e6;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
border:1px solid #000;
}
