div.slot {
	padding: 50px;
}

div.slot img{
	padding-top: 30px;
}

div.slot h1{
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
}

div.slot h1:lang(ja){
	font-size: 23px;
}

div.slot h2{
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
}

div.blurb{
	width: 590px;
}

div.blurb p{
	padding-top: 20px;
	font-size: 15px;
	color: #AFAFAF;
}

div.blurb p:lang(ja){
	font-size: 14px;
	line-height: 120%
}

div.blurb form{
	padding: 30px 30px 50px;
	background: #232323;
	margin-top: 30px;
}

div.blurb form h3.success {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	color: green;
}


div.blurb fieldset.align{
	margin-left: 90px;
}

div.blurb textarea, div.blurb input[type=text]{
	padding: 5px;
	width: 400px;
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	margin-top: 30px
}

div.blurb textarea:lang(ja), div.blurb input[type=text]:lang(ja)
{
	font-size: 13px;
	padding: 3px;
}


div.blurb label {
	margin-right: 10px;
	text-align: right;
	width: 85px;
	display: inline-block;
	vertical-align: top;
	padding-top: 35px;
	font-size: 14px;
	font-weight: bold;
}

div.blurb label:lang(ja) {
	font-size: 12px;
}

div.blurb div.errors p {
	padding: 5px;
	color: #C10000;
	text-align: right;
}

div.blurb div.errors {
	width: 500px;
}


#register_recaptcha{
	margin: 30px 0 0 40px;
}

div.blurb input[type=submit]{
	cursor: pointer;
	font-family: inherit;
	font-size: 30px;
	font-weight: bold;
	width: 400px;
	height: 50px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	margin-top: 30px;
}

div.blurb input[type=submit]:lang(ja){
	padding-bottom: 3px;
}

div.slot a{
	color: #C10000;
}


div.blurb ul{
	font-size: 13px;
	color: #AFAFAF;
	line-height: 16px;
	margin-top: 5px;
}

ul.links{
	padding-top: 10px;
	font-size: 16px;
}

ul.links:lang(ja){
	font-size: 15px;
}

ul.links li{
	display: inline;
	margin-right: 20px;
	text-transform: lowercase;
	color: #7F7F7F;
}

ul.points{
	font-weight: bold;
	list-style: disc inside;
	padding-top: 30px;
}

ul.points li{
	font-size: 14px;
	padding-bottom: 13px;
}

