.form{
	position:relative;
	padding:0px;
	margin:0px;
	font-size: 16px;
	color: #666666;
}
.form p{
	margin-bottom:10px;
}
.textfield{
	border:0;
	padding:0px;
	font-size:16px;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	width:450px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
input:focus {
    border:solid 1px #EEA34A;
}
.submit{
	background-color:#ddd;
	border:solid 1px #666;
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	width:400px;/*fujiwara*/
}
.submit:hover{
	background-color:#eee;
	color:#FF7900;
}
#sidebar{
	position:absolute;
	top:250px;
	right:0px;
}
#sidebar2{
	width:64px;
	height:110px;
	background:url(images/gotop.png) no-repeat;
	position:absolute;
	top:250px;
	left:0px;
}

span{
	display:block;
	width:160px;
	text-align:right;
	float:left;
}
.form p.button_wrap{
	width:404px;
	margin:0 auto;
	padding:20px 0 50px 0;
}
#button{
	font-size:25px;
	padding:10px 150px;
	background-color:#9ABD32;
	border:none;
	margin:2px;
}
#button:hover{
	background-color:#9FC93D;
	padding:12px 152px;
	margin:0;
}
#button:active{
	padding:9px 149px;
	margin:3px;
}
.form img{
	position:absolute;
	right:-100px;
	bottom:50px;
}

/*$B$*Ld$$9g$o$;FbMF(B*/
#entry textarea{
	border: 0;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #aaa;
	border: solid 1px #ccc;
	width: 450px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	height:180px;
}

