@import url('_reset.css');

	/* GENERAL */
		body		{ font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 14px; background: #000 url('bg2.jpg') top center no-repeat; }
		h1, h2, h3	{ font-weight: normal; line-height: 32px; }
		h1			{ font-size: 19px; background-color: #7a7766; }
		h2			{ font-size: 25px; }
		h3			{ font-size: 18px; }

		.hide		{ display: none; }
		.bold		{ font-weight: bold; }
		.right		{ text-align: right; }
		.left		{ text-align: left; }
		.clear		{ clear: both; }
		.cursor		{ cursor: pointer; }
		.fleft		{ float: left; }
		.fleft img	{ border: 1px solid #807970; padding: 4px; margin: 0 10px 5px 0; }
		.fright		{ float: right; }
		.fright img	{ border: 1px solid #807970; padding: 4px; margin: 0 0 5px 10px; }
		.justify	{ text-align: justify; }

		.info		{ color: #6ebd57; font-size: 80%; }
		.error		{ color: #f00; font-size: 80%; }
		.message	{ color: #eb8114; font-size: 110%; }
		input.error,
		textarea.error		{ border-color: #f00; }
		label.error			{ clear: both; float: left; }

		input, textarea		{ padding: 4px; margin: 1px; border: 1px solid #ccc; font-size: 80%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
		.fx_input_border	{ border: 2px solid #6694e3; margin: 0px; }
		*:focus				{ outline: none; }
		textarea			{ resize: none; }
		.checkbox			{ width: 1% !important; }
		.ajax_loader		{ background: url('ajax-loader.gif') center center no-repeat; }

	/* LAYER */
        #capsule        { margin: 0 auto; width: 960px;  height: 100%; overflow: hidden; }

		#top            {  }

		#left           { float: left; width: 713px; height: 405px; background: transparent url('mark_video.png') left top no-repeat; }
		#left .object   { margin: 10px 0 0 10px; }

		#right          { float: right; width: 230px; }
		#right .txt     		{ margin: 10px 0; }
		#right .txt p   		{ line-height: 25px; }
		#right .txt_making   	{ margin-bottom: 10px; }

		#bottom         { margin-top: 20px; }

