/*

	This is my reiya style

*/

body{
	margin:0;
	padding:0;
	font: 12px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	background:#F9F9F9;
}

#container{
	padding-top:10%;
	text-align:center;
	color:#777;
	width:80%;
	margin:0 auto;
}

#login{
	margin:0 auto;
	width:320px;
}

#branding{
	display:block;
	margin:0 auto;
		
	width:150px;
	height:100px;

	text-indent:-9999px;
	text-align:center;
}

#branding a{
	display:block;
	margin:0 auto;
		
	width:150px;
	height:100px;
	
	
	background:url('../images/logo.png') no-repeat bottom left;
	
	text-indent:-9999px;
	text-align:center;
}

#branding h2{
	display:none;
}

#loginform{
	text-align:left;
}

#login form p{
	margin-bottom:0;
}

label {
	color: #777;
	font-size: 13px;
}

#user_pass, #user_login, #user_email {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}



#login form input{
	color: #555555;
}

.submit{
	text-align:left;
}

.error,.required{
	color:#ff6347;
}

.msg{
	color:#808dab;
}

#nav{
	position:relative;
	top:-31px;
	font-size:12px;
	text-align:left;
	width:150px;
}

#register{
	margin-top:50px;
	text-align:left;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:5px 15px 5px 15px;
	
	border-radius:5px;
}

#register .button{
	padding:10px;
}

#register p{
	padding-bottom:10px;
}

#change_password{
	text-align:left;
}

#change_password a{
	color:#808dab;
}

#change_password a:hover{
	color:#808dab;
	text-decoration:none;
}

#change_password_form_box{
	width:400px;
}

#change_password_form_box input{
	font-size: 16px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
/*
#nav a{
	color:#808dab;
}

#nav a:hover{
	color:#808dab;
	text-decoration:none;
}
*/

h3{
	font-family:georgia;
	font-size:21px;
	font-weight:normal;
	color:#808dab;
	text-align:left;
}

.navigation{
	margin-top:10px;
}

.navigation ul{
	margin:0;
	padding:0;
	padding-bottom:25px;
	list-style:none;
}

.navigation li{
	display:inline;
	margin-right:15px;
	font-size:15px;
	font-family:verdana;
}

.navigation a{
	text-decoration:none;
	color:#808dab;
}

.navigation a:hover{
	text-decoration:underline;
	color:#808dab;
}

#About,#FAQ{
	color:#777;
	width:620px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	font-family:verdana;
	line-height:20px;
}

#About{
	margin-top:400px;
	margin-bottom:400px;
}

#FAQ{
	margin-top:400px;
	margin-bottom:100px;
}

#About h3,#FAQ h3{
	font-family:georgia;
	font-size:210px;
	font-weight:normal;
	padding-top:105px;
}

#About dt,#FAQ dt{
	font-family:georgia;
	font-size:20px;
	font-weight:normal;
	margin-top:30px;
}

#About dd,#FAQ dd{
	margin-left:40px;
}

#About h3{
	display:block;
	width:558px;
	height:204px;
	margin:0;
	padding:0;
	background:url('../images/reiyaa_about.gif') no-repeat top left;
	text-indent:-9999px;
	padding-bottom:70px;
}

#FAQ h3{
	display:block;
	width:409px;
	height:191px;
	margin:0;
	padding:0;
	background:url('../images/reiyaa_faq.gif') no-repeat top left;
	text-indent:-9999px;
	padding-bottom:70px;
}


#description h3{
	margin:0;
	padding:0;
}

#description{
	width:52%;
	/*max-width:682px;*/
	float:left;
	text-align:left;
	line-height:18px;
	margin-top:110px;
}

#login{
	float:right;
}

#notice{
	padding-top:100px;
	clear:both;
}

.errorbox{
	margin:10px auto;
	border:1px dashed #BF3030;
	background:#E6CFCF;
	text-align:center;
	padding:10px;
	color: #804040;
	font: bold 11px verdana;
	line-height:15px;
	overflow:auto;
}

button,.button{
	background:#B2C0CD;
	padding:5px 10px 5px 10px;
	border-top:1px solid #C3D0E4;
	border-left:1px solid #C3D0E4;
	border-right:1px solid #93ADC1;
	border-bottom:1px solid #93ADC1;

	color:#fff;
	text-decoration:none;
	text-shadow:#888 1px 1px 1px;
	font-weight:bold;
	
	border-radius: 3px;
}

button:active,.button:active{	
	border-top:1px solid #93ADC1;
	border-left:1px solid #93ADC1;
	border-right:1px solid #C3D0E4;
	border-bottom:1px solid #C3D0E4;
	
	color:#fff;	
	text-shadow:#888 -1px -1px -1px;
}

.action_cancel{
	background:#c0c0c0;
	
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;	
}



.loginbox_etc{
	margin-top:50px;
	text-align:left;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:5px 15px 5px 15px;
	
	border-radius:5px;
}

.loginbox_etc .button{
	padding:10px;
}