.login {
  position: relative;
  margin: 0 30px 0 30px;
}

.login a:link {
  color: gray;
  text-decoration: none;
}
.login a:visited {
  color: gray;
  text-decoration: none;
}
.login a:hover {
  color: black;
  text-decoration: none;
}

.access {
  float: left;
  width: 400px;
}

.imgtitle {
  margin: 20px 0 10px 0;
}

.title {
  font-weight: bold;
  text-align: center;
}
.title h2{
  font-size: 10px;
}

.form_access {
  position: relative;
  background: url(/imgs/share/half_comodo.gif) 50% 0 no-repeat;
  width: 400px;
  height: 250px;
  text-align: left;
}
.form_access a:link {
  color: #94C045;
  text-decoration: underline;
}
.form_access a:visited {
  color: #94C045;
  text-decoration: underline;
}
.form_access a:hover {
  color: #94C045;
  text-decoration: none;
}

.titlesfield {
  position: absolute;
  font-weight: bold;
  top: 25px;
  left:10px;
}

.field {
  position: absolute;
  top: 20px;
  left: 110px;
}
.field input {
  height: 18px; 
  width: 180px;
  border: 1px solid #7F9DB9; 
}

.forgotpass {
  position: absolute;
  width: 80px;
  top: 110px;
  left: 10px;
}

.buttonlogin {
  position: absolute;
  top: 110px;
  left: 190px;
}

.suggestions {
  float:right;
  margin-bottom: 20px;
  width: 300px;
}

.content ul{
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
}

