  /* CSS Document */

body .imported-forms {
	font-family: arial;
	font-size: .8em;
	text-align: center;
	}

#wrap {
	width: 750px;
	margin: 0 auto;
	}
	
br.clear {
	clear: both;
	}


	
fieldset {
	padding: 0 10px;
	margin: 18px 0 5px 0;
	text-align:left;
	/* background: url(/images/forms/bgfieldset.jpg) repeat-x left bottom; */
	clear: both;
	border: none;
	/*border-top: 1px solid #000;*/
	
	}
	
fieldset>fieldset {
	margin: 0 0 5px 0;
	/* border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc; */
	border-top: #fc9;
	background: #efefef;

	}
	
legend {
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	color: #214971;/*f00*/
	margin-bottom: 0;
	}

fieldset fieldset legend {
	font-size: 99%;
	color: #666;/*00f*/
	border-bottom: none;
	margin-bottom: 0;
	padding-top: 30px;
	}
	
input {
	margin: 0;
	padding:0;
	}

label {
	margin:0;
	padding:5px;
	}

label {
	vertical-align: middle;
	float:left;
	margin-right: 25px;
	}

textarea {
	width: 300px;
	margin-bottom: 15px;
	margin-top: 0px;
	background: #fff;/*fafafa*/
	/*border: 1px solid #ccc;*/
	}

input.submit {
	font-size: 115%;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 6px;
	}
input.forReset {
	font-size: 90%;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	/*margin:  0 34px;*/
	padding: 4px;
	/*float: right;*/
	}

.clear {
	clear:both;
	}

input.long {
	width: 350px;
	{