.ngform .ngformcolumn
{
	float: left;
}

.ngform .ngformcolumns1 .ngformcolumn {
	width: 100%;
}

.ngform .ngformlabel
{
	font: 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #5a5a5a;
	padding: 5px 5px 0 0;
}

.ngform label.ngformright 
{
	font: 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #5a5a5a;
	padding: 5px 0 0 0;
}


.ngform .ngformerror
{
	color: #a65856;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

.ngform label.ngerror
{
	color: #a65856;
}


.ngform label.ngmandatory
{
	font-weight: bold;
}

.ngform .ngformnopad
{
	padding: 5px 0 0 0;
}

.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform textarea, .ngform input[type=number] 
{
	-webkit-appearance: none;	
}

.ngform .ngformspacer {
    height: 32px;
    margin-bottom: 10px;
}

.ngform .ngformline {
    border: 0;
    padding: 6px 0;
    margin-bottom: 10px;
}

.ngform .ngformline hr {
    border: 0;
    height: 1px;
    background-color: #cddce5;
}


.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform select, .ngform textarea, .ngform input[type=number], .ngform input[type=date], .ngform input[type=time]
{
	border-color: #cddce5;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #5a5a5a;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
}

.ngform img {
    display: block;
    height: auto;
}

.ngform input[type=number]
{
	min-width: 100px;
}

.ngform input[type=checkbox],
.ngform input[type=radio]
{
 	margin:0;   
	padding: 0;          	 
}

.ngform input[type=submit]
{	
	border-color: #85aac1;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../../images/gradient/?s=ffffff&e=f2faff&h=24) repeat-x #f2faff;
	font: bold 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #526978;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    margin-top: 20px;
}

.ngform input[type=submit]:hover
{	
	border-color: #85aac1;
	background: url(../../../../../images/gradient/?s=cddce5&e=85aac1&h=24) repeat-x #85aac1;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: none;
	
	color: #526978;
}


.ngform .ngradiogroup
{
	margin-bottom: 4px;
	display: block;
}

.ngform textarea 
{
	height: 100px;
}

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

.ngform .ngformright,
.ngform .ngformleft
{
		display: block;
		margin: 0 0 10px 0;
		box-sizing: border-box;
}

.ngform .ngformright
{
	float: left;
	width: 65%;
}
.ngform .ngformleft
{
	float: left;
	width: 35%;
}
	
.ngform .ngformcolumns2 .ngformcolumn {
	width: 49%;
}

.ngform .ngformcolumns2 .ngformcolumn:first-child {
	margin-right: 2%;
}


@media screen and (max-width: 1023px) 
{
	.ngform .ngformcolumns2 .ngformcolumn {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.sqr .ngform .ngformright
	{
		width: 100%;
		float: none;
	}
	.sqr .ngform .ngformleft
	{
		width: 100%;
		float: none;
	}	
} 