
/* === MODULO RICHIESTA STANDARD === */

.modulo {
	width:100%;	
}

.modulo, .modulo input, .modulo textarea {
	font-weight: 300;
	color: #666;
}

.modulo input[type="text"],
.modulo textarea {
    font-family: 'PT Sans';
	font-size: 0.875em;
	background: #FFF;
	width: 245px;
	border: 1px solid #cbcbcb;
	padding: 7px 10px;
	margin: 0 8px 10px 0;
	float: left;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    inset 0px 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:         inset 0px 1px 1px rgba(0, 0, 0, 0.10);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.modulo.inline input[type="text"],
.modulo.inline textarea {
	margin: 2px 5px 0px 0;
}

.modulo input {
	width: 150px;
}

.modulo input.second,
.modulo textarea {
	margin-right: 0;
}

.modulo textarea {
	max-width: inherit;
	height: 80px;
}

.modulo .checkbox {
	margin: 20px 0 0 0;
	float: left;
	width: 50%;
}

.modulo .checkbox input {
	width: auto;
	padding: 0;
	margin: 0px 5px 0 0;
	float: left;
}

.modulo .checkbox label {
	font-size: 11px;
	width: 86%;
	padding: 0px 0 0 0px;
	float: left;
}

.modulo input[type="button"],
.modulo input[type="submit"] {
	font-size: 1em;
	margin-top: 15px;
	float: right;
	width: 110px;
	-moz-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	box-shadow:inset 0px 1px 0px 0px #8ed5f9;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2eb5f3;
	display: block;
	color:#FFF; /*#425828; */
	padding: 8px 5px;
	text-shadow:1px 1px 0px #2eb4f2;
	cursor:pointer;
	cursor:hand;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #32b6f4), color-stop(1, #0096db) );
	background:-moz-linear-gradient( center top, #32b6f4 5%, #0096db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b6f4', endColorstr='#0096db');
	background-color:#32b6f4;
	
	transition: color 200ms, opacity 200ms;
	-o-transition: color 200ms, opacity 200ms;
	-moz-transition: color 200ms, opacity 200ms;
	-webkit-transition: color 200ms, opacity 200ms;
}


.modulo.inline input[type="button"],
.modulo.inline input[type="submit"] {
	float: left;
	margin-top: 0px;
	width: 170px;
}

.modulo input[type="button"]:hover,
.modulo input[type="submit"]:hover {
	color: #FFF;
	opacity: 0.8;
}

.modulo input[type="button"]:active,
.modulo input[type="submit"]:active {
	position:relative;
}

/******************/

.placehCont {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.placeh {
	position: absolute; left: 0;
	font-size: 0.875em;
	line-height: 1.4em;
	float:left;	
	color: #999;
}

/******************/

.inValid .placeh {
	color: #0095db;
}

input.hasValue,
textarea.hasValue,
select.hasValue {
	color: #666 !important;
}

label.inValid {
	color: #0095db !important;
}
