.loginformtext,.loginform{
  float: left;
  margin-top: 20px;
}
.loginformtext{
  margin-right: 10px;
  width: 270px;
}
.loginform{
  width: 224px;
  border: 8px solid #fff;
  background: #f3f1f1;
  padding: 22px 35px 10px 35px;
  min-height:205px;
}
  .loginform input,
  .loginform label{
    display: block;
  }
  
  
  .loginform label{
    font-weight: bold;
    margin-bottom: 5px;
  }
  .loginform input{
    border: 1px solid;
    height: 20px;
    margin: 0;
    padding: 5px;
    width: 210px;
    margin-bottom: 20px;
  }
  
#submit_login_exposant{
  background: url("http://salon-environord.com/sfSympalBossExhibitorsGlPlugin/images/exhibitor/button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    height: 20px;
    padding: 5px 10px 5px 20px;
	position:absolute;
    width: auto;
    margin-left: 0px;
    margin-top: 30px;
    cursor: pointer;
}
#submit_login_exposant:after{
  position: absolute;
  top: 0;
  right: -4px;
  width: 4px;
  height: 27px;
  background: url(http://salon-environord.com/sfSympalBossExhibitorsGlPlugin/images/exhibitor/button.png) no-repeat right 0 transparent;
  display: block;
  content: ''; 
}
#submit_login_exposant input{
	border:none;
	background:none;
	color:#fff;
	font-weight:bold;
	width:auto;
	height:auto;
	padding:0;
	margin:0;}

.loginform a{
  display: block;
  clear: both;
  font-weight: bold;
  text-decoration: underline;
  float: right;
    font-size: 0.8em;
    text-align: right;
}
.loginform a.admin_a_form{
  float: right;
    font-size: 0.8em;
    margin-top: 10px;
    text-align: right;
    width: 125px;
}