@charset "utf-8";
/* CSS Document */
.picture {
	
}

.btn{
	border-style:none;
	color:#ffffff;
	width:100px;
	height:30px;
	border:none;
	margin-left:10px;
	background-color:transparent;
	background-image:url("../img/btn.png");
	text-align:center;
	line-height:20px;
	
}
.btn:hover{
	background-image:url("../img/btn-light.png");
	
}

.input{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	width:150px;
	height:20px;
}
.input:focus{
	background-color:#00FF00;
}