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

.mail_form_label
{
font-size:14px;
margin:30px 0 15px 0;
}

#mail_author
{
width:100%;
max-width:500px;
font-size:14px;
}

#mail_email
{
width:100%;
max-width:500px;
font-size:14px;
}

#mail_text
{
width:100%;
max-width:1920px;
height:150px;
font-size:14px;
}

#mail_post
{
width:300px;
display:block;
margin:0 auto;
background-color:#606060;
border-style: none;
padding:15px 0 15px 0;
cursor:pointer;
margin-top:50px;
margin-bottom:50px;
font-size:14px;
line-height:14px;
font-weight:bold;
color:#FFF;
border-radius:3px;
}

#mail_post:hover
{
background-color:#397E95;
}