@charset "utf-8";
/* CSS Document */

textarea { overflow-y: scroll; }

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 0 .1em;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #ccc;
	position: relative;

}

legend {
	margin-left: .5em;
	font-weight: bold;
}

legend span {
	position: relative;
	top: -.4em;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: .5em;
}

fieldset ol {
	list-style: none;
	margin-top: 0;
}

label {
	float: left;
	width: 7em;
	margin-right: 1em;
}

fieldset.submit {
	float: none;
	padding-left: 11em;
	width: auto;
	border-style: none !important;
	background: none !important;
}

.padleft {
	margin-left: 4em;
}

fieldset ol ol {
	padding-top: .25em;
}

#cn, #eml, #tel {
	width: 20em;
}

#cn {
	text-transform: capitalize;
}

#eml {
	text-transform: lowercase;
}

#msg {
	width: 35em;
	height: 10em;
}

label em {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #c00 !important;
	font-size: 80%;
}

#confleft {
	float: left;
	width: 9em;
}

#confright {
	float: left;
	width: 30em;
}

#confirm {
	margin-left: 9em;
}

.text {
	background-color: #f0faff;
	border: 1px solid #ccc;
}

.padtop {
	margin-top: 1em;
}