/* CSS Document */

.embeddedform{
border:1px solid #c7ae94;
background:#e9e3dd;
font-size:75%;
margin-bottom:20px;
margin-top:10px;
border-right:0;
border-left:0;
clear:both;
width:90%;
}
.embeddedform fieldset{
border:0;
color:#776061;
margin-top:5px; margin-bottom:5px;

}
.embeddedform label{
font-weight:500;
display:block;
padding:7px 0 4px 0;
color:#6f0e13;
margin-top:4px;
}
.embeddedform input{
width:350px;
border:1px solid #fff;
color:#776061;
font-size:75%;
margin-bottom:5px;
}
.embeddedform textarea{
width:350px;
font-size:95%;
font-family: Sans Serif, Tahoma, Verdana, Times, serif;
background:#fff;
border:1px solid #fff;
color:#776061;
}

.embeddedform select {
color:#776061;
font-size:75%;
background:#fff;
border:1px solid #776061;
}
.embeddedform input.formbutton{
width:auto;
background:#882c34;
border:1px solid #882c34;
margin-top:15px;
font-weight:500;
color:#fff;
padding:3px;
}