/* Violinos Moza */

body {
	background-color:#3d1731; /* roxo */
	font-family: Arial, Tahoma, "Lucida sans", "Lucida grande", "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #DACEAC; /* amarelo-cinza */
	background: url(../img/bg_body.jpg) center top;
	margin: 0px;
	}

p {
	padding: 5px;
}

#wrap {
	position:absolute; 
	width:100%;
	height:500px;
	top:50%; /* Eixo top em 50% da tela */
	margin-top: -250px;
	margin-bottom: 0px;
	background-color:#3d1731; /* roxo */
	border-top: solid 1px #5e1d47;
	border-bottom: solid 1px #5e1d47;
	}

#engloba {
	width: 800px;
	height: 500px;
	margin: 0px auto;
	background: url(../img/bg_engloba.jpg) right top no-repeat;
	overflow: hidden;
	}

#esquerda {
	width: 432px;
	height: 500px;
	padding-right:368px;
	}


#menu {
	text-align:center;
	text-decoration:none;
}

#conteudo {
	width: 412px;
	height: 480px;
	padding:10px;
	}


img {
border:0;
}

/* Formulário de contato */

#formulario {
	margin:0px;
	padding:0px;
	color: #d7b849;
	}

input {
	border: none; /* rosa escuro */
	background:url(../img/bg_input.gif) no-repeat left top;
	width: 251px;
	height: 16px;
	line-height: 18px;
	color:#ce5ba0;
	margin: 0px;
	padding: 6px;
	font-size: 11px;
}


#enviar {
	color:#FFF;
	width:70px;
	height:28px;
	border: none;
	background: none;
}



textarea {
	font-family: "Trebuchet MS", tahoma, verdana;
	width: 250px;
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color:#ce5ba0;
	border:none;
	background-image: url(../img/bg_textarea.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


  .errFld {border: 1px solid #F00; /*... or any other css properties ... */}
  .errMsg {
	color: #333333; /*... or any other css properties ... */
	font-family: "Trebuchet MS", tahoma, verdana;
	font-size: 10px;
	text-transform: uppercase;
}

.telefone {
	padding:10px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	}