/* Styles */
fieldset {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000
}

label {
	float: left;
	width: 125px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div select {
	padding: 1px;
}

input:focus, textarea:focus {
	background: #efefef;
	/*color: #000;*/
}
	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: normal;
}
#container {
	margin: 0 auto;
	padding: 1em;
	width: 350px;
	text-align: left;
}

p#fm-intro {
	margin: 0;
}
.fm-opt {
	display: none;
}

.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }




