@charset "utf-8";

	#content {
		margin-left: 143px;
		width: 550px;
		border: 1px solid #CCC;
		margin-right: auto;
		margin-bottom: auto;
		clear: both;
		margin-top: 60px;
		background-color: #fefefe;
		border-radius: 0 0 11px 11px;
		-webkit-border-radius: 0 0 11px 11px;
		-moz-border-radius: 0 0 11px 11px;
		-o-border-radius: 0 0 11px 11px; /* TL TR BR BL */
	}
	
	#test {
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding-right: 340px;
	}

	.contact_form {
		float: left;
		width: 525px;
		position: relative;
		padding-bottom: 10px;
		color: #999;
		text-align: right;
	}
	.contact_text_box {
		width: 300px;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 15px;
	}

	.contact_textarea {
		width: 515px;
		margin-top: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	
	.form_note {
		width:100%;
		color: #888;
		font-size:.77em;
		text-align:left;
		border-top:#888 1px dotted;
		margin-top:6px;
		padding:3px 0 8px 12px;
	}

	
	/* * * * * * * * * * * * code 1206 */

	.form_ttl  {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		/*letter-spacing:1px;*/
		font-style: italic;
		font-size: .9em;
		color: #fff;
		height:23px;
		border-left:#f00 1px solid;
		position:absolute;
		top:0;
		left:0;
		background-color: #5E67BD;
		padding: 3px 14px 3px 13px;
		z-index:3;
	}
	
	.form_uz_data  {
		/*
		max-width:770px;
		border-top:			#dadada 1px solid;
		border-right:		#888 1px solid;
		border-bottom:		#888 1px solid;
		border-left:		#dadada 1px solid;
		background-color:	#fafafa; */
		width:				100%;
		border-bottom:#888 1px dotted;
		margin:0 0 10px 0;
		padding: 0 0 6px 12px;
		font-family:Verdana,Arial,Helvetica,sans-serif; font-size:0.84em; line-height:1.1em; color:#777; font-style:italic; 
		text-align:left;
		position:inherit;
	}
	
	.frm_fld { 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 0.79em; 
		line-height:1.9em; 
		color: #888; 
	}
	
	.frm_inp {
		font-family:"Courier New", Courier, monospace;
		font-size:0.95em;
		color:#006633;
		padding:2px 5px;
		background-color:#fcfdf4;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	}
	
	.databox3  {
		margin:4px 0; 
		text-align:right;
	}
	
	.note { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 10px; color: #555555; }

	/* ~~ end needed ~~ */

	/* ~~ miscellaneous float/clear classes ~~ */
	.fltrt { 
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
		float: left;
		margin-right: 8px;
	}
	
	/*  from NC 1009 */
	
	.thumb  {
	border:#dadada 1px solid;
	padding:1px;
	margin:1px;
	}

	.choice { 
	display:block; width:420px;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:1.03em; line-height:1.8em; font-style:italic; text-align:right;
	position:relative;
	right:0;
	border-right:		#888 1px solid;
	border-bottom:		#888 1px dotted;
	padding: 1px 0 1px 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 11px;
	} 
	
	.form {
	max-width:525px;
	position:relative;
	left:29px;
	} 

	.respond_form {
		width:570px;
		padding:36px 22px 22px 22px;
		position:absolute;
		top:94px;
		left:79px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 0.86em;
		font-weight: normal;
		letter-spacing: 1px;
		color: #000;
		z-index:3;
	}

	.respond_form_ttl {
		margin:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:2px;
		font-style: italic;
		font-size: 1.03em;
		color: #fff;
		height:23px;
		padding:3px 13px 3px 18px;
		border-left:	#f00 1px solid;
		position:absolute;
		top:92px;
		left:94px;
		background-color: #3e3533;
		filter:alpha(opacity=70);
		opacity:.75;
		z-index:2;
	}

	.respond_form_calque {
	width:590px;
	height:463px;
	border-right:	#f00 1px solid;
	border-bottom:	#f00 1px solid;
	position:absolute;
	top:92px;
	left:94px;
	background-color:	#fff;
	  filter:alpha(opacity=80);
	  opacity:0.8;
	z-index:1;
	}

	.respond_form_calque_c {
	width:450px;
	height:145px;
	border-right:	#f00 1px solid;
	border-bottom:	#f00 1px solid;
	position:absolute;
	top:92px;
	left:94px;
	background-color:	#fff;
	  filter:alpha(opacity=60);
	  opacity:0.6;
	z-index:1;
	}
