/*	************************************************************************	**
**							FORM												**
**	************************************************************************	*/
.pageForm label, .pageForm span
{
	float: right; padding: 0 10px;
}
.pageForm a>span
{
	float: initial;
}
.grid6{float: left; width: 50%;}
.pageForm .row-responsive{width: 100%; clear: left; padding: 15px 0;}
.pageForm .fLeft, .pageForm input[type="text"]{float: left;}
.pageForm .btnSuccess{margin-left: 50%;}
#home-content .pageForm .phone{width: 40px}
.pageForm span.fLeft{padding: 0 2px;}
.pageForm .grid6{position: relative;}
.pageForm .valImage{right: 2px;}
.pageForm .errorimg{right: 2px;}
#home-content .pageForm h5
{
	margin: 0;
}
#idWarning, div[id*='pnlClosedMsg'], div[id*='pnlErrorMsg']
{
	border: 1px solid #F66;
	box-shadow: 0 0 3px #666;
	padding: 10px;
	border-radius: 3px;
	margin-top: 20px;
}
.pageForm span.imp
{color: #F00; float: initial; padding: 0;}

.pageForm span[id*='lblErrorMsg']
{
	display: block;
	width: 100%;
	background-color: #F66;
	color: #000;
	float: left;
	text-align: center;
	padding: 10px;
}


/*	************************************************************************	**
**							CONFERENCE INFO										**
**	************************************************************************	*/
#home-content h2 a
{
	font-size: .6em;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #666;
	text-decoration: none;
	position: relative;
	top: -1px;
}
#conferenceInfo h4, #conferenceInfo h4 + p
{
	display: inline;
	border-bottom: transparent;
}
#conferenceInfo .fa
{
	padding-right: 8px;
}
#conferenceInfo > a
{
	margin-right: 20px;
}


@media only screen and (max-width:768px){
	/*Media Query Example*/
}