﻿.leave_msg_container
{
    padding: 10px;
}

.leave_msg_container .left_text
{
    min-width: 50px;
    text-align: right;
}

.leave_msg_container .left_text div
{
    height: 50px;
    line-height: 50px;
}

.leave_msg_container .right_input div
{
    height: 50px;
    line-height: 50px;
}
.leave_msg_container .right_input div.msg_content_container
{
    height: auto;
    }
.leave_msg_container .right_input input
{
    width: 240px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.leave_msg_container .right_input textarea
{
    border: 1px solid #ccc;
}

.leave_msg_container .content_text
{
    height: 200px;
}


.leave_msg_container .msg_content_container .content
{
    height: 100px;
    width: 240px;
    font-size: 14px;
}

.leave_msg_container .opts
{
	width: 333px;
	text-align: center;
}

.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;
}