* { margin: 0; padding: 0 }

body {
	background: #FFF;
	padding: 5px 0 0 5px;
	font: 11px Verdana, sans-serif;
	color: #000;
}

abbr { cursor: help; }

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #999;
}

table {
	margin: 10px 0 18px 0;
	border-collapse: collapse;
	border-bottom: 1px solid #CFCFCF;
}

table thead { display: none; }
table tr { background: #F9F6F2; }
table td { border-top: 1px solid #CFCFCF; }

table tr.pair { background: #FCFBF9; }

table tr.blank {
	background: #FFF;
	line-height: 4px;
	text-align: center;
}

table td { padding: 4px 4px 4px 10px; }

table td.domain { width: 200px; }
table td.domain, table td.phone { color: #DC0000; }
table td.name, table td.phone { font-weight: bold; }
table td.phone { padding-right: 10px; }

form {
	width: 501px;
	margin-top: 10px;
}

form p { padding: 0 0 8px 10px; }
form fieldset { border: none; }
form legend { display: none; }
form div { clear: left; }
form br { display: none; }

form label, form span {
	width: 125px;
	line-height: 22px;
	padding-right: 15px;
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	color: #A0A0A0;
}

form .error { color: #DC0000; }
form input.error { border: 1px solid #DC0000; }
form span { cursor: auto; }

form input, form textarea, form select {
	width: 350px;
	padding: 2px 3px;
	border: 1px solid #A2B8CC;
	color: #DC0000;
	font-size: 12px;
}

form input {
	height: 16px;
	font-size: 12px;
}

form textarea { height: 45px; }
form select { width: 358px; }
form select, form option { color: #DC0000; }
form option { padding-left: 4px; }

form #civilite label {
	width: auto;
	line-height: normal;
	padding-top: 3px;
	float: left;
	display: block;
	font-weight: normal;
	cursor: pointer;
	color: #DC0000;
}

form #civilite input {
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#submit {
	width: 100%;
	margin-top: 5px;
	padding: 0;
	text-align: right;
}

#submit button {
	background: transparent;
	width: 177px;
	height: 24px;
	border: none;
	cursor: pointer;
	outline: none;
	overflow: hidden;
}
