input, textarea, select
	{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	}

input
	{
	
	}
	
input.text, textarea
	{
	background:#e5e5e5;	
	}
	
input.text
	{

	}
	
input.submit
	{
	background:#97d045;
	color:#fff;
	font-weight:bold;
	border:0;
	padding:2px;
	}
	
textarea
	{
	height:120px;
	}
	
select
	{
	
	}
	
.footer input.submit
	{
	margin:1em 0 0 0;
	}
	
	
form
	{
	
	}

form .row
	{
	margin:0 0 10px 0;
	}	
	
form .column
	{
	
	}	
	
form .column .wrapper
	{
	margin-left:10px;
	}	

form .first .wrapper
	{
	margin-left:0;
	}		
	
form .heading
	{
	float:left;
	width:25%;
	}
	
input.text, textarea
	{
	border:0;
	vertical-align:bottom;
	}

	
.group input.text
	{
	width:100%;
	
	}
	
.group label
	{
	display:block;
	text-align:center;
	}
	
	
.com-form
	{
	
	}
	
.com-form .field
	{
	padding:0 0 10px 0;
	}
	
.com-form label
	{
	display:block;
	float:left;
	width:30%;
	}
	
.com-form input.text, .com-form textarea, .com-form select, .com-form .checkbox
	{
	float:right;
	width:65%;
	}
	
form .address
	{
	float:right;
	width:65%;
	}	
	
form .address label
	{
	width:25%;
	margin-left:5%;
	}		
	
form .address input.text
	{
	float:left;
	margin-left:5%;
	}	
	
form .address input.text:first-child
	{
	margin-left:0;
	}	
	
form .address .name
	{
	width:50%;
	}		
	
form .address .number
	{
	width:15%;
	}	

form .postal
	{
	width:65%;
	float:right;
	}
	
form .postal input.text
	{
	float:left;
	margin-left:5%;
	}
	
form .postal input.text:first-child
	{
	margin-left:0;
	}
	
form .postal .digits
	{
	width:10%;
	}	
	
form .postal .letters
	{
	width:20%;
	}	
	
form .postal .city 
	{
	
	}
	
form .postal label
	{
	float:left;
	width:24%;
	margin-left:5%;
	}
	
form .postal .city input.text
	{
	width:31%;
	}
	
.com-form .footer
	{
	text-align:left;
	}
	
.com-form
	{
	
	}
	
fieldset
	{
	padding:10px 10px;
	margin:0px 0 10px 0;
	border-color:#97d045;
	}
	
legend
	{
	font-weight:bold;
	color:#97d045;
	padding-left:5px;
	padding-right:5px;
	}