.formContenedor {

	overflow: hidden;
}

.formContenedorEnviado {

	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #069;
	text-align: center;
	line-height: 25px;
}


.formItem {
	width: 100%;
	float: left;
}
/*
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 4px;
	line-height: 32px;
	height: 28px;
	margin-top: 8px;
	margin-bottom: 8px;
}


input.text{
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	width: 265px;
	color: #555;
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 13px;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right 2px;
	line-height: 28px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	float: left;
	margin-top: 8px;
}
select.text {
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	width: 265px;
	color: #555;
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 13px;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right 2px;
	line-height: 28px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	float: left;
	margin-top: 8px;
}


textarea.text{
	outline:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	width: 260px;
	color: #555;
	border: 1px solid #cccccc;
	margin-bottom: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 13px;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right 2px;
	line-height: 16px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	resize:none;
	padding: 5px;
	margin-top: 8px;
}
*/
input.text.active{
	color: #666;
	background-attachment: scroll;
	background-color: #FFF;
	background-position: right -43px;
	border-top-color: #9C0;
	border-right-color: #9C0;
	border-bottom-color: #9C0;
	border-left-color: #9C0;
}
/*
input.submit{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-shadow:#397739 -1px 0px 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#397739', Direction=90, Strength=1);
	width: 335px;
	color: #FFF;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-image: url(../img/btn_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 28px;
	border: 1px solid #3d7a3d;
	margin-left: 15px;
}
input.submit:hover {
	cursor: pointer;
	background-position: 0px -26px;
}
input:focus, textarea:focus{
	box-shadow: 0 0 5px #74b9f0;
    -webkit-box-shadow: 0 0 5px #74b9f0; 
    -moz-box-shadow: 0 0 5px #74b9f0;
	 
	border-top-color: #74b9f0;
	border-right-color: #74b9f0;
	border-bottom-color: #74b9f0;
	border-left-color: #74b9f0;
}
*/
/* ------  PLACEHOLDERS ------------*/
input:-webkit-input-placeholder  { color:#999999; }
input:-moz-placeholder { color:#999999; }
textarea:-webkit-input-placeholder  { color:#999999; }
textarea:-moz-placeholder { color:#999999; }
input.submit:active {
	cursor: pointer;
	background-position: 0px -52px;
}
