/*+clearfix {*/
#gamesearch:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#gamesearch
{
	display: block;
	*height: 1px;
}
/*+}*/
/*[clearfix]*/
#gamesearch
{
	/*border: 1px solid #E1E1E1;*/
	padding: 0 15px 15px;
	border-radius: 5px;
	font-family: helvetica;
	/*max-width: 98%;*/
	position: relative;
	background: #FFFFFF;
	opacity: 1;
	box-shadow: 0px 0px 10px #368FC2;
}
#gamesearch INPUT, SELECT
{
	font-family: 'Geogrotesque-Regular';
	position: relative;
	font-size: 1em;
	font-weight: normal;
	border-radius: 5px;
	border: 1px solid #D8D8D8;
	color: #606060;
}
#gamesearch P.searchtitle INPUT
{
	padding: 10px;
	transition: all 0.2s;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 100%;
	box-sizing: border-box;
}
#gamesearch LABEL
{
	position: relative;
}
#gamesearch LABEL I
{
	position: absolute;
	top: 2px;
	left: 15px;
	z-index: 1;
	color: #409CD0;
}
P.searchtitle
{
	width: 100%;
}
P.searchtitle INPUT:hover
{
	background: #F2F2F2;
	transition: all 0.2s;
}
#gamesearch P SELECT
{
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	transition: all 0.2s;
	-webkit-appearance: none;
	background: #FFFFFF;
}
#gamesearch P SELECT:hover
{
	background: #F2F2F2;
	transition: all 0.2s;
}
#gamesearch P.searchtitle LABEL:hover I
{
	color: #7C7C7C;
	transition: all 0.5s;
}
.searchcolumn
{
	width: 32.3%;
	float: left;
	margin-top: -20px;
	padding-right: 1.5%;
}
.searchcolumn.last
{
	padding-right: 0px;
}
#gamesearch SPAN.searchsubmit INPUT
{
	width: 83%;
	float: left;
	font-family: 'Geogrotesque-SemiBold';
	margin: 0;
	margin-right: 2%;
	cursor: pointer;
	padding: 10px;
	font-size: 1.3em;
	background: #409CD0;
	color: #FFFFFF;
	box-shadow: 0px 3px #2B81B2;
	border: 0px;
}
#gamesearch SPAN.searchsubmit INPUT:hover
{
	transition: 0.4s;
	background: #2C89BD;
	box-shadow: 0px 3px #1C6790;
}
#gamesearch SPAN.searchsubmit INPUT:active
{
	box-shadow: inset 0px 0px 10px #368FC2;
	box-shadow: 0px 1px #6254AD;
	transition: 0.3s;
	top: 3px;
}
#gamesearch SPAN.clearsubmit INPUT
{
	width: 15%;
	cursor: pointer;
	float: right;
	font-size: 1.2em;
	background: #F2F2F2;
	margin: 0px;
	padding: 10px;
	box-shadow: 0px 3px #D7D7D7;
	border: 0px;
}
#gamesearch SPAN.clearsubmit INPUT:hover
{
	transition: 0.4s;
	background: #E1E1E1;
	box-shadow: 0px 3px #B5B5B5;
}
#gamesearch SPAN.clearsubmit INPUT:active
{
	box-shadow: inset 0px 0px 10px #CBCBCB;
	box-shadow: 0px 1px #B7B7B7;
	transition: 0.3s;
	top: 3px;
}
