﻿/******************************
Author: Natalia Artigas
		http://www.fluid.cat
Para:	Ambitsurbans
********************************/
@import "style.css";
.colLeft{
	width:368px;
}
form{
	overflow:hidden;
	padding:13px;
	margin:0px;
	border: 1px solid #f4f4f4;
	background-color:#FFFFFF;
	height:1%;
	}
form .row{
	clear:both;
	display:block;
	margin:0px 0px 4px 0px;
	overflow:hidden;
	height:1%;
	}
form .row label{
	width:100px;
	display:block;
	float:left;
	line-height:20px;
	}
form .row input{
	float:left;
	height:20px;
	border: 1px solid #f4f4f4;
	}
form .row input.button{
	height:24px;
	display:block;
	background-color:#f4f4f4;
	border:1px solid #ededed;
	padding:0px 11px;
	color:#BE0926;
	margin-left:5px;
	}
.button:hover{
	cursor:auto;
	color:#282518;
	}