/**************************************************
AUTHOR:  				Herbert Wirkner 
WEBSITE:   			http://www.tossadesign.eu/
TEMPLATE NAME:		Webdesign
TEMPLATE CODE: 	T-005
VERSION:          		1.0          	
 **************************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* FORM */

form.formularioContacto
	{
	float: left;
	margin: 20px 0px 0px 0px;
	}

#mailform
	{
	margin: 0 auto; 
	padding: 0; 
	background: #000 url(../images/pagebg.jpg) repeat;
	color: #ccc;
	}

.dataform
	{
	width: 500px;
	height: auto;
	float:  left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: transparent;
	color: #fff;
	margin: 10px 0px 14px 0px;
	padding:2px 0px 0px 0px;
	}

div .dataform .form
	{
	height: auto;
	}

.form1
	{
	float: left;
	position: relative;
	left: 100px;
	}

.input1
	{
	float: right;
	}

.form2
	{
	float: left;
	position: relative;
	left: 100px;
	}

.input2
	{
	float: right;
	}

.form3
	{
	float: left;
	position: relative;
	left: 100px;
	}

.input3
	{
	float: right;
	}

.form4
	{
	float: left;
	position: relative;
	left: 100px;
	}

.input4
	{
	float: right;
	}

.form5
	{
	float: left;
	position: relative;
	left: 100px;
	}

.input5
	{
	float: right;
	position: relative;
	left: 78px;
	}

.send
	{
	float: left;
	position: relative;
	left: 238px;
	}

.send1
	{
	float: left;
	position: relative;
	left: 355px;
	}

.button
	{
	background: #ccc; 
	color: #300;
	}

