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

/* JOB */
.Job{
	font-size: 18px;
}
.Job h3 {
    background: url(../SysIMG/job-sub.png) rgba(0, 0, 0, 0) repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 30px;
	line-height:30px;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    width: 206px;
}
.Job .form-control,
.Job input {
	margin:0 0 10px 0;
	font-size:12px;
}
.Job table.table td{
	border-top:none;
}
.Job .Files input,
.Job .Files option{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Box1,
.Box2,
.Box3,
.Box4,
.Box5,
.Box6,
.Box7,
.Box8,
.Box9{
	background:#fff;
}
.Box4 .Fix textarea{
	height:130px;
}
.Box6 .Fix textarea{
	height:118px;
}



.Job .panel-default {
    border-color: #ddd;
}
.Job .panel-group {
    margin-bottom: 20px;
}
.Job .panel {
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.Job .panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
    overflow: hidden;
}
.Job .panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
}
.Job .panel-default > .panel-heading {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}
.Job .panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #333333;
}
.Job .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.Job .panel-title{
	font-family: 'thaisans_neuebold';
    font-size: 24px;
}
.Job .panel .panel-title > a {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 10px 15px;
    position: relative;
	height:54px;
	line-height:34px;
}
.Job .panel-body p,
.Job .panel-body a,
.Job .panel-body input{
	font-family: 'thaisans_neuebold';
	font-size:18px;
}
.Job input.ButtonJob{
	float:right;
	margin:0 20px 0 0;
	padding:3px 15px;
	font-size:18px;
}

.Job button.BTGreen{
	padding:10px 0;
	margin:21px 0;
}


