@charset "utf-8";
/* CSS Document */
div#visa-main td,div#visa-main th, div#visa-main input, div#visa-main textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* long_sejour */
div#visa-main table {
	/*border: 1px solid #eee;*/
}
div.check-group {
	height: 17px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}
div.check-group input {
display: none;
}
div.check-group label {
	cursor: pointer;
	background-image: url(img/spacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}
div.check-group input:checked+label {
	background-image: url(img/checked.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 17px;
	width: 75px;
	display: block;
}
.checked-margin{
	margin-left: 2px !important;
}
