input, textarea, select {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0.3em 0.3em 0.3em 0.3em;
  width: 100px;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0 2% 1% 0;
  word-wrap: break-word;
}

.notification_error
{
	margin-top: 5px;
	margin-left: 15px;
	padding: 5px;
	width: 250px;
	background: #f9ff4d;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.notification_ok
{
	color: #fff;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
}

form {
  margin: 0 0 0 0;
  padding: 0 5px 15px 15px;
  font-size: 12px;
  color: #000; }

form input, form textarea {
  margin-left: 0px;
}

textarea { width: 250px; height: 100px;}

fieldset p{
  margin: 0;
  padding: 0;
  clear: both;
}  

.row{
  display: block;
  padding: 4px 0 8px 0;
  clear: both;
}

.inline {
	padding-left: 15px;
	float: left;
}

.inline-first {
	display: inline-block;
	margin-left: 0;
	float: left;
}

form input.submit {
  text-align: center;
}

form p { position: relative; margin: 5px 0;}
form p label { position: absolute; top: 3px; left: 6px;}
form p br {display: none;}


form input.submit {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}

input.button{ padding:3px 6px; border:2px solid #fff; margin:5px 0px 0px 0px; color:white; font-family:Helvetica, Arial, sans-serif; background:#009FAA; }

input.button:hover{ background: #C09 none repeat scroll 0% 0%; color:white; cursor:pointer; }


.check-inline label{
	display: inline;
	padding-left: 5px;
}

.check-inline p{
	padding: 5px 0 0 0 !important;
	border-bottom: none !important;
}

.formcontainer {
	float: right;
 	margin: 3px;
  	padding: 2px;
  	width: auto;
}


