@charset "utf-8";


form#mail_form input[type="file"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
	margin-top : 7px;
}

form#mail_form ul li:first-child+li input.attachment{
	margin-top : 0px;
}

form#mail_form dl dd span.error_filetype{
	display : block;
	color : #ff0000;
}


