table.hspin {
	border-spacing: 0px;
	border: solid 1px black;
	background-color: #e7e7e7;
	box-shadow: 2px 2px 6px black;
	margin : 25px auto 5px auto;
	table-layout: fixed;
	width: 99%;
}
table.hspin td {
	text-align:center;
	font-size: 12px;
	color: black;
}

table.hspin td.bord-droit {
	border-right: solid 1px black;
}
table.hspin tr.bord-bas {
        border-bottom: solid 1px black;
}
table.hspin td.in {
	background-color: #A1CFE3; /* #83D5ED */
	cursor: pointer;
}

table.hspin td.error {
  background-color: #7e022d;
  color: white;
}

table.hspin td.in span  {
   display: block;
   width: 100%; 
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

table.hspin td.in input {
	width: 200px;
	font-size: 16px !important ;
	position : absolute; 
	border : ridge 4px #07396D !important;
	background-color: white !important;
	/* box-shadow: 2px 2px 6px white;*/
}

.Herror {
	color: #7e022d;
	font-weight: bold;
}

form#HspinForm input[type='submit'] {
	background-color : #063666;
	background-image: linear-gradient(right center , #0A4A8C 0%, #042342 100%);
	background-image: -moz-linear-gradient(right center , #0A4A8C 0%, #042342 100%);
	font-weight: bold;
	color: white;
    	height: 22px;
}
form#HspinForm input[type='reset'] {
	color: #555555;
	border : solid 1px #AAAAAA;
    	height: 19px;
	visibility: hidden;
}

form#HspinForm select#Hspin-reload {
    padding: 0 0 0 4px;
    color: #555555;
    display: inline-block;
    height: 19px;
    border : solid 1px #AAAAAA;
    width: 180px;
    font-size: 13px;
}

#Hspin_result {
	width: 100%;
}

img.tozoom {
	visibility: hidden; 
	vertical-align:middle;
	margin-left: 20px;
}
