
/** bt_bg **/

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt1{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
	line-height: 30px;
	text-align: center;
	text-shadow: -1px -1px 0px rgba(238, 116, 156, 0.7);
	padding: 10px 0;
	color: #fff;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-moz-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-webkit-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	background: -webkit-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -moz-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -o-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -ms-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: linear-gradient(0deg, #ff84ad 0%, #ff9abb 100%);
	/* Layer contains multiple layer styles that cannot be represented in CSS. Use the color picker or extract the layer as an image. */
	border-radius: 0px;
}

input.bt1{
	width: 100%;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
	border: 1px solid #ff85ae;
	box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-moz-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	-webkit-box-shadow:0px 0px 0px 1px #ffaec9 inset;
	background: -webkit-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -moz-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -o-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: -ms-linear-gradient(90deg, #ff84ad 0%, #ff9abb 100%);
	background: linear-gradient(0deg, #ff84ad 0%, #ff9abb 100%);
	/* Layer contains multiple layer styles that cannot be represented in CSS. Use the color picker or extract the layer as an image. */
	-webkit-appearance: none;
	border-radius: 0px;
}
