/* -------------------- START : QUICKREGFORM CSS (AND TB CUSTOMIZATION)  ----------------------- */

#registration_form table.tborder td.thead{
	border:1px solid #bad0e4;
}
#registration_form table.tborder td.trow1 {
	padding:1em;
}
#registration_form table.tborder {
	border-collapse:collapse;
	border:10px solid #bad0e4;
}

.TB_overlayBG {
	filter:alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}


.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(http://forum.pcinfo-web.com/images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(http://forum.pcinfo-web.com/images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(http://forum.pcinfo-web.com/images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}


#registration_form table {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

#registration_form .tborder {
	background: #bad0e4;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ffffff;
}

#registration_form .thead {
	background: #026CB1 url(http://forum.pcinfo-web.com/testbarre.png) top left repeat-x;
	color: #026CB1;
}

#registration_form .thead a:link {
	color: #026cb1;
	text-decoration: none;
}

#registration_form .thead a:visited {
	color: #026CB1;
	text-decoration: none;
}

#registration_form .thead a:hover, .thead a:active {
	color: #026CB1;
	text-decoration: underline;
}

#registration_form .trow1 {
	background: #f5f5f5;
}

#registration_form a, #registration_form .tborder a, #registration_form .trow1 a { color:#1D8CC2; }

/* Will certainly appear out of the screen... oops ? (guerre contre les indésirables) */
#regboxpwd2, #regboxemailrepeat {
	position: absolute;
	left: -9999px;
}