#signin{
	<!-- background-image:url(bg.png); -->
	font-family:"Times New Roman", Times, serif;
	/*font-family: 'Oleo Script', cursive;*/
	<!-- float:left; -->
	width:500px;
	height:auto;
	
}


#acomment{
	width:675px;
	margin:10px auto;
	padding:20px 40px;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
	
	}

#signout{
	<!-- background-image:url(bg.png); -->
font-family:"Times New Roman", Times, serif;
	/*font-family: 'Oleo Script', cursive;*/
	<!-- float:right; -->
	width:500px;
	height:auto;
	
}



#head_line{
	font-family: 'Oleo Script', cursive;
	}



.lg-container{
	width:600px;
	margin:10px auto;
	padding:20px 40px;
	border:1px solid #f4f4f4;
	background:rgba(255,255,255,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}
.lg-container h1{
	font-size:25px;
	text-align:center;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}

#lg-form select {
  width: 200px;
  border-radius: 6;
  /* padding: 5px;
  background: transparent;
   font-size: 15px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 15px;
   -webkit-appearance: none;*/
   }
   
 #textaria{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	/*padding: 5px;*/
	font-size: 15px;
	
	/*line-height: 20px;*/
	font-family:"Times New Roman", Times, serif;
	/*font-family: 'Oleo Script', cursive;*/
	text-align:left;
}


#lg-form label{
	display: none;
	font-size: 12px;
	line-height: 15px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:3px;
	padding: 3px;
	font-size: 12px;
	line-height: 20px;
	width: 50%;
	font-family:"Times New Roman", Times, serif;
	/*font-family: 'Oleo Script', cursive;*/
	text-align:center;
}
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	font-family:"Times New Roman", Times, serif;
	/*font-family: 'Oleo Script', cursive;*/
	font-size: 15px;
	border:1px solid #000;
	padding:5px 10px;
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:3px;
	
	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}
#lg-form button:active{
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
	box-shadow: 0px 0px 1px #aaa;
}
#lg-form button:hover{
	background:#f4f4f4;
}
#message{width:100%;text-align:center}
.success {
	color: green;
}
.error {
	color: red;
}

.nav_up{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../image/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	right:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../image/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	right:70px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}