.errorMsg
{
  position: absolute;
  left: 43em; margin-top: 20px;
  width: 15em;
  color: #FF0000;
}

form {
	margin: 0; padding: 0; background-color: white;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
}

fieldset {
	padding: 0 1em 0 10px;
	margin: 1em 0 20px 0;
	border: 1px solid #ccc;
}

legend {
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 10px 10px; padding: 0 3px 0 3px;
}

label {
	display: block;
	margin: 0 0 0 0;
}

label span.required {
	color: #FF0000; margin: 0 0 0 3px;
}

input {
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 1em 0;
}

#personal-details input {
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 1em 0; width: 170px;
}

input.checkbox {
	float: left;
	margin: 1em;
}

input label {
	display: none;
}

select {
	width: 170px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 1em 1em;
}

select.franchise {
	width: 170px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 0 1em;
}

input.submit {
	width: 80px; float: left; margin-left: 1em;
}

textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
}

input:focus, textarea:focus {
	background: #ffc;
}

* html body .ie {
	margin-top: 10px;
}

fieldset#cosmeticDetails {
	margin: 0 0 20px 0; padding: 0 0 10px 0;
	border: 1px solid #ccc;
}

#cosmeticDetails legend {
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 10px 10px; padding: 0 3px 0 3px;
}

#cosmeticDetails label.para {
	display: block;
	padding: 10px 10px 0.4em 1em; margin: 0;
}

#cosmeticDetails input {
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif; font-size: 13px;
	margin: 0 0 0 1em;
}

#cosmeticDetails input.cb {
	float: left; margin: 10px 10px 0 12px;  border: none;
}

#cosmeticDetails label {
	margin: 0 0 5px 0; padding: 10px 0 0 10px;
}

#cosmeticDetails textarea {
	margin: 0 0 0 10px;
}

