/* iea_popup.css */

/* For BOTH Layouts, see:
   /includes/iea.css

   For HOME Layout, see:
   /includes/iea_home.css

   For HOME IE OVERRIDE, see:
   /includes/iea_home_override.css

   For CONTENT IE OVERRIDE, see:
   /includes/iea_content_override.css

   For PRINT Layout, see:
   /includes/iea_print.css */

div#entirety div#utility, div#entirety div#menu, div#entirety div#shell div#submenu, div#entirety div#shell div#breadcrumb, div#entirety div#footer { display: none; }

body { padding-bottom: 10px;
	background: #38213B;
	text-align: left !important;
	text-align: center; }

div#entirety { width: 580px !important;
	width: 590px;
	height: auto;
	margin: 10px auto 0px;
	padding: 10px;
	background: #FBFCD8;
	border: 2px Solid #8F7AA3; }

div#entirety div#header { position: static;
	width: auto;
	height: 90px;
	background: url('/images/layout/header-popup.jpg') no-repeat left top; }

div#entirety div#shell div#content { height: auto;
	margin: 0px 5px;
	padding: 0px 10px; }

div#entirety div#shell div#content h3 { margin: -60px 10px 10px 175px;
	padding-bottom: 30px; }
div#entirety div#shell div#content h4 { margin: 10px 0px;
	padding: 5px;
	border-bottom: 1px Solid #CDCA9F;
	border-left: 5px Solid #CDCA9F;
	color: #563E59; }
div#entirety div#shell div#content h5 { font-size: 1.1em;
	font-style: normal; }

/* REGISTRATION NAVI */
div#entirety div#shell div#content ul.navi_registration { margin: 0px;
	list-style: none;
	text-align: left; }
div#entirety div#shell div#content ul.navi_registration li { display: inline; }
div#entirety div#shell div#content ul.navi_registration li a { padding: 2px 8px 2px 18px;
	background: #785D7A url('/images/layout/content/registration-bullet.jpg') no-repeat 0.425em 0.5em;
	border: Solid #321C35;
	border-width: 1px 1px 0px 1px;
	color: #fff;
	line-height: 1.5;
	text-decoration: none; }
div#entirety div#shell div#content ul.navi_registration li a:hover { background-color: #563E59;
	background-image: url('/images/layout/content/registration-bullet-ro.jpg');
	color: #fff; }
div#entirety div#shell div#content ul.navi_registration li.navi_registration_active a { padding: 3px 10px;
	background: #2D76BA;
	border-color: #005393;
	border-width: 2px 2px 0px 2px;
	font-weight: 800; }
div#entirety div#shell div#content ul.navi_registration li.navi_registration_active a:hover { background: #4F91D7;
	border-color: #2765A7; }
/* EO.REGISTRATION NAVI */

div#entirety div#shell div#content form { margin: 0px;
	padding: 0px; }

div#entirety div#shell div#content form p.form_hide { padding: 0px; }

div#entirety div#shell div#content form p label.check_label { width: 35em; }

div#entirety div#shell div#content form div.encapsulate { 

	padding: 5px 10px;
	border: 1px Solid #96936A;
}

div#entirety div#shell div#content form p input#send_button { margin-left: 0px; }
