.wlpeMessageText {
	color:red;
	font-weight:bold;
}

form[rel="page-form"] {
	position:relative;
}

form[rel="page-form"] label {
	display:block;
	/*margin-left:20px;*/
	width:430px;
	height:24px;
}

form[rel="page-form"] label input,
form[rel="page-form"] label select,
form[rel="page-form"] label textarea {
	left:300px;
	position:absolute;
}

form[rel="page-form"] button, .button {
	border:1px solid gray;
}

.info {
	color:#2A55FF;
}

.required {
	color:red;
}

/* -------- SEARCH ----------------- */
#search {
	/*position: relative;
	top: -27px;*/
	float:right;
	margin-top:6px;
	margin-right:8px;
}

#search input[type="text"] {
	width:400px; 
	background-color:#d5d5d5;
	border: 1px solid gray;
}

.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}