/* domainRegistration.xhtml */
#domainRegistrationWrapper{
	width: 750px;
	padding : 10px;
	margin: 10px auto;
	
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	/* Background color and gradients */
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #EEEEEE, #B3B1AA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#B3B1AA));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#B3B1AA); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EEEEEE, endColorstr=#B3B1AA)"; /* IE 8 */
	background-image: -o-linear-gradient(top,#EEEEEE,#B3B1AA); /* Opera */
	
	/* Borders */
	border: 3px solid #777777;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#domainRegistrationPath{
	position: absolute;
	background-color: #FFFFFF;
	width: 400px;
	height: 40px;
	padding : 0px;
	margin: 0px;
	margin-top:5px;
	overflow: hidden;
	
	/* Rounded Corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/* Borders */
	-moz-box-shadow:inset 0px 0px 2px #000000;
	-webkit-box-shadow:inset 0px 0px 2px #000000;
	box-shadow:inset 0px 0px 2px #000000;
}
#domainRegistrationPath input[type=text]{
	width: 375px;
	height: 36px;
	margin : 0px 0px 0px;
	padding: 0px 10px;
	background: transparent;
   	font-size: 20px;
	border:none;
	outline-style: none;
}
#domainRegistrationPath input:hover[type=text], #domainRegistrationPath input:focus[type=text]{
	border:none;
}
#domainRegistrationExtension{
	position: absolute;
	width: 200px;
	max-height: 40px;
	padding : 0px;
	margin: 0px;
	margin-left:400px;
	margin-top:5px;
	overflow: hidden;
}
#domainRegistrationExtension select{
	width: 220px;
	height: 40px;
	padding-left: 5px;
   	font-size: 25px;
	outline-style: none;
	-webkit-appearance: none;
	color: #A0A0A0;
	
	
	/* Rounded Corners */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	/* Borders */
	-moz-box-shadow:inset 0px 0px 2px #000000;
	-webkit-box-shadow:inset 0px 0px 2px #000000;
	box-shadow:inset 0px 0px 2px #000000;
	border: solid 1px #bf5204;
}
#domainRegistrationExtension select:hover{
	cursor: pointer;
	color: #ff9819;
}
#domainRegistrationExtension select option{
	font-size: 20px;
	color : #000;
}
#domainRegistrationValid{
	width: 143px;
	max-height: 40px;
	padding : 0;
	margin: 5px;
	margin-left: 607px;
	overflow: hidden;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #ff9819;
	background: -moz-linear-gradient(top, #ff6c03, #ff9819);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6c03), to(#ff9819));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819)"; /* IE 8 */
	background-image: -o-linear-gradient(top,#ff6c03,#ff9819); /* Opera */
	
}
#domainRegistrationValid input[type=submit], #domainRegistrationValid input[type=button] {
	font-size: 25px;
	width: 143px;
	height: 40px;
	margin-top: 0px;
	cursor: pointer;
	/* font color */
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #ff9819;
	background: -moz-linear-gradient(top, #ff6c03, #ff9819);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6c03), to(#ff9819));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819)"; /* IE 8 */
	background-image: -o-linear-gradient(top,#ff6c03,#ff9819); /* Opera */
}
#domainRegistrationValid input:hover[type=submit], #domainRegistrationValid input:hover[type=button] {
	cursor: pointer;
}
#customerRegistrationForm input[type=text], #customerRegistrationForm input[type=password], #customerRegistrationForm textarea {
	width : 300px;
	border: 1px solid #a0a0a0;
	font-size: 14px;
	padding-left: 1px;
}
select.countrySelector, select.typeSelector{
	height: 22px;
	width: 303px;
   	font-size: 14px;
   	padding: 0px 2px 2px;
	outline-style: none;
	overflow: hidden;
	
	/* Borders */
	border: solid 1px #A0A0A0;
	border-radius: 0px;
}
#customerRegistrationForm select.countrySelector:hover{
	cursor: pointer;
}

.zoneName {
	text-align:left;
	display:inline;
	float:left;
}

.zonetooltip {
	text-align: left;
	display: inline;
	float:right;
}

td.selectedRow {
	background-color:#FFFFCC;
}

#domainpurchase {
	font-size: 15px;
	width: 143px;
	height: 40px;
	margin-top: 0px;
	cursor: pointer;
	/* font color */
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #ff9819;
	background: -moz-linear-gradient(top, #ff6c03, #ff9819);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6c03), to(#ff9819));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6c03, endColorstr=#ff9819)"; /* IE 8 */
	background-image: -o-linear-gradient(top,#ff6c03,#ff9819); /* Opera */
}
.titre{
	font-weight: bold;
	text-align: left;
	padding: 5px;
	padding-right: 40px;
	white-space: nowrap;
}

.soustitre{
	text-align: right;
	padding: 0px;
	white-space: nowrap;
}

.reponse{
	width: 100%;
	text-align: left;
	padding: 5px;
}

.sousreponse{
	width: 100%;
	text-align: left;
	padding: 0px 5px;
}
.normal{
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-right:20px;
}
.sousreponsebis{
	width: 100%;
	text-align: right;
	padding: 0px;
	padding-right:20px;
}
.sousreponse-bis{
	width: 100%;
	text-align: right;
	padding: 0px;
}

.impair{
	background-color: #E9E9E9;
}

.pair{
	background-color: #F9F9F9;
}