
/**
* FORM style *
**/
form.styled {
	width: 500px;
}
form.styled fieldset {
	margin: 10px 0px;
	border: none;
	border-top: 1px solid #AAA;
}
form.styled legend {
	border: none;
	font-weight: bold;
	padding: 0px 2px;
	margin: 0px -7px; /* IE Win */
	color: #000000;
}
/* Width plus 3 (html space) */
/*\*//*/ form.styled legend { display: inline-block; } /* IE Mac legend fix */
form.styled label {
	float: left;
	vertical-align: top;
	padding-top: 0.2em;
}
/* Width plus 3 (html space) */
/*\*//*/ form.styled label { display: inline-block; } /* IE Mac legend fix */
form.styled fieldset ol {
	margin: 0px;
	padding: 0px;
}
form.styled fieldset li {
	list-style: none;
	padding: 2px 0px 1px 2px;
	border-bottom: 1px solid #DDD;
}
form.styled fieldset li fieldset {
	margin: 3px 0 0;
	padding: 0px 0px 1px 0px;
	border: 0;
}
form.styled fieldset li fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.styled fieldset li fieldset label {
	display: block;
	width: auto;
}
form.styled em {
	font-weight: bold;
	font-style: normal;
	color: #F00;
}
form.styled label {
	width: 150px;
}
form.styled fieldset fieldset label {
	margin-left: 150px;
}
form.styled div.comment {
	margin: 0px 0px 0px 150px;
	font-style: italic;
	color: #AAAAAA;
}
form.styled div.comment em {
	font-weight: normal;
}
form.styled .input {
	width: 300px;
}


#emailform
{
	padding: 1em 0 0 0;
}

#emailform label 
{
	display: block;
	width: 8em;
	font-weight: bold;
}

#emailform input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	width: 35em;
	display: block;
	border: 1px solid #04193f;
	font-family: 'Verdana', 'Arial', 'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#emailform input.hidden
{
	display: none;
	border: none;
}

#emailform textarea
{
	position: relative;
	top: -1.4em;
	left: 8em;
	width: 35em;
	height: 15em;
	display: block;
	border: 1px solid #04193f;
	background: transparent;
	font-family: 'Verdana', 'Arial', 'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#emailform select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	width: 35em;
	display: block;
	border: 1px solid #04193f;
	font-family: 'Verdana', 'Arial', 'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#emailform input.submit {
	margin: 1em;
	width: 10em;
	left: 8em;
	border: 2px outset gray;
}
