#custom_form  {
	margin: 0px 0px 0px 0px;
}
#custom_form fieldset {
	border: 0;
	width: auto;
	
}
#custom_form legend {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #a2c308;
	font-size: 0.8em;
}

#custom_form label {
	display:block;
	float: left;
	width: 30%;
/*	background-color:#FF0000;*/
	text-align: right; 
	margin: 0 1em 0 0;
	padding: 0.1em;
}

#custom_form.fourtylabel label {
width: 40%;
}

#custom_form p.small {
font-size:0.7em;
}
#custom_form li {
display:block;	
	margin:10px;	
	clear: both;
}
#keywdform {
	width:100%;
	text-align:center;		
}
#keywdform p {
	display:block;	
	margin:0px;	
  margin-left: auto;
  margin-right: auto;
	clear: both;
	width: 40%;
	text-align: left;
}

#custom_form .strong {
	font-weight: bold ;
}

#custom_form input.text, #custom_form textarea.text,#custom_form input.warning, #custom_form textarea.warning  { 
  border-color:#dadada; 
  border-style:solid; 
  border-width:1px; 
  margin:0px;
	width:200px;
}
#custom_form textarea.warning  {
	width: 50%;
}

#custom_form input.warning, textarea.warning  {
border-color:red;
}


#custom_form textarea.text, textarea.warning  {
 width:300px;
 height:100px;
 }
 
.greenbutton {
	font-weight: bold;
	font-size: 12px;
	font-family:Tahoma;	
	border: 0px solid White;
	padding: 3px 10px 3px 10px;	
	color: White;
	text-align:center;
	background-color: #74B739;			
}

#custom_form textarea {
	width: 50%;
/*	background-color: #FFD100;*/

	/*border: 0;
	margin-right: 0.25em;	*/
}

#contactForm {
	width: 100%;
	margin-left:15px;
}

#custom_form .error_list  li {
	color:red;
	text-align:left;
	margin:0px 0px 0px 220px;padding:0px;border:0px;
}
#custom_form .error_list2  li {
	color:red;
	text-align:left;
	margin:0px 0px 0px 110px;padding:0px;border:0px;
}

#custom_form.fourtylabel .error_list  li {
	margin:0px 0px 0px 275px;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#fff;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:red ;
	text-align:left;
	font-size:12px;


	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}


