
form h1.top,
form h1.error{
	}

form h1.error_text{
	color:#ff0000;
	}

form .info{
	margin-bottom:20px;
	}

#control_action pre{
	width:500px;
	padding:0 10px;
	}

form .form_input td{
	padding:5px;
	}

form .foot{
	list-style:none;
	}

form ul.button_line,
form ul.foot{
	padding-left:10px;
	}

/* Button */
form ul.button_line li{
	display:inline;
	}

input,
textarea,
input.button{
	border:1px solid #414141;
	}

input.button{
	width:250px;
	font-size:22px;
	background-color:#D61E59;
	padding:5px 0 5px 0 ;
	line-height:30px;
	color:#ffffff;
	}

textarea.input{
	width:400px;
	height:100px;
	}

.background_color_error{
	background-color:#D61E59;
	}


@media screen and (max-width: 820px) {
	textarea.input{width:350px;}
	}


@media screen and (max-width: 540px) {
	textarea.input{width:250px;}
	}
