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

.message_table td{
	padding:5px;
	}
.message_table textarea, .message_table input[type=text], .is_human_calc{
	background-color:#fff;
	width:623px;
	border:none;
	padding:1px;
	margin:0;
	}
.message_table textarea{
	height:200px;
	}
.message_table input[type=text], .is_human_calc{
	height:25px;
	}

.message_table input[type="checkbox"] {
    display:none;
	float:right;
	}
.message_table input[type="checkbox"] + label span{
    display:inline-block;
    width:19px;
    height:19px;
    vertical-align:middle;
	background-color:#333;
	border:#ADBB00 solid 1px;
	}
.message_table input[type="checkbox"]:checked + label span{
	background-color:#ADBB00;
	}
.message_table input[type="checkbox"] + label{
	float:right;
    cursor:pointer;
	}

.is_human_calc{
	padding:1px;
	text-align:center;
	}