/* begin code for forms */

form {
	width: 400px;
	height: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}

form.cmxform h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #639;
}

form.cmxform p {
  font-size: 1.2em;
  line-height: 1.8;
  margin-left: 8px;

}

form.cmxform label {
  width: 120px; /* Width of labels */
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.8;
  vertical-align: top;
  margin-left: 8px;

}

form.cmxform input.text, form.cmxform textarea {
	width: 380px;
	margin-left: 8px;
	text-align: left;
	border: solid thin #ccc;
}

form.cmxform input.send {
	width: 380px;
	color: #ccc;
	font-size: 1.8em;
	text-align: right;
	border: none;
	background: transparent;
	outline: none;
}


form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

/* end code for forms */
