
.form table {
	margin:5px;
}

.form table th, .form table td {
	padding : 5px;
	vertical-align:top;
}

.form table th {
	padding-right:20px;
	line-height:25px;
	font-weight:normal;
	text-align:right;
	min-width:80px;
}

.form table th label {
	font-size:12px;
}

.form input, .form textarea {
	padding:5px 10px;
	width:250px;
	border:1px solid #c6c6c6;
	background:#f4f4f9;
}

.form textarea {
	width: 500px;
	height: 150px;
}

.form label {
	padding:5px 10px;
}

.form input:hover {
	border:1px solid #037a8e;
}

.form .error_list, .form .checkbox_list {
	list-style:none;
}

.form .error_list li {
	color:#F00;
}

.form .checkbox_list input {
	width:auto;
}

.form .submit:hover {
	border:0;
}

.form .connexion_submit {
	background:url(../images/connexion-submit.png);
	height:28px;
	width:91px;
	border:0;
	cursor:pointer;
	float:right;
}

.input-div {
	position:relative;
}

.form .help {
	position:absolute;
	left:280px;
	position:relative;
	display:none;
	z-index:1;
}

.form .help-field {
	width:175px;
	padding:10px;
	background:#eee;
	line-height:1.5em;
	font-size:10px;
	position:absolute;
	left:8px;
	letter-spacing:0.1em;
	text-align:justify;
}

.form .help-angle {
	position:absolute;
	top:6px;
	background:url(../images/help-angle.png) no-repeat;
	height:15px;
	width:8px;
}

.form .subscribe_submit {
	background:url(../images/subscribe-submit.png) no-repeat;
	height:29px;
	width:206px;
	border:0;
	cursor:pointer;
}

.form .comment_submit {
	background:url(../images/comment-submit.png) no-repeat;
	height:28px;
	width:124px;
	border:0;
	cursor:pointer;
}

.form .validate_submit {
	background:url(../images/validate-submit.png) no-repeat;
	height:28px;
	width:91px;
	border:0;
	cursor:pointer;
}

.form .propose_submit {
	background:url(../images/propose-submit.png) no-repeat;
	height:28px;
	width:91px;
	border:0;
	cursor:pointer;
}

.form .addtag_submit {
	background:url(../images/addtag-submit.png) no-repeat;
	height:28px;
	width:91px;
	border:0;
	cursor:pointer;
}

.ac_results {
  width: 270px;
}

.ac_results  ul {
  list-style: none;
  border: 1px solid #ccc;
  width: 270px;
}

.ac_results ul li {
  display: block;
  height: 15px;
  background: #f3f3f3;
  text-align: left;
  padding: 5px 10px;
}

.ac_results ul li.ac_even {
  background: #fafafa;
}

.ac_results .ac_over, .ac_results ul li.ac_even.ac_over {
  background: #aaa;
  color: #fff;
}

.ac_results .ac_over strong {
  color:#fff;
}
