.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:#575757;
	border:solid 1px #ccc;
	width:99%;
	height:22px;
	-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:#fff;
	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;
	display:block;
	margin:40px auto !important;
}
.submit:hover {
	background-color:#f76363;
	color:#fff;
}
#sidebar{
	position:absolute;
	/*top:250px;*/
	top:475px;
	right:0px;
	/*width:78px;*/
	width:68px;
	height:160px;
	overflow:hidden;
	display:none;
}
#sidebar img{
	position:absolute;
	top:0;
	left:-74px;
	width:145px;
}
#sidebar:hover img{
	left:-4px;	
}
#sidebar2{
	width:76px;
	height:542px;
	background:url(images/side_kaisaibi.png) no-repeat;
	background-position: 0px 0px;
	position:absolute;
	/*top:250px;*/
	/*top:475px;*/
	top:0px;
	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:#5f6e95;
	border:none;
	margin:2px;
}
#button:hover {
	background-color:#f76363;
	/*padding:12px 152px;*/
	padding:10px 150px;
	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;
}

