@import url('reset.css');
body { overflow-x:hidden; }
.container {
    background: white;
}
/* Main page */
/* Contact */
.fcf-envelope {
    xbackground: url(../images/envelope-bg.png) no-repeat bottom;
    width:720px;
    height:400px;
    margin: 0px auto;
    position: relative;
	 padding-left:125px; 
	 padding-right:125px;

}
.fcf-envelope-ft {
    background: url(../images/envelope-ft.png) no-repeat bottom;
    width:720px;
    height:350px;
    bottom:0px;
    z-index:300;
    position: absolute;
}
.fcf-contact {
    width: 977px;
	 float:left;
	 height:670px;
	 overflow:hidden;
}

.fcf-letter {
    background: url(../images/letter.png) repeat;
    width:700px;
    height:325px;
    margin: 0px auto;
    position: relative;
}


.fcf-contact-form .req {
    font-weight: normal;
    font-style: italic;
    font-size: 9px;
}
.fcf-contact-form .submit {
    text-transform: uppercase;
    cursor: pointer;
    padding:10px;

    float: right;
}
.fcf-alphabet {
    width:20px;
    height:20px;
    border-radius:40px;
    position:absolute;
    text-align: center; 
	 color:#FFFFFF;
    background: rgba(0, 0, 0, 0.7);
	 z-index:200;
}
.fcf-message {
    color:white;
    font-size:40px;
    display:none;
    text-align:center;
}

/* ----------- */
.fcf-stamp { float:left; margin-top:215px; margin-left:150px; position:relative; z-index:10; }
.fcf-confirmation { float:left; margin-top:-30px; position:relative; z-index:10;}
.fcf-fbg { float:left; width:977px; height:466px; overflow:hidden; margin-top:-135px;  }