.ngform label {
	font: 15px Arial,'Helvetica',sans-serif;
	color: #888888;
}
.ngform label {
	font-family: inherit;
}
.ngform .ngerror, .ngform .has-error label {
	color: #ff6666;
}
.ngform .ngformerror {
	color: #ff6666;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
}
.ngform .ngformspacer {
    height: 32px;
    margin-bottom: 10px;
}
.ngform .ngformline {
    border: 0;
    padding: 6px 0;
    margin-bottom: 10px;
}
.ngform img {
    display: block;
    height: auto;
}
.ngform .ngformline hr {
    border: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.ngform label.ngmandatory {
	font-weight: bold;
}
.ngform .ngformnopad {
	padding: 0px;
}
input[type=text],
input[type=password],
input[type=email],
select,
textarea,
input[type=number],
input[type=date],
input[type=time],
.form-control {
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: 15px Arial,'Helvetica',sans-serif;
	color: #888888;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
   height: auto;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], input[type=time],
textarea, textarea.form-control,
select {
	font-family: inherit;
}

.ngform input[type=submit] {
	border-color: #f7f7f7;
	border-width: 0px;
	border-style: solid;
	padding: 6px 18px 6px 18px;
	background: url(../../../../../images/gradient/?s=336699&e=001933&h=30) repeat-x #001933;
	font: bold 16px Arial,'Helvetica',sans-serif;
	color: #dddddd;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	border-radius: 32px;
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
}
.ngform input[type=submit] {
	font-family: inherit;
}
.ngform input[type=submit]:hover {
	border-color: #f7f7f7;
	background: url(../../../../../images/gradient/?s=6699cc&e=003366&h=30) repeat-x #003366;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
}

.ngform textarea {
	height: 120px;
}

input::-webkit-calendar-picker-indicator {
    display: inline;
}
