@import url("../../style.css");

.how_to {
	font-size:16px;
	text-align: left;
}
.how_to a{
	text-decoration: underline;
}

#input {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	font-weight: bolder;
	text-align: center;
	background-color:#ffff66;
	border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}
/*‰ð“š*/
.inputin {
	margin: 3px;
	padding: 5px;
	font-size: 20px;
	color:#000099;
	border:solid 1px #ccc;
	width:220px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
#input p {
	margin: 2px;
	padding: 5px;
	width:150px;
	font-size:16px;
	float: left;
	text-align: right;
}

input:focus {
    border:solid 1px #000099;
}
.inputbutton {
	margin-top: 2px;
	margin-right: 20px;
	width:180px;
	padding: 17px 5px 12px 5px;
	border:solid 1px #ccc;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff4500));
	background-image: -webkit-linear-gradient(top, #ffa500, #ff4500);
	background-image: -moz-linear-gradient(top, #ffa500, #ff4500);
	background-image: -ms-linear-gradient(top, #ffa500, #ff4500);
	background-image: -o-linear-gradient(top, #ffa500, #ff4500);
	background-image: linear-gradient(top, #ffa500, #ff4500);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ff4500',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-shadow: 2px 2px 1px #c72d20;
}

.return {
	display: block;
	margin: 0 auto;
	margin-top: 2px;
	width:180px;
	padding: 17px 5px 12px 5px;
	border:solid 1px #ccc;
	font-size: 26px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#ff4500));
	background-image: -webkit-linear-gradient(top, #ffa500, #ff4500);
	background-image: -moz-linear-gradient(top, #ffa500, #ff4500);
	background-image: -ms-linear-gradient(top, #ffa500, #ff4500);
	background-image: -o-linear-gradient(top, #ffa500, #ff4500);
	background-image: linear-gradient(top, #ffa500, #ff4500);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa500', endColorstr='#ff4500',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 2px 2px 1px #c72d20;
}



@media screen and (max-width: 480px){

.inputin {
	width:300px;
	float: none;
}
#input p {
	width:300px;
	float: none;
}
}

