@charset "utf-8";
/* CSS Document */

.input_text{
	border:none;
	border-style:none;
	padding:1px;
	background-color:#FFF;
	color:#000;
	font-size:15px;
	border-bottom:#25a2dc 0.01em dotted;
}

.input_text_error{
	border:none;
	border-style:none;
	padding:1px;
	background-color:#FFF;
	color:#000;
	font-size:15px;
	border-bottom:#900 0.01em dotted;
}

.input_button{
	padding:1px;
	background-color:#25A2DC;
	font-weight:600;
	color:#FFF;
	font-size:15px;
	border-right-width: 0.01em;
	border-bottom-width: 0.01em;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

.input_button_down{
	border:none;
	border-style:none;
	padding:1px;
	background-color:#25a2dc;
	color:#FFF;
	font-size:15px;
	border-bottom:#25a2dc 0.01em dotted;
	border-right:#25a2dc 0.01em dotted;
}
	

.text_msg{
	
	border-style:none;
	padding:1px;
	background-color:#FFF;
	color:#000;
	font-size:15px;
	border:#25a2dc 0.01em dotted;
}

