.blockcontent {
	clear: both;
}
#showform_content2 {
	max-width:350px !important;
}
#showform_content2 .inputcheckbox {
	float: left;
	width: 50%;
	text-align: left;
}
#showform_content2  textarea {
	height: 120px !important;
	padding: 10px;
}
#showform_content2 .inputcheckbox input {
	width: 15px !important;
	float: left;
	margin: 0 5px 0 0;
}
#showform_content2 .inputcheckbox label {
	text-align: left;
	width: 70%;
	margin-bottom: 10px;
}
#showform_content2 .contentcheckbox {
	clear:both;
}
#showform_content2 .contcheck {
	width: 220px;
	float: right;
}
#showform_content2 .contentradiobox {
	width: 220px;
	float: right;
}
#showform_content2 .contentradiobox label {
	text-align : left;
	width : 180px;
	margin-bottom: 10px;
}
#showform_content2 .contentradio {
	clear: both;
}
#showform_content2 label {
	width: 120px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	margin-top: 0px;
	float : left;
}
#showform_content2 .labelville {
	width: 30px;
	display: inline-block;
}
#showform_content2 input {
	float: right;
	width: 220px;
	display: inline-block;
	border: 1px solid grey;
}
#showform_content2 select {
	float: right;
	width: 220px;
	height: 20px;
}
#showform_content2 input[type=radio] {
	float: left;
	width: 15px;
	margin: 0 5px 0 0;
}
#showform_content2 input[type=submit] {
	width: auto;
	padding:5px 20px;
	font-weight:bold;
	float:left !important;
}
#showform_content2 .champs {
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	clear:both;
}
#showform_content2 .champsOK { 
	width:220px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 0 0 5px 0;
	clear:both;
	text-align: center; 
	margin-left: 133px;
	margin-top: 10px;
	float: left;
}
#showform_content2 .champObli{
	visibility: visible;
	color: red !important;
}
#showform_content2 .inputcp {
	width:40px;
	float:none;
	margin: 0 10px 0 0;
	float : left;
}
#showform_content2 .inputville {
	width: 130px;
	float: right;
	margin: 0 0 10px 0;
}
#showform_content2 input::-webkit-input-placeholder {
    color: transparent;
}
#showform_content2 input:-moz-placeholder {
    /* FF 4-18 */
    color: transparent;
}
#showform_content2 input::-moz-placeholder {
    /* FF 19+ */
    color: transparent;
}
#showform_content2 input:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent;
}


/***************** RESPONSIVE *****************/

@media screen and (max-width: 420px)
{	
	#showform_content2 {
		padding: 0 10px;
		max-width: 100% !important;
	}
	#showform_content2 .champsOK,
	#showform_content2 .champs{
		padding: 10px 0;
	}
	#showform_content2 .champsOK { 
		width: 100%;
		margin:0 auto;
	}
	#showform_content2 select,
	#showform_content2 input {
		width: 100%;
		height: 40px;
		padding: 10px;
	}
	#showform_content2  textarea {
		width: 100% !important;
	}
	#showform_content2 .inputcp {
		width: 20%;
	}
	#showform_content2 .inputville {
		width: 75% !important;
	}
	#showform_content2 label {
		height: 0;
		visibility:hidden;
		position: relative;
	}
	#showform_content2 label.nonrespons {
		visibility: visible;
		height: 25px;
		width: 100%;
		text-align: left;
		font-size: +1.5em;
	}
	#showform_content2 .contentradiobox {
		width: 100%;
	}#showform_content2 .contentradiobox label {
		text-align: left;
		width: 80%;
		margin: 10px 0;
	}
	#showform_content2 input[type=radio] {
		width: 15px;
		margin: 10px 10px 10px 0;
		height: 15px;
		float: right;
	}
	#showform_content2 input[type=submit] {
		width: 100%;
	}
	#showform_content2 .contentradio label {
		visibility:visible;
	}
	#showform_content2 .contcheck {
		width: 100%;
	}
	#showform_content2 .inputcheckbox {
		width: 100%;
		height: 35px;
	}
	#showform_content2 .inputcheckbox label {
		visibility: visible;
		margin: 10px 0;
		width: 80%;
	}
	#showform_content2 .inputcheckbox input {
		width: 15px !important;
		margin: 10px 10px 10px 0;
		height: 15px;
		float: right;
	}
	#showform_content2 label br {
		display: none;
	}
	#showform_content2 input::-webkit-input-placeholder {
		color: #aaa;
	}
	#showform_content2 input:-moz-placeholder {
		/* FF 4-18 */
		color: #aaa;
	}
	#showform_content2 input::-moz-placeholder {
		/* FF 19+ */
		color: #aaa;
	}
	#showform_content2 input:-ms-input-placeholder {
		/* IE 10+ */
		color: #aaa;
	}	
	#showform_content2 .champObli {
		visibility: visible;
		position: absolute;
		top: 1em;
		left: 17em;
		width: 100%;
	}
}