/********************************** CSS FORMS ARE FUN ************************************************************/

pipelinepoll{
margin:150px auto;
overflow: hidden; /*fix for Opera do not remove*/
background-color:#e8eff7;
padding:10px 8px 10px 30px;
}

form br{
clear: left;
}

#submit {
text-align:center;
width:auto;
margin-left: 5px;
}

#pipelinepoll h2 {
 margin-bottom:5px;
 font-weight:bold;
 font-size:1.3em;
 padding:10px 0 5px 0;
 color:#6699ff;
 border-bottom:#6699ff solid 10px;
}

#pipelinepoll hr {
 margin-left:10px;
 margin-right:10px;
 margin-top:13px;
 background-color:#7f7f7f;
 padding:0px 0px 0px 0px;
}

#pipelinepoll p {
	width:155px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
}

#input {
  font-size: 0.60em;
  text-align:left;
  width:auto;
  margin-left:0px;
}

#autoWidth {
  width:auto;
}
#groupedInputs input {
  background-color:#e8eff7;
  height:1.0em;
}