form p {
	margin: 5px 5px 5px 5px;
	}

#contForm {
	margin: 20px auto 0 auto;
	text-align: left;
	clear: both;
	padding-bottom: 0px;
	color: #8c8c8c;
	background-color: transparent;
	border: 1px solid blue;
	}

fieldset  {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size:.9em;
	color: #6e85a0; /*666;*/
	background-color: transparent;
	padding: 6px;
	border: solid 1px #d3d3d3;
	width: 400px;
	margin-bottom: 10px;
	}

legend  {
	color: #6e85a0;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #fff; /*d3d3d3;*/
	padding: 0px 6px 0px 6px;
	margin: 0;
	}

label   {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	margin-right: 5px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #fee;  /*what is this?*/
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #fff;
	border: solid 1px #006600;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}
	
#select1 {
	float: left;
	}
	
#select2 {
	float: left;
	padding-left: 8px;
	}
	
#select3 {
	float: left;
	padding-left: 8px;
	}
	
#select4 {
	float: left;
	padding-left: 8px;
	}
