body {
text-align:-moz-center;
#text-align:center;
} 

form {
 margin:0 auto;
 text-align:center;
 width:100%;
 }
#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #fca800;
background-color:#111111;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#fca800;
color:#000000;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align: center;
padding: 8px;
}
#fcf2 em {
color: #fca800;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#111111;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight: bold;
background: #111111 !important;
color: #ffffff !important;
}
#fcf2 input, #fcf2 textarea {
background: #111111 !important;
color: #ffffff !important;
overflow: hidden;
border:1px solid #fca800;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #000000 !important;
color: #ffffff !important;
border:1px solid #fca800;
}

.buttons a, .buttons button{
    display:block;
    float:center;
    margin:0 7px 0 0;
    background-color:#fca800;
    border:1px solid #fca800;
    border-top:1px solid #fca800;
    border-left:1px solid #fca800;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button.positive, .buttons a.positive{
    color:#000000;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#111111;
    border:1px solid #111111;
    color:#fca800;
}
.buttons a.positive:active{
    background-color:#111111;
    border:1px solid #111111;
    color:#fca800;
}