
#form { 
	width: 600px;
}

div.row { padding-top: 10px; }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  text-transform: none;
  padding-right: 10px;
  line-height: 20px;
  font-family: Tahoma;
  color: #006973;
  font-size: 12px;
  }

div.row span.formw {
  width: 335px;
  text-align: left;
}

#conten_des{
	width:400px;
	height:75px;
	margin-left: 210px;
}

#conten_des2{
	width:400px;
	height:125px;
	margin-left: 210px;
}

input, textarea, .options {
	padding: 0.2em;
	border: solid 1px #dadada;
	font-family: Tahoma;
	color: #424142;
  	font-size: 12px;
}
input:hover, textarea:hover { background-color: #f7f7ff; }
input:focus, textarea:focus { background-color: #f8ffda; border: solid 1px #999; }

div.buttons {
	clear: both;
	width: 300px;
	padding-top: 20px;
	margin-left: 210px;
}

input[type="submit"] {
	background: url(images/bg-send.jpg) repeat-x center;
	border: 1px solid #dadada;
	color: #333;
	font-weight: bold;
}
input[type="submit"]:hover { background-position: center top; }

.texto_dest{
  font-family: Tahoma;
  color: #006973;
  font-size: 12px;
}

/*

.none {
	display: block;
	position: relative;
	color: #333;
	font-size: 0.8em;
	margin: 0 0 1em;
	padding: 0.5em 0.5em 0.5em 25px;
	background-color: #f1f1f1;
	border-bottom: 1px dotted #999;
}

.NOTOK {
	display: block;
	font-size: 0.8em; 
	position: absolute;
	left: 0px; top: -40px;
	color: #222;
	margin: 0 0 1em;
	padding: 0.5em;
	background-color: #ffdfdf;
	border-bottom: 1px dotted #de9292;
	text-align: center;
}

.OK {
	display: block;
	font-size: 0.8em; 
	position: relative;
	color: #003300;
	margin: 0 0 1em;
	padding: 0.5em;
	border-bottom: 1px dotted #de9292;
	background-color: #CCFFAA;
	text-align: center;
}

.errorMessage {
	width: 500px;
	height: 50px;
	font-size: 0.9em;
	font-family: "Lucida Sans", Georgia, sans-serif;
	position: absolute;
	left: 13px; top: -55px;
	color: red;
	padding-top: 10px;
	background-color: #222;
	background: url(../img/bubble.gif) no-repeat left top;
	text-align: center;
}.errorMessage strong { color: red; }

.focus { background-color: #fefbc8; }

.error { background: #FF9999; }

.warning { background: url(../img/marks.gif) no-repeat left 0px; }

.checkmark { background: url(../img/marks.gif) no-repeat left -40px; }

.question {	background: none; }

.highlight { background: url(../img/marks.gif) no-repeat left -60px; }
*/