/**
 * Stylesheet for Meubelbeurs
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>

 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		/* outline: 0; */
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	body {
		line-height: 1;
		color: black;
		background: white;
	}

	ol, ul {
		list-style-type: none;
		list-style-image: none;
		list-style-position: inside;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	em {
	    font-style: italic;
	}

	strong {
	    font-weight: 700;
	}


/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

	body {
		font: 300 12px/1.7 Helvetica, Arial, sans-serif;
		background: #feed01;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

	h1 {
		font-size: 28px;
		padding: 0 0 12px 0;
		font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
	}

	h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}

	h2.black {
		color: black;
	}

	h3 {
		font-size: 15px;
		padding: 0 0 8px 0;
	}

	h4, h5 {
		font-size: 13px;
		padding: 0 0 4px 0;
	}

	p {
		padding: 0 0 18px 0;
		line-height: 1.4em;
	}

	ul, ol {
		padding: 0 0 15px 30px;
	}

	/*
	ul ul, ul ol, ol ul, ol ol {
		padding-bottom: 0px;
	}
	*/

	ol li, ul ol li {
		list-style: decimal;
		font: 300 12px/1.7 Helvetica, Arial, sans-serif;
	}

	ul li, ol ul li {
		list-style: square;
		font: 300 12px/1.7 Helvetica, Arial, sans-serif;
	}

	blockquote {
		font-style: italic;
		padding: 0 0 0 25px;
	}

	dd {
		padding-bottom: 5px;
	}

	hr {
		display: none;
	}

/**
 * = Clearfix
 * ----------------------------------------------------------
 */

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/**
 * =  Firefox Fixes
 * ----------------------------------------------------------
 */

	/* force scrollbar */
	/**::-moz-any-link html,*/ html {
		min-height: 100%;
		margin-bottom: 1px;
	}

	/* remove big outlines on links */
	/**::-moz-any-link a,*/ a {
		overflow: hidden;
	}

/**
 * = Links
 * ----------------------------------------------------------
 */

	a, a:link {
		color: #000;
	}

	a:visited {

	}

	a:hover {
		color: #000;
	}

	a:active {

	}

/**
 * = Page structure
 * ----------------------------------------------------------
 */

	#container {
		width: 936px;
		margin: 0 auto 45px;
		background: #feed01;
	}


/**
 * = Header
 * ----------------------------------------------------------
 */

	#header {
		width: 936px;
		height: 162px;
		position: relative;
		border-top: 3px solid #feed01;
		border-bottom: 2px solid #000;
		background: #feed01;
	}

	#header.withChildren {
		height: 190px;
	}

	#header h1 a {
		text-decoration: none;
	}

	/*#header h1.logo_nl {
		background: url(../images/logo+txt_nl.jpg) no-repeat top right;
		width: 393px;
		height: 77px;
		text-indent: -9000px;
		position: absolute;
		top: 30px;
		right: 0;
	}
	
	#header h1.logo_fr {
		background: url(../images/logo+txt_fr.jpg) no-repeat top right;
		width: 484px;
		height: 77px;
		text-indent: -9000px;
		position: absolute;
		top: 30px;
		right: 0;
	}

	#header h1.logo_en {
		background: url(../images/logo+txt_en.jpg) no-repeat top left;
		width: 417px;
		height: 77px;
		text-indent: -9000px;
		position: absolute;
		top: 30px;
		right: 0;
	}

	#header h1.logo_de {
		background: url(../images/logo+txt_de.jpg) no-repeat top right;
		width: 384px;
		height: 77px;
		text-indent: -9000px;
		position: absolute;
		top: 30px;
		right: 0;
	}*/
	
	#header h1.logo_nl {
		background: url(../images/header_NL.JPG) no-repeat top right;
		width: 936px;
		height: 114px;
		text-indent: -9000px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#header h1.logo_fr {
		background: url(../images/header_FR.JPG) no-repeat top right;
		width: 936px;
		height: 114px;
		text-indent: -9000px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#header h1.logo_en {
		background: url(../images/header_ENG.JPG) no-repeat top right;
		width: 936px;
		height: 114px;
		text-indent: -9000px;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#header h1.logo_de {
		background: url(../images/header_DU.JPG) no-repeat top right;
		width: 936px;
		height: 114px;
		text-indent: -9000px;
		position: absolute;
		top: 0;
		right: 0;
	}

	

	/*#header h1.logo_nl a {
		width: 393px;
		height: 77px;
		display: block;
		overflow: hidden;

	}
	
	#header h1.logo_fr a {
		width: 372px;
		height: 77px;
		display: block;
		overflow: hidden;
	}

	#header h1.logo_en a {
		width: 417px;
		height: 77px;
		display: block;
		overflow: hidden;
	}

	#header h1.logo_de a {
		width: 384px;
		height: 77px;
		display: block;
		overflow: hidden;
	}*/
	
	#header h1.logo_nl a {
		width: 936px;
		height: 114px;
		display: block;
		overflow: hidden;
	}
	
	#header h1.logo_fr a {
		width: 936px;
		height: 114px;
		display: block;
		overflow: hidden;
	}
	
	#header h1.logo_en a {
		width: 936px;
		height: 114px;
		display: block;
		overflow: hidden;
	}

	#header h1.logo_de a {
		width: 936px;
		height: 114px;
		display: block;
		overflow: hidden;
	}


	#header h2 a {
		text-decoration: none;
	}

	#header h2 {
		background: url(../images/logo+text.jpg) no-repeat top left;
		width: 54px;
		height: 54px;
		text-indent: -9000px;
		position: absolute;
		top: 30px;
		left: 0;
		display: none;
	}

	#header h2 a {
		width: 54px;
		height: 54px;
		display: block;
		overflow: hidden;
	}


	div.print_logo{
		display: none;
	}

/**
 * = Footer
 * ----------------------------------------------------------
 */

	#footer {
		padding: 11px 0 0 0;
	}

	#footer ul {
		/* float: right; WILL.IT.BLEND?*/
		padding:  0;
		margin: 0;
	}

	#footer li {
		float: left;
		padding: 0;
		list-style: none;
		line-height: 1;
		font-size: 11px;
	}

	#footer li a {
		font: normal 11px/12px Helvetica, Arial;
		display: block;
		padding: 0 10px;
		overflow: visible;
		text-decoration: none;
	}

	#footer li a:hover {
		text-decoration: underline;
	}

	#footer li.last {
		padding-right: 0;
		border: none;
	}

/**
 * = Search
 * ----------------------------------------------------------
 */

#search {
	width: 950px;
	height: 19px;
	padding: 17px 0 10px 0; /* height: 46px; */
	background: #35475f;
	position: absolute;
	top: 0;
	right: 9px;
	text-align: right;
}

#search .input-text {
	width: 95px;
	height: 17px;
	padding: 2px 0 0 20px;
	background: #fff url(../images/icnSearch.gif) no-repeat 5px 3px;
	border: 0;
	line-height: 19px;
}

#search .input-button {
	display: none;
}

/**
 * = Language
 * ----------------------------------------------------------
 */

 	#language {
		position: absolute;
		top: 136px;
		right: 0px;
		float: right;
		height: 18px;
		z-index: 100;
		width: 160px;
		overflow: visible;
 	}

	#language ul {
		padding: 0;
		margin: 0;
		float: right;
		height: 16px;
	}

	#language li {
		float: left;
		list-style: none;
		margin: 0 0 0 8px;
	}

	#language li a {
		height: 18px;
		width: 22px;
		line-height: 16px;
		text-decoration: none;
		font-size: 12px;
		display: block;
		padding: 2px 2px 0 2px;
		text-align: center;
		font-weight: 700;
	}

	#language li.selected a {
		background: #666;
		color: #fff;
	}


/**
 * = Navigation
 * ----------------------------------------------------------
 */

	/**
	 * = Navigation : 1st level
	 * ----------------------------------------------------------
	 */

		#navigation {
			width: 936px;
			height: 24px;
			position: absolute;
			bottom: 3px;
			left: 0;
		}

		#navigation ul {
			width: 936px;
			height: 24px;

			padding: 0;
			margin: 0;
			border-bottom: 1px solid #000;

			position: absolute;
			bottom: 0;
			left: 0;
		}

		.withChildren #navigation ul {
			bottom: 28px;
		}

		#navigation ul li {
			list-style: none;
			float: left;
			margin: 0;
			padding: 0;
			height: 24px;
		}

		#navigation ul li a {
			display: block;
			height: 24px;
			padding: 0 2px;
			margin: 0 28px 0 0;
			text-decoration: none;
			line-height: 24px;
			font-weight: 700;
			color: #000;
			font-size: 16px;
		}

		#navigation ul li.selected {

		}

		#navigation ul li.selected a {
			color: #c9242b;
		}

		#navigation li a:hover {
			text-decoration: underline;
		}

	/**
	 * = Navigation : 2nd level
	 * ----------------------------------------------------------
	 */

		#navigation li.selected ul {
			padding: 0;
			margin: 0;
			position: absolute;
			top: 28px;
			left: 0;
			width: 936px;
			height: 24px;
			overflow: visible;
			border-bottom: 1px solid #000;
		}

		#navigation li.selected ul li {
			padding: 3px 0 0 0;
			height: 24px;
		}

		#navigation li.selected ul li a {
			height: 24px;
			margin: 0 22px 0 0;
			line-height: 24px;
			font-weight: 300;
			color: #555555;
			font-size: 12px;
			letter-spacing: -0.05px;
		}

		#navigation li.selected ul li.selected {

		}

		#navigation li.selected ul li.selected a {
			color: #c9242b;
		}

		#navigation li.selected ul a:hover {
			text-decoration: underline;
		}

/**
 * = Main
 * ----------------------------------------------------------
 */

	#main {
		width: 936px;
		background: white;
		/* min-height: 500px;
		height: auto !important;
		height: 500px; */
		background: transparent url(../images/blank.gif) no-repeat top left;
	}

/**
 * = Content
 * ----------------------------------------------------------
 */

	#content {
		border-bottom: 2px solid #000;
		margin: 0 0 2px 0;
		padding: 30px 0;
	}

	#content h2, #content h3, #content_home_top_inner h3, #content h4 {
		/*color: #c9242b;*/
		letter-spacing: -1px;
		margin-bottom: 5px;
	}


	#content h5 {
		color: #000;
		border-bottom: 1px solid #000;
		margin-bottom: 5px;
	}

	#content p {

	}

	.schuiven {
		padding: 5px 0 20px 35px;
	}

	/**
	 * = Content full width
	 * ----------------------------------------------------------
	 */


		#content_full {
			width: 886px;
			float: left;

		}


/**
 * = exposants
 * ----------------------------------------------------------
 */

	#exposants{
		margin: 20px 0 0 0;
	}

	#exposants form{
		margin: 0 0 20px 0;
		padding: 3px 0 0 0;
	}


	#exposants form input#searchvalue{
		border: 1px solid black;
		height: 16px;
		width: 270px;
		background: #FFF url(../images/bg_searchbox.jpg) no-repeat center right;
	}

	#exposants input.search_exp{
		color: white;
		padding: 4px;
		background: #c9242b;
	}

	#exposants ul.alphabet_exposants{
		clear: both;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}

	#exposants ul.alphabet_exposants li{
		list-style:none;
		float: left;
	}

	#exposants ul.alphabet_exposants li a{
		float: left;
		color: white;
		text-decoration: none;
		list-style: none;
		margin-right: 5px;
		padding-top: 4px;
		float: left;
		width: 25px;
		height: 22px;
		background: #a6a6a6;
		text-align: center;
	}

	#exposants ul.alphabet_exposants li a:hover{
		background: #c9242b;
	}

	#exposants ul.alphabet_exposants li.selected a{
		background: #c9242b;
	}

	#exposants table.datagrid{
		clear: both;
		width: 900px;
	}

	#exposants table.datagrid td{
		width: 443px;
	}

	#exposants table.datagrid td a{
		text-decoration: none;
	}

	#exposants table.datagrid tr.rowHeader th{
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		color: #c9242b;
		font-weight: bold;
		font-size: 1.9em;
	}

	#exposants table.datagrid tr.rowOdd td,
	#exposants table.datagrid tr.rowEven td{
		height: 22px ;
		padding: 6px 0 0 0;
		border-bottom: 1px solid #bebebe;
	}


	div.btn_exp{
		color: white;
		background: #C9242B;
		float: left;
		margin-right: 40px;
		padding: 0 4px 0 4px;
	}

	div.btn_exp a{
		color: white;
		text-decoration: none;
	}

/**
 * = exposants search
 * ----------------------------------------------------------
 */

	div.search_exposants_1{
		float: left;
		width: 340px;
		margin: 15px 5px 15px 0;
	}

	div.search_exposants_2{
		float: left;
		width: 100px;
		margin: 15px 5px 15px 0;
	}

	div.search_exposants_3{
		float: left;
		margin: 15px 5px 15px 0;
		width: 250px;
	}

	div.search_exposants_3 dd{
		float: left;
	}

	div.search_exposants_3 input.search_exp{
		margin-left: 5px;
	}


/**
 * = exposants detail
 * ----------------------------------------------------------
 */


 	#exposantdetail{
 		margin-top: 30px;
 		width: 935px;
	 }

	div.exposanten_img{
		width: 520px;
		float: left;
		margin-bottom: 10px;
	}

	div.exposanten_right{
		float: left;
		width: 390px;
	}

	div.exposanten_right h2{
		color: #c9242b;
		line-height: 1.6em;
	}

	div.exposanten_logo{
		width: 200px;
		margin-right: 20px;
		float: left;
		/*border: 1px solid white;*/
	}


	div.exposanten_logo img {
		margin-top: 15px;
		max-width: 200px;
		/* Change 525 to the desired width value */
	}

	div.exposanten_descr{
		margin-bottom: 5px;
	}

	div.exposantbar{
		float: left;
		width: 930px;
		background: url(../images/bg_exposantdetailcontact_yellow.jpg) repeat-x;
	}

	div.exposant_representatives h3,
	div.exposant_contact h3{
		color: #c9242b;
		margin-top: 18px;
	}

	div.exposant_representatives{
		width: 520px;
		float: left;
	}

	div.exposant_representative{
		float: left;
	}

	div.exposant_contact{
		width: 395px;
		float: left;
	}

	div.exposanten_stand{
		float: left;
		width: 150px;
	}

	div.exposanten_stand img{
		margin-top: 15px;
		width: 150px;
	}

	div.exposant_contact h4{
		margin-top: 20px;
	}

/**
 * = Content : homepage
 * ----------------------------------------------------------
 */

	#content_home_top {
		padding-bottom: 30px;
		border-bottom: 1px solid #000;
		background: #feed01 !important;
		color: #FFF !important;
	}

	#content_home_top #content_home_top_img {
		display: block;
		float: left;
	}

	#content_home_top dl {
		width: 348px;
		float: right;
		overflow-x: hidden;
	}

	#content_home_top dt {
		width: 348px;
	}

	#content_home_top dt a {
		font: 300 18px/24px Helvetica, Arial, sans-serif;
		display: block;
		width: 338px;
		padding: 5px 5px 0 5px;
		text-decoration: none;
	}

	#content_home_top dt a:hover {
		/* text-decoration: underline; */
	}

	#content_home_top dd {
		width: 338px;
		padding: 0 5px 5px 5px;
		border-bottom: 1px solid #dedede;
	}

	#content_home_top dd.last {
		border: 0;
		margin: 0;
	}

	#content_home_top_inner {
		width: 384px;
		float: right;
		overflow-x: hidden;
	}

	#content_home_top_inner h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0;
	}
	
	#content_home_top_inner div {
		margin-top: 18px;
	}

	#content_home_top_inner li {
		margin-bottom: 5px;
	}

	#content_home_bottom {

	}

	#content_home_bottom div {
		width: 280px;
		padding: 0 0 20px 0;
		float: left;
	}

	#content_home_bottom div p {
		padding-right: 20px;
	}

	#content_home_bottom div h2 {
		margin-bottom: 35px;
		padding-top: 10px;
		border-bottom: 1px solid #000;
		text-align: left;
	}

	#content_home_bottom div.last {
		width: 270px;
	}

	#content_home_bottom div.first {
		width: 386px;
	}

	#content_home_bottom div.first #segmenteringImageLink {
		display: block;
		width: 184px;
		height: 184px;
		float: left;
		margin-right: 20px;
	}

	#content_home_bottom div.first ul {

	}

	#content_home_bottom div.first ul li {
		list-style: none;
		font: 700 14px/28px Helvetica, Arial, sans-serif;
		height: 28px;
	}


/**
 * = Content : da non-homepage
 * ----------------------------------------------------------
 */

	#content_left {
		width: 510px;
		float: left;
	}

	#content_right {
		width: 376px;
		float: right;
	}

/**
 * = Secondary Content
 * ----------------------------------------------------------
 */


	#secondarycontent {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background: #feed01;
	}

	#secondarycontent div {
		float: left;
		width: 234px;
	}

	#secondarycontent div h5 {
		font-size: 18px;
		line-height: 18px;
		height: 18px;
		padding: 9px;
		margin: 0;
		/*color: #8a8a8a;*/
		color: #000;
		background: #feed01;
		/*border-bottom: 1px solid #e5e5e5;*/
		border-bottom: 1px solid #000;
	}

	#secondarycontent div ul {
		width: 234px;
		margin: 0;
		padding: 0px;
	}

	#secondarycontent div ul li {
		margin: 0;
		padding: 0 0 0 9px;
		height: 20px;
		list-style: none;
	}

	#secondarycontent div ul li a {
		display: block;
		height: 20px;
		font: normal 11px/20px Helvetica, Arial, sans-serif;
		color: #c9242b;
		text-decoration: none;
	}

	#secondarycontent div ul li a:hover {
		text-decoration: underline;
	}



/**
 * = Breadcrumbs
 * ----------------------------------------------------------
 */

	#breadcrumbs, #breadcrumbs a {
		color: #35475f;
		font: 700 11px/12px Helvetica, Arial;
	}

	#breadcrumbs a:hover {
		color: #141b24;
	}

	#breadcrumbs {
		margin-bottom: 15px;
	}

/**
 * = Forms
 * ----------------------------------------------------------
 */

	form {
		padding: 0 0 20px 0;
	}

	label {
		color: #000000;
		font-size: 11px;
		font-weight: 700;
	}

	form dl dt {
		padding: 0 0 2px;
	}

	form dl dd {
		padding: 0 0 8px 0;
	}

	input.input-text,
	input.input-password,
	textarea {
		padding: 2px;
		font: 300 12px/14px Helvetica, Arial, sans-serif;
		border: 1px solid #ABABAB;
	}

	textarea {
		height: 80px;
		width: 400px;
	}

	input.input-textfield, input.input-password, input.text_error, input.input-textfield-small, input.input-textfield-error, input.input-textfield-error {
		border: 1px solid #ABABAB;
		padding: 3px 2px;
		width: 236px;
	}

	input.input-submit {
		background: #808080;
		color: white;
		padding: 2px 6px;
		border: none;
	}

	textarea.input-textarea, textarea.input-textarea-error {
		padding: 3px 2px;
		border: 1px solid #ABABAB;
		width: 396px;
	}

	input.input-textfield-small, input.input-textfield-small-error {
		width: 50px;
	}

	.smaller input.input-textfield-small, .smaller input.input-textfield-small-error {
		width: 25px;
	}

	input.text_error,
	input.input-textfield-error,
	input.input-textfield-small-error
	textarea.input-textarea-error {
		border: 1px solid red;
	}


	.form-error {
		display: block;
		padding: 5px 0 0 0;
		color: red;
		font-size: 11px;
	}

	.form-success {
		color: green;
		display: block;
		background: #CFC;
		padding: 8px;
		border: 1px solid green;
		margin: 0 0 10px;
	}

/**
 * = Pagination
 * ----------------------------------------------------------
 */

	.pagination ul {
		padding: 0 0 5px 0;
		z-index: 2;
		overflow: hidden;
	}
	.pagination li {
		float: left;
		list-style: none;
		margin: 0 5px 0 0;
		text-decoration: none;
		padding: 0;
		line-height: 15px;
		font-size: 12px;
	}
	.pagination li span {
		float: left;
		border: 1px solid blue;
		display: block;
		padding: 3px 5px;
		background: blue;
		color: white;
	}
	.pagination li a:link,
	.pagination li a:visited {
		float: left;
		display: block;
		padding: 3px 5px;
		border: 1px solid #DDD;
	}

	li.ellipsis span {
		padding: 4px 6px;
		border: none;
		background: none;
		color: black;
	}

	.pagination li a:hover,
	.pagination li a:active {
		background: #FFC;
	}

	.nextpage, .previouspage, .firstpage, .lastpage {
		font-size: 11px !important;
	}

	.pagination li.previouspage a span {
		padding: 0;
		color: inherit;
	}

	/* Next page and previous page "buttons" */

	.pagination li.nextpage {
		margin-left: 15px;
	}
	.pagination li.previouspage {
		margin-right: 15px;
	}

	/* Last and first page "buttons" [optional] */

	.pagination li.firstpage {
		margin-right: 35px;
	}
	.pagination li.lastpage {
		margin-left: 35px;
	}

	.pagination li.previouspage span {
		background: none;
		color: #808080;
		border: none;
		padding: 4px 6px;
	}

	.pagination-wrap {
		width: 100%;
		overflow: hidden;
	}

	.pagination {
		float: left;
		position: relative;
		left: 50%;
	}

	.pagination ul{
		position: relative;
		left: -50%;
	}

	p.paginationlocation {
		clear: both;
		color: #808080;
		font-size: 11px;
		text-align: center;
		padding: 0;
	}

	table.extrapadd th {
		padding-left: 4px;
	}

	table.extrapadd td {
		padding: 1px 2px;
		border-bottom: 1px solid #ababab;
	}

/**
 * = Extra Forms
 * ----------------------------------------------------------
 */

	dl {
		clear: left;
	}

 	dl.clearfix {
		width: 250px;
		float: left;
		clear: none;
		padding-bottom: 15px;
	}

	dl.clear {
		clear: left;
		padding-bottom: 15px;
	}

	#street_nr, #zip {
		width: 46px;
	}

	#street, #place {
		width: 181px;
	}

	dl.clearfix select {
		width: 244px;
		border: 1px solid #ABABAB;
		height: 21px;
	}

	dl.clear dt, dl.clear dd,
	dl.clearfix dt, dl.clearfix dd {
		min-height: 24px;
		_height: 24px;
		_overflow: visible;
	}

/*
	Contest form
	Added 2010-09-02 (Johan)
*/

#contestForm .horizontal label {
	width: 130px;
	float: left;
}

#contestForm .horizontal p,
#contestForm .horizontal .section {
	clear: both;
	padding: 0 0 12px;
}

	#contestForm .horizontal .section .fields {
		float: left;
		width: 300px;
	}
	
	#contestForm .horizontal .form-error {
		padding-left: 130px;
	}

	#contestForm .horizontal .section,
	#contestForm .horizontal p {
		zoom: 1;
	}

	#contestForm .horizontal .section:after,
	#contestForm .horizontal p:after {
		/* @inc .clearfix */ content: "."; display: block; height: 0; clear: both; visibility: hidden;
	}

#contestForm .inputList,
#contestForm .inputList li {
	padding-left: 0;
}

#contestForm .inputList li {
	position: relative;
	padding-left: 24px;
	list-style: none;
}

#contestForm .inputList label {
	width: auto;
	float: none;
}

#contestForm .inputList li input {
	position: absolute;
	left: 0;
	top: 0;
	border: none !important;
}

	#contestForm .inputList li {
		width: 300px;
	}

.p0 {
	padding: 0 !important;
}
