form{
	background: #FFFFFF;
}  

    form div{
	padding: 10px 20px;
} 


.text, textarea, .dropdown{
	border:1px solid #777;
	padding: 5px;
	color: #333333;
	border-radius: 5px;
	background-image: url(../logo/mail_form_bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;

}
#container  #main  .contents  textarea  {
	background-repeat: repeat-x;
	background-image: url(../logo/mail_form_honbun_bg.jpg);
	padding: 10px;
}


.submit{
	border:1px solid #777;
	color: #fff;
	cursor: pointer;
	background: #428ec9;
	border-radius: 5px;
	/* Webkit */ 

    background: -webkit-gradient(  

        linear,  

        left top,  

        left bottom,  

        from(#99c9e5),  

        to(#428ec9)  

        );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */ 

    background: -moz-linear-gradient(  

        top,  

        #99c9e5,  

        #428ec9 

        );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;


       

/* IE */ 

    filter:progid:DXImageTransform.Microsoft.gradient  

        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);  
	zoom: 1;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 10px;

} 
form label {
	line-height: 30px;
	height: 30px;
}
.check_box1 {
	line-height: 30px;
}
.check_box1  input     {
	margin-right: 10px;
}


#mail-form .mail-check_text{
	font-size: 12px;
	width: 130px;
	line-height: 20px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
#mail-form  li  {
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 30px;
	width: 550px;
	list-style-type: none;
	padding-top: 10px;
}
#mail-form {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
