	.cssform{
		font-family:verdana;
		font-size:12px;
	}
	.cssform p{
		width: 300px;
		clear: left;
		margin: 0;
		padding: 9px 0 9px 0;
		padding-left: 230px; /*width of left column containing the label elements*/
		
		height: 1%;
		font-family:verdana;
		font-size:11px;
	}

	.cssform label{
		font-weight: bold;
		float: left;
		/*margin-left: -220px; /*width of left column*/
		width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
		color:#fff;
		padding-bottom: px;
		border-bottom: 1px solid #ddd;
		margin-top:14px;
	}


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


	.cssform textarea{
		width: 310px;
		height: 70px;
		border: 1px solid gray;
		margin-top:28px;
	}

	/*.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: 130px;
		font-size:13px;
		margin-top:20px;
	}

.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;
}
#content_left_contact{
	height: 420px;
	width: 585px;
	float:left; 
	background:url(../_images/bottom_contact.png) no-repeat left bottom;
	
}
#content_left_contactfr{
	height: 420px;
	width: 585px;
	float:left; 
	background:url(../_images/bottom_contactfr.png) no-repeat left bottom;
	
}
#content_left_contacten{
	height: 420px;
	width: 585px;
	float:left; 
	background:url(../_images/bottom_contacten.png) no-repeat left bottom;
	
}
