body {
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	color: #838383;
	background-color: #ffffff;
}

a:link, a:visited, a:active {
	color: #838383;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

p { margin-bottom: 15px; }

ul.list {
	list-style-position: outside;
	margin-left: 25px;
}

ul.list li {
	margin-bottom: 5px;
}

h1 {

}

h2 {
	font-size: 22px;
	color: #666666;
}

h3 {
	font-size:18px;
	color:#333333;
}

h4 {
	font-size: 15px;
	color: #333333;
}

.redhighlight {
	color: #FF0500 !important;
}

.ltgreyhighlight {
	color: #888888;
}

.dkgreyhighlight {
	color: #666666;
}

.blkgreyhighlight {
	color: #333333;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#switch {
	float:right;
	width:980px;
	font-size:11px;
	margin-top:10px;
	margin-right:30px;
	height:20px;
	text-align:right;
}

.clear {
	clear:both;
}

#switch img {
	margin-top:20px;
}

#switch .flag {
	padding:1px;
	border:1px solid #cccccc;
	margin:-5px 2px;
}

/* Header and Nav */

#header {
	width: 980px;
	/* height: 525px; height including countdown */
	/* height: 430px; height minus countdown */
	height: 300px; /* height minus phases */
	position: relative;
}

#header #logo {
	margin-top: 35px;
}

#header h1 {
	width:935px;
	font-size: 32px;
	line-height:30px;
}

#menu {
	width: 935px;
	text-align:center;
	font-size:18px;
	color: #FF0500;
	margin:6px 0px 0px 0px;
}

#menu a {
 	color :#8C8C8C;
	text-decoration:none;
	padding:0px 5px;
}

#divider {
	width: 950px;
	text-align:center;
	margin-bottom:10px;
}

/* Additional Countdown Styles */

/* --- English Countdown --- */
#countdown {
	width:935px;
	text-align:center;
	padding-left:271px;
	@padding-left:0px;
}

#countdownbg {
	width:422px;
	height:58px;
	padding: 7px 0 7px 10px;
	background-image: url(/img/countdown_bg.png);
	background-repeat:no-repeat;
}

#redtimes {
	float:left;
	position:absolute;
	/*left:467px;*/
	left:462px;
	margin-top:-23px;
	width:195px;
	height:15px;
	font-size:10px;
	color:#FF0500;
	text-align:center;
}

#redtimes .hours {
	float:left;
	width:50px;
}

#redtimes .mins {
	float:left;
	width:90px;
}

#redtimes .secs {
	float:left;
	width:36px;
}

/* --- Japanese Countdown --- */
#countdownjp {
	width:935px;
	text-align:center;
	padding-left:305px;
	@padding-left:0px;
}

#countdownbgjp {
	width:350px;
	height:58px;
	padding: 7px 0 7px 12px;
	background-image: url(/img/countdown_bg_jp.png);
	background-repeat:no-repeat;
	text-align:center;
}

#redtimesjp {
	float:left;
	position:absolute;
	left:427px;
	margin-top:-24px;
	width:195px;
	height:15px;
	font-size:10px;
	color:#FF0500;
	text-align:center;
	}

#redtimesjp .hours {
	float:left;
	width:50px;
}

#redtimesjp .mins {
	float:left;
	width:82px;
}

#redtimesjp .secs {
	float:left;
	width:50px;
}

/* Sunrise etc Phases */

#phases {
	width:950px;
	height:120px;
}

#phaseactivebox {
	float:left;
	width:230px;
	height:120px;
	background-image:url(/img/phasebox_active_bg.png);
	background-repeat:no-repeat;
}

#phaseinactivebox {
	float:left;
	width:230px;
	height:120px;
	background-image:url(/img/phasebox_inactive_bg.png);
	background-repeat:no-repeat;
}

.phasepad {
	margin-right:10px;
}

.phasedots {
	float:left;
	width:30px;
	height:120px;
}

.phasetxt {
	float:left;
	width:185px;
	height:120px;
	padding-top:15px;
	line-height:12px;
}

.phasetxt .phasetitleactive {
	font-size:11px;
	font-weight:bold;
	color: #FF0500;
	margin-bottom:5px;
}

.phasetxt .phasedateactive {
	font-size:11px;
	font-weight:bold;
	color: #333333;
	margin-bottom:5px;
}

.phasetxt .phasedescactive {
	font-size:11px;
	color:#666666;
}

.phasetxt .phasetitleinactive {
	font-size:11px;
	font-weight:bold;
	color: #333333;
	margin-bottom:5px;
}

.phasetxt .phasedateinactive {
	font-size:11px;
	font-weight:bold;
	color: #999999;
	margin-bottom:5px;
}

.phasetxt .phasedescinactive {
	font-size:11px;
	color:#999999;
}

/* Content */

#content {
	width: 980px;
	position: relative;
}

#content #col1 {
	width: 555px;
	float: left;
}

#content #col2 {
	float: left;
	width: 375px;
	padding-left: 15px;
}

#content #colmid {
	float:left;
	width:470px;
}

#content #colfull {
	float:left;
	width:950px;
}

/* Big Boxes */

#content #ltgreyboxtop, #content #ltgreyboxbot {
	width: 555px;
	height:15px;
	margin:0px;
	padding:0px;
}

#content #ltgreyboxredtop {
	background-image:url(/img/lt_greybox_red_top.png);
	background-repeat:no-repeat;
	width: 555px;
	height:45px;
	margin:0px;
	padding:0px;
}

#content #ltgreyboxredtop h2 {
	color: #FFFFFF;
	padding:10px 20px;
}

#content #ltgreyboxmid {
	width: 555px;
	height: 370px;
	background-image: url(/img/lt_greybox_mid.png);
}

#content #ltgreyboxmid #ltgreyboxtxt {
	width:515px;
	margin:0px 22px;
}

#content #ltgreyboxmid #ltgreyboxtxt h2 {
	width:515px;
	margin:0px 0px 10px 0px;
	padding-top:2px;
}

#content #ltgreyboxmid p {
	width:515px;
	padding:0px;
}

#content #ltgreyboxmid .dividersm {
	margin-bottom:15px;
}

#content #fullboxtop, #content #fullboxbot {
	width: 948px;
	height:15px;
	margin:0px;
	padding:0px;
}

#content #fullboxmid {
	width: 948px;
	/*height: 520px;*/
	background-image: url(/img/full_box_mid.png);
}

#content #fullboxmid #fullboxtxt {
	width:890px;
	margin:0px 22px;
}

#content #fullboxmid #fullboxtxt h2 {
	margin:0px 0px 10px 0px;
	padding-top:2px;
}

#content #fullboxmid p {
	padding:0px;
}

#content #fullboxmid .dividersm {
	margin-bottom:15px;
}


/* Right Boxes */

#content #col2 #subscribebox {
	float:left;
	width:375px;
	background-image:url(/img/subscribe_box.png);
	height:110px;
	margin-bottom:20px;
	position: relative;
}

#content #col2 #subscribebox h2 {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 346px;
	height: 50px;
}


#content #col2 #subscribebox #subscribe #subbox #subscribe_input {
	float:left;
	border: 0px solid #FF0000;
	padding: 3px;
	width: 200px;
	color: #444;
	margin: 73px 0px 7px 13px;

}

#content #col2 #subscribebox #subscribe #button input {
	/*margin-left: 10px;*/
	margin-left: 30px;
	margin-top: 58px;
}

#content #rtredboxtop, #content #rtredboxbot {
	float:left;
	width: 375px;
	height:15px;
	margin:0px;
	padding:0px;
}

#content #rtredboxmid {
	float:left;
	width: 375px;
	height: 240px;
	background-image: url(/img/rt_redbox_mid.png);
}

#content #rtredboxmid #rtredboxtxt {
	width:375px;
	margin:0px 22px;
}

#content #rtredboxmid h2 {
	width:335px;
	margin:0px 0px 10px 0px;
	padding-top:2px;
}

/*#content #rtredboxmid #search {
	width:330px;
	margin:0px;
	padding:0px;
}

#content #rtredboxmid #search #searchbox {
	width:330px;
	height:40px;
	background-image:url(/img/searchbox_bg.png);
}

#content #rtredboxmid #search #searchbox input[type="text"] {
	float:left;
	border: 1px solid #FFFFFF;
	padding: 3px;
	width: 240px;
	color: #444;
	margin: 7px 0px 7px 7px;
}*/

#content #rtredboxmid #registrarlogo {
	/*float:left;*/
	/*width:165px;
	text-align:center;*/
	width:340px;
	height:51px;
	text-align:left;
	font-size:10px;
	margin-bottom:5px;
}

#content #rtredboxmid #registrarlogo #flag {
	/*float:left;*/
	/*height:50px;
	width:165px;
	/*margin-top:5px;*/
	height: 37px;
	width:160px;
	margin:10px 0px 0px 15px;
	display:inline;
}

#flag img {
	padding:1px;
	border:1px solid #cccccc;
	margin:12px 2px;
	display:inline;
	@vertical-align:12px;
}

#flag a {
	@vertical-align:-10px;
	vertical-align:18px;
	display:inline;
}

/*#content #rtredboxmid #doubledots {
	float:left;
	width:330px;
	margin-top:5px;
	height:40px;
}*/


/* Inc_right button backgrounds */

#greybutton {
	float:right;
	width:auto;
	height:40px;
	margin-top:-7px;
	margin-right:40px;
	text-align:right;
}

#greybutton #btnbglt, #greybutton #btnbgmd, #greybutton #btnbgrt {
	float:left;
	display:inline;
	height:32px;
}

#greybutton #btnbgmd {
	background-image: url(/img/btn_bg_md.png);
	background-repeat: repeat-x;
	padding-top:3px;
}

#greybutton a:link, #greybutton a:visited, #greybutton a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
}

#greybutton a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	font-size:18px;
	cursor:pointer;
}

#searchbox #logo {
	float:left;
	width:60px;
	margin-top:8px;
}

#content #rtredboxmid p {
	width:335px;
	padding:0px;
}


#content #rtgreyboxtop, #content #rtgreyboxbot {
	float:left;
	width: 375px;
	height:15px;
	margin:0px;
	padding:0px;
}

#content #rtgreyboxtop {
	margin-top:20px;
}

#content #rtgreyboxmid {
	float:left;
	width: 375px;
	height: 130px;
	background-image: url(/img/rt_greybox_mid.png);
}

#content #rtgreyboxmid #rtgreyboxtxt {
	width:375px;
	margin:0px 22px;
}

#content #rtgreyboxmid h2 {
	width:335px;
	margin:0px 0px 10px 0px;
	padding-top:2px;
}


/*#content #rtgreyboxmid #doubledots {
	float:left;
	width:330px;
	margin-top:5px;
}

#content #rtgreyboxmid #doubledots #button {
	float:right;
	background-color: #ffffff;
	width:165px;
	height:25px;
	margin-top:-3px;
	text-align:right;
}

#content #rtgreyboxmid #doubledots #buttonjp {
	float:right;
	background-color: #ffffff;
	width:195px;
	height:25px;
	margin-top:-3px;
	text-align:right;
}

#content #rtgreyboxmid #doubledots #button a, #content #rtgreyboxmid #doubledots #buttonjp a {
	text-decoration: none;
}

#content #rtgreyboxmid #doubledots #button a:hover, #content #rtgreyboxmid #doubledots #buttonjp a:hover {
	text-decoration: underline;
}*/

#content #rtgreyboxmid p {
	width:335px;
	padding:0px;
}

/* Registrar Page */

#content #colfull #greyboxbg {
	float:left;
	width: 948px;
	background-image: url(/img/full_grey_box.png);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	height:160px;
	padding-left:0px;
}
 
#content #colfull #greyboxbgsplit {
	float:left;
	width: 948px;
	margin: 10px 0px 0px 0px;
	min-height:160px;
	padding-left:0px;
}

#content #colfull #greyboxbgsplit #greyboxbgtop {
	float:left;
	width: 948px;
	background-image: url(/img/registrar_grey_box_top.png);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	height:36px;
	padding-left:0px;
}

#content #colfull #greyboxbgsplit #greyboxbgmid {
	float:left;
	width: 948px;
	background-image: url(/img/registrar_grey_box_mid.png);
	background-repeat:no-repeat;
	margin: 0px;
	height:124px;
	padding-left:0px;
}

#content #colfull #greyboxbgsplit #greyboxbgbot {
	float:left;
	width: 948px;
	background-image: url(/img/registrar_grey_box_bottom.png);
	background-repeat:no-repeat;
	margin: 0px;
	height:125px;
	padding-left:0px;
}

#greyboxbg h3, #greyboxbgtop h3 {
	height:27px;
	padding:8px 0px 0px 20px;
}

#greyboxbg #greypod, #greyboxbgmid #greypod, #greyboxbgbot #greypod {
	float:left;
	width:161px;
	height:75px;
	padding:24px 14px 0px 14px;
}

#greypod #cta {
	float:left;
	width:160px;
	margin-top:-18px;
	margin-bottom:3px;
	font-size:12px;
	color:#FF0500;
	text-align:center;
}

#greypod #cta a:link, #greypod #cta a:visited,#greypod #cta a:active {
	font-size:12px;
	color:#FF0500;
	text-align:center;
	text-decoration: underline;
}

#greypod #cta a:hover {
	font-size:12px;
	color:#666666;
	text-align:center;
	text-decoration: underline;
}

#greypod #ctaj {
	float:left;
	width:160px;
	margin-top:-18px;
	margin-bottom:3px;
	font-size:10px;
	color:#FF0500;
	text-align:center;
}

#greypod #ctaj a:link, #greypod #ctaj a:visited,#greypod #ctaj a:active {
	font-size:10px;
	color:#FF0500;
	text-align:center;
	text-decoration: underline;
}

#greypod #ctaj a:hover {
	font-size:10px;
	color:#666666;
	text-align:center;
	text-decoration: underline;
}

#greypod #registrarlogo {
	float:left;
	width:160px;
	height:75px;
	text-align:left;
	font-size:12px;
}

#greypod #registrarlogo #flag {
	float:left;
	/*height:50px;
	width:165px;
	/*margin-top:5px;*/
	height: 37px;
	width:158px;
	margin:18px 0px 0px 0px;
}

#greypod #registrarlogo #flag img {
	float:left;
	padding:1px;
	border:1px solid #cccccc;
	margin:0px 2px;
}

#greypod #registrarlogo #flag a, #greypod #registrarlogo #flag .txt  {
	vertical-align:5px;
	margin-top:-10px;
	margin-left:3px;
}

/* FAQs */

#content #ctgreyboxtop, #content #ctgreyboxbot {
	width: 470px;
	height:15px;
	margin:0px;
	padding:0px;
}

#content #ctgreyboxmid {
	width: 470px;
	height:auto;
	background-image: url(/img/ct_greybox_mid.png);
}

#content #ctgreyboxmid #ctgreyboxtxt {
	width:430px;
	margin:0px 22px;
}

#content #ctgreyboxmid #ctgreyboxtxt h2 {
	width:430px;
	margin:0px 0px 10px 0px;
	padding-top:2px;
}

#content #ctgreyboxmid p {
	width:430px;
	padding:0px;
}


.questionlist a {
	font: 12px/1.5 Arial, Helvetica, sans-serif;	
	color: #838383;
	text-decoration: underline;	
	padding-left: 3px;
	cursor: pointer;
}

.questionlist a:hover {
	color: #333333;
}

.acolon {
	/*float:left;
	width:90px;
	height:70px;
	padding:2px 15px 5px 0px;*/
	float:left;
	color: #C8C8C8;
	font: 120px/60px Arial, Helvetica, sans-serif;
	width:90px;
	height:70px;
	padding:0px 15px 0px 0px;
	margin-top:-5px;
}
.acolonjp {
	float:left;
	color: #C8C8C8;
	font: 40px/54px Arial, Helvetica, sans-serif;
	width:91px;
	height:50px;
	padding:0px 15px 0px 0px;
	margin-top:-5px;
}

.answertable {
	margin-bottom: 5px;
}

.answertable td {
	vertical-align: top;
}

.answertable td p {
	line-height:1.5;
}

/*.answertable .number {
	padding-right: 6px;
}*/

ul.questionlist {
	list-style-image:url(/img/bullet_red.png);
	margin-left:22px;
}

ul.questionlist {
	@margin-left:-2px;
	@padding-left:10px;
}

ul.questionlist li {
	@list-style-image:url(/img/bullet_red.png);
	margin-bottom:15px;
	@margin-left:10px;
}

ul.questionlist a.question {
	vertical-align:top;
}

#colmid #bullet,  #colmid #bullet h4 {
	display:inline;
}

#colmid #bullet h4 {
	margin-top:-10px;
	vertical-align:top;
	margin-bottom:30px;
}

ul.clauses {
	list-style:none;
	margin-left:115px;
}

ul.clauses li, ol.clauses li {
	margin-bottom:15px;
}

ol.clauses {
	margin-left:15px;
}

/* Policy */

ol.policy {
	list-style: decimal outside none;
    	margin: 0 0 18px 1.5em;
	font-weight:bold;

}

ol.policy li {
	margin:5px 0;
	font-weight:normal;
}

ol.policy li ul, ol.policy li ul li ul li, ol.policy li ul li ul li ul.alpha li ul li {
	list-style-type:none;
    	margin: 0 0 18px 1.5em;
	font-weight:normal;
}

ol.policy li ul li .italic {
	font-style:italic;
	font-weight:bold;
}

ol.policy li ul.alpha, ol.policy li ul li ul.alpha li, ol.policy li ul li ul li ul.alpha li {
	list-style-type:lower-alpha;
    	margin: 0 0 18px 1.5em;
	font-weight:normal;
}

/* Footer */

#footer {
	text-align: center;
	font: 11px/2 Arial, Helvetica, sans-serif;
	color: #999999;
	position: relative;
	width: 980px;
	clear: both;
	padding-top: 20px;
}

#footer #divider {
	width: 950px;
	text-align:center;
	margin-bottom:0px;
	@margin:15px 0px 15px -20px;
}

#footer a {
	color: #8C8C8C;
	text-decoration: underline;
}

#footer #footnotes {
	color:#8C8C8C;
	font-size:10px;
	line-height:8px;
	@line-height:12px;
	text-align:left;
	margin:5px 0px 0px 20px;
	@margin:15px 0px;
	@padding-left:20px;
	
}

#footer #footnotes span {
	color:#8C8C8C;
	font-size:7px;

}

/* forms */

label {
	color: #888;
	width: 160px;
	display: block;
	float: left;
	margin-bottom: 5px;

}

/*input[type="text"], select, textarea {
	border: 1px solid #d7d7d7;
	padding: 3px;
	width: 250px;
	color: #444;
	background: url(/img/input-bg.png) repeat-x left -30px;
	margin-bottom: 5px;
}*/

select {
	width: 258px;
}

#modalform {
	width: 500px;
	margin: 0 auto;
}

#submitbutton {
	background: url(/img/submit_btn.png);
	height: 40px;
	width: 150px;
	border: 0px;
}

.success, .error {
	background-color: #f7f7f7;
	font-size: 14px;
	margin: 10px 0px;
	padding:15px 10px 15px 10px;
	width: 930px;
	display: none;
	text-align: center;
}