#sfondo {
display: block;
position: fixed;
height: 100%;
width: 100%;
z-index: 3;
background-color: #333333;
opacity: 0.50;
}

#container {
display: block;
position: fixed;
left: 30%;
width: 40%;
top: 20%;
height: 50%;
z-index: 4;
}

#container form {
background-color: #000000;
background-image: url(images/gradiente.png);
background-repeat: repeat-x;
border: 2px #98d049 solid;
font-family: Trebuchet, sans-serif;
font-weight: bold;
}

#container form p {
text-align: center;
color: #631b1b;
}

#container form p label {
color: #98d049;
}

#container form p input, #container form p textarea, #container form p button {
margin: 6px;
}

#container form p textarea, #container form p input {
width: 80%;
}

#container form p textarea {
min-height: 150px;
}

/*#container form p button {
margin: 4px;
border: none;
height: 35px;
width: 122px;
text-indent: -100em;
}

#ok {
background-image: url(images/ok.png);
}

#cancel {
background-image: url(images/cancel.png);
}*/
