.form-control	{	
					height: 40px;
					outline:0px !important;
					-webkit-appearance:none;
					box-shadow: none !important;
					-moz-box-shadow: none !important;
					-webkit-box-shadow: none !important;
					border-radius: 4px;
					background-color: #ffffff;
					font-size: 14px;
					border-color: #e8e8e8;
					color: #605d5c;
					-webkit-transition: background-color 300ms, color 300ms, border-color 300ms;
					-o-transition: background-color 300ms, color 300ms, border-color 300ms;
					transition: background-color 300ms, color 300ms, border-color 300ms;
				}
.form-control:hover {  }
.form-control:active,
.form-control:focus { border-color: #88addf; }
.has-success .form-control {  }
.has-success .form-control:focus  {  }

form label { font-family: "Roboto"; font-size: 14px; font-weight: 400; }

textarea { resize: vertical; }




/* Internet explorer fix */
select::-ms-expand {
    display: none;
}

select	{ 
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';


	/*background-image: url('../images/tri.png') !important; background-size: 32px 12px;*/

	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 38px !important;
}

textarea  { min-height: 180px; }

.form-group { margin-bottom: 20px; }