.pageForm label, .pageForm span{
	padding: 0 10px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 10%;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}

/** default **/
.pageForm .btn{
	margin: 0;
}
#home-content .hideField{
	display: none;
}
#home-content .showField{
	display: block;
}
#home-content .idOutput,
#home-content .idOutputGood,
#home-content .idOutputBad{
	width: 2%;
}
#home-content .validated{
	background: #EEE;
	color: transparent;
	text-shadow: 0 0 0 rgb(80, 80, 80);
	user-select: none;
}
#home-content .validated:hover{
	cursor: default;
}
#aspnetForm input.validated:focus{
	box-shadow: none;
	outline: none;
}
#home-content .helperText{
	margin: 0;
}
#home-content .invisible{
	display: none;
}

@media only screen and (max-width:768px){
	/*Media Query Example*/
}