	.cssform{
		font-family:verdana;
		font-size:12px;
	}
	.cssform p{
		width: 210px;
		clear: left;
		margin: 0;
		padding: 10px 0 12px 0;
		padding-left: 135px; /*width of left column containing the label elements*/
		border-top: 1px dashed #ccc;
		height: 20px;
		font-family:verdana;
		font-size:11px;
	}

	.cssform label{
		font-weight: bold;
		float: left;
		margin-left: -125px;/* width of left column*/
		width: 90px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
		color:#fff;
	}


	.cssform .texto{ /*width of text boxes. IE6 does not understand this attribute*/
		width: 200px;
		border: 1px solid gray;
	}


	.cssform textarea{
		width: 200px;
		height: 110px;
		border: 1px solid gray;
	}

	/*.threepxfix class below:
	Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
	to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
	*/

	* html .threepxfix{
		margin-left: 3px;
	}
	
	.formbutton{
		cursor:pointer;
		border:outset 1px #ccc;
		background:#999;
		color:#666;
		font-weight:bold;
		padding: 1px 2px;
		background:url(../_img/formbg.gif) repeat-x left top;
		margin-left: 55px;
		font-size:13px;
	}

	.mensaje_envio{
		width:300px;
		padding:10px;
		border:1px dotted #cccccc;
		text-align:left;
	}
	
	.contenedor_mensaje{
		width:300px;
		text-align:center;
		color:#fff;
	}


.contact_data{
	padding-top:55px;
	color:#fff;
	margin-left:75px;
	font-size:13px;
	text-align:justify;
	width:220px;
}