
div.row {
	clear:both;
	color: #fc6;
  }
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	color: #fc6;
  }

div.row span.tit1 {
	text-align: right;
	color:#fc6;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	clear: both;
  } 
div.row span.tit2 {
	clear: both;
	text-align: right;
	color: #fc6;
	font-size: 12px;
		
}    
  
div.row span.formw {
	float: right;
	width: 250px;
	text-align: left;
	font-size: 16px;
  }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div.row span.submit{
  width:280px;
  text-align:center;
}
#form{
	width: 400px;
	background-color: #000;
	/*background-image: url(../../../images/upp/fondo_02.jpg);*/
	border: 1px dotted #fff;
	padding: 2px;
	margin: 0px auto;
}
#confirmation{
	width: 400px;
	height:220px;
	background-color: #C6AA71;
	border: 1px dotted #666;
	padding: 2px;
	margin: 0px auto;
	text-align: center;
  	font-weight: bold;
}