﻿.leave_msg_container
{
    padding: 10px;
    float: left;
}

.leave_msg_container .left_text
{
    min-width: 50px;
    text-align: right;
}

.leave_msg_container .left_text div
{
    height: 80px;
    line-height: 50px;
}

.leave_msg_container .right_input .text
{
    margin-bottom: 10px;
    margin-top: 20px;
    color: #797979;
}
.leave_msg_container .right_input .item
{
    margin-top: 30px;
}
.leave_msg_container .right_input div.msg_content_container
{
    height: auto;
}
.leave_msg_container .right_input input
{
    width: 630px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.leave_msg_container .right_input textarea
{
    width: 630px;
    border: 1px solid #ccc;
}


.leave_msg_container .msg_content_container .content
{
    height: 100px;
    width: 630px;
    font-size: 14px;
}

.leave_msg_container .opts
{
	width: 630px;
	text-align: center;
    padding-top: 50px;
    overflow: hidden;
}

.leave_msg_container .title
{
    font-size: 30px;
    color: #333333;
    margin-bottom: 60px;
}

.leave_msg_container .msg_submit
{
    background: url(../Images/system/btn_submit.png) no-repeat;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
}

.leave_msg_container .msg_reset
{
    background: url(../Images/system/btn_reset.png) no-repeat;
    width: 105px;
    height: 29px;
    border: 0px;
    outline: none;
}

@media (max-width: 768px) 
{
    .leave_msg_container {
        width: 100%;
        box-sizing: border-box;
    }

    .leave_msg_container .title
    {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .leave_msg_container .right_input input
    {
        width: 95%;
    }

    .leave_msg_container .right_input .item
    {
        margin-top: 10px;
    }

    .leave_msg_container .msg_content_container .content
    {
        width: 95%;
    }

    .leave_msg_container .opts
    {
        width: 100%;
        padding-top: 30px;
    }
}