/* surchareg des CSS TagExpert */
.buttons button{
  display:inline;	
}
.info-block p {
  font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* Formulaires */
.XFormularTable {
/*  width:100%; */
}
.XFormularTable  tr{
  height:15px;
}
.XFormularTable  th, td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}
.XFormularTable  th{
	font-weight:bold;
/*	width:120px; */
}
.label{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
}
.field{
}
.form_info{
	position: absolute;
	width: 20em;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left: 18px;
	vertical-align: bottom;
	background-image: url(../images/registration/app/form_msg.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color : #f7ecdb;
	border-style : none;
	border-width : 1px;
	visibility : hidden;
}
select
{
  border: 1px solid #ddc897;
  max-width : 300px;
}
input, select, textarea
{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #ddc897;
}
input[type=submit], input[type=reset], input[type=button] {
  background: #f2ebd8;
}
input[readOnly=true] {
  background: #f3ecdb;
}
.inputreadonly {
  background: #f3ecdb;
}

/*= Dossiers d'inscription =*/
.reg_file_id{
	font-weight:bold;
}
.reg_file_id a{
	font-weight:bold;
}
.reg_regfile_product {
	border: 1px solid #cab598;
}
.reg_regfile_product_name{
  display:block;
	font-weight:bold;
}
.reg_regfile_product_contact {
  display:block;
}
.reg_regfile_product_buttons {
	position: relative;
	float: right;
}

/* Buttons */
a.btn_icon {
	background-color:transparent;
	height:30px;
	line-height:29px;
	text-decoration:none;
}
a:hover.btn_icon{
	opacity: 0.3;
}
.btn_img {
	background-color: transparent;
	background-attachment: scroll;
	display: inline;
}

/* Buttons */
a.btn {
/*	background:url(img/button.gif); */
	color:#555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	text-decoration:none;
}
a:hover.btn{
	color:#999;
}

/* footer */
#reg_footer {
	margin:-34px auto 0;
	padding:12px 16px;
	width:890px;
	height:10px;
	position:relative;
	background:#786245 url(../images/bg-footer.gif) repeat-x;
	overflow:hidden;
}

/** FORMS **/
.reg_form{
	background: #F1DEC0;
	border: 1px solid #cab598;	
	margin: 10px 0;	
	padding: 10px;
}
.reg_form h3{
	margin: 0 0 10px 0;	
	padding: 5px 5px;
}
.reg_bloc{
	background: #F1DEC0;
	border: 1px solid #cab598;	
	margin: 10px 0;	
	padding: 10px;
}
.reg_regfile
{
	background: #F1DEC0;
	border: 1px solid #cab598;	
	margin: 10px 0;	
	padding: 10px;
}

/* Messages */
.message_error,
.message_warning, 
.message_confirm {
  background-color: #f1dec0;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid #cab598;	
  margin: 10px 0px;	
  padding: 20px 20px 20px 60px;
  text-align: center;
  background-position : 5px 5px;
  background-repeat: no-repeat;
  vertical-align:middle;
}
.message_normal {
  background-color: #f1dec0;
	font-size: 13px;
	border: 1px solid #cab598;	
	margin: 10px 0px;
	padding: 20px 20px 20px 20px;
  text-align: center;
  background-position : center left;	
}
.message_error {
  color : red;
  background-image: url(../images/registration/app/error.png);
}
.message_error a{
  color: #866b2c;
}
.message_warning {
  background-image: url(../images/registration/app/warning.png);
}
.message_confirm {
  background-image: url(../images/registration/app/correct.png);
}

/* Account */
.account_company_name {
	margin-left: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
  font-weight: bold;
	color: #ae0917;
}
.account_company_adrsbloc {
	width:80%;
	display:block;
	margin: 0px;
}
.account_company_adrs {
	border: 1px solid #cab598;
	margin: 0px;
}

