/* ------------------------------------------------------------------------------------ *
| CSS FILE :: For webPacPlus															|
| css/forms.css																			|
| 																						|
| PROJECT :: UNIO MAGATZEMISTES FERRO CATALUNYA I BALEARS								| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Uaalah!!																	|
* ------------------------------------------------------------------------------------- */

/* @group LOGIN PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

p.flash,
#authMessage{
	font-weight: bold;
	color: #412418;
}

#formulario form{
}
#formulario label{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	cursor: pointer;
}
#formulario input{
	margin-bottom: 10px;
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px;
	width: 250px;
} 
#formulario textarea{
	margin-bottom: 10px;
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 80px;
	line-height: 20px;
	padding: 3px 5px;
	width: 250px;
}

#formulario input.btn{
	margin-top: 10px;
	border: 1px solid #2f1c14;
	background-color: #2f1c14;
	width: 260px;
	height: 26px;
	color: #CBC4C1;
	font-weight: bold;
	text-transform: uppercase;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CONTACTO :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contacto .formRow{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#contacto .textLegal{
	padding-left: 90px;
	margin-bottom: 10px;
}
#contacto label{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	width: 90px;
	line-height: 28px;
}
	#contacto label.error{
		width: auto;
		color: #cc0000;
		margin-left: 10px;
	}
#contacto input{
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px;
	width: 350px;
	float: left;
} 
	#contacto input.error{
		border: 1px solid #cc0000;
		background-color: #e2bcbc;
	}
#contacto textarea{
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 80px;
	line-height: 20px;
	padding: 3px 5px;
	width: 350px;
	float: left;
}
	#contacto .textLegal textarea{
		border: 0 none;
		background-color: transparent;
		font-size: 11px;
		height: 95px;
		line-height: 16px;
		padding: 0;
		width: 360px;
		float: none;
		color: #6e6e6e;
	}
	#contacto .textLegal input{
		border: 1px solid #412418;
		background-color: transparent;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		padding: 3px 5px;
		width: 20px;
		float: none;
	}
	#contacto .textLegal label{
		font-size: 11px;
		font-weight: bold;
		text-transform: none;
		cursor: pointer;
		float: none;
		width: auto;
		line-height: 16px;
		margin-right: 5px;
	}

#contacto input.btn{
	border: 1px solid #2f1c14;
	background-color: #2f1c14;
	width: 150px;
	height: 26px;
	color: #CBC4C1;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 300px;
	cursor: pointer;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group HAZTE SOCIO :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#socioform .formRow{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#socioform .textLegal{
	padding-left: 170px;
	margin-bottom: 10px;
}
#socioform label{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	width: 170px;
	line-height: 28px;
}
	#socioform label.error{
		width: auto;
		color: #cc0000;
		margin-left: 10px;
	}
#socioform input{
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 3px 5px;
	width: 350px;
	float: left;
} 
	#socioform input.error{
		border: 1px solid #cc0000;
		background-color: #e2bcbc;
	}
#socioform textarea{
	border: 1px solid #412418;
	background-color: #cbc4c1;
	font-size: 14px;
	height: 80px;
	line-height: 20px;
	padding: 3px 5px;
	width: 350px;
	float: left;
}

#socioform input.btn{
	border: 1px solid #2f1c14;
	background-color: #2f1c14;
	width: 150px;
	height: 26px;
	color: #CBC4C1;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 170px;
	cursor: pointer;
}
	#socioform .textLegal textarea{
		border: 0 none;
		background-color: transparent;
		font-size: 11px;
		height: 95px;
		line-height: 16px;
		padding: 0;
		width: 360px;
		float: none;
		color: #6e6e6e;
	}
	#socioform .textLegal input{
		border: 1px solid #412418;
		background-color: transparent;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		padding: 3px 5px;
		width: 20px;
		float: none;
	}
	#socioform .textLegal label{
		font-size: 11px;
		font-weight: bold;
		text-transform: none;
		cursor: pointer;
		float: none;
		width: auto;
		line-height: 16px;
		margin-right: 5px;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */