.form textarea{
	resize:none;
	height:120px;
}
.form input[type="checkbox"]
{
	 vertical-align: middle;
	 transform: scale(1.4);
	 padding: 0px;
	 margin-right:  0.7em;
}
.form p
{
	margin: 1em 0 0 0;
}

.form.login
{
	padding: 2em 1em;
}
.form.login
{
		margin-bottom:  1em;
}


.form input[type="text"], .form input[type="password"],
.form input[type="email"],.form textarea, .form select,
.form input[type="file"]
{
  outline: none;
  font-size: 14px;
  color: #212121;
  padding: 8px;
	line-height: 24px;
	height: auto!important;
  border:1px solid #b5b5b5;
  width: 100%;
  -webkit-appearance: none;
  background: #f5f5f5;
}

.form select
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.form label
{
	font-weight: bold;
	display: block;
  padding: 0;
	margin-bottom: 10px;
}


div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
