/* Form */

form.editform {
    
}

form.editform input, 
form.editform textarea,
form.editform select {
    padding: 2px 1px;
    line-height: 1;
    font-family: 'Lucida Grande', 'HiraKakuPro-W3', 'MS PGothic';
}

form.editform fieldset {
    border: 3px double #cbcbcb;
    padding: 10px;
    width: auto;
    margin: 20px 30px;
}

form.editform fieldset legend {
    font-size: medium;
    line-height: 1.3;
}

form.editform fieldset p.remarks {
    
}

form.editform fieldset table.inputform {
    margin: 10px auto;
    border-collapse: collapse;
}

form.editform fieldset table.inputform th {
    padding: 3px 10px 3px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #10173d;
    line-height: 20px;
    white-space: nowrap;
    background-image: url(../images/th_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.honbu form.editform fieldset table.inputform th {
    background-image: url(../images/honbu_th_bg.png);
    color: #123518;
}

form.editform fieldset table.inputform td {
    padding: 3px 10px 3px 3px;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
}

form.editform fieldset table.inputform label {
    padding: 0 10px 0 0;
}

form.editform div.submit {
    margin: 10px 0;
    text-align: center;
}

.required {
    color: #f30;
    font-weight: bold;
    font-family: Courier;
    padding: 0 3px;
}

/* @group Input Form Size */

input.sizeSSS {
	width: 30px;
}

input.sizeSS {
	width: 60px;
}
input.sizeS {
	width: 110px;
}
input.sizeM {
	width: 150px;
}
input.sizeL {
	width: 230px;
}
input.sizeLL {
	width: 350px;
}
textarea.sizeL {
	width: 400px;
}
textarea.sizeM {
	width: 350px;
}
	
/* @end */

ul.errorsList, ul.errors_list {
	margin: 10px;
	padding: 4px;
}

ul.errorsList li, ul.errors_list li {
    color: #f30;
    display: inline;
    line-height: 1.3;
}

form.editform fieldset table.inputform tr.error th,
form.editform fieldset table.inputform tr.error td {
	background-color: #ffefe7;
}

form.editform fieldset table.inputform tr.error th {
	background-image: url(../images/th_bg_error.png);
	color: #f00;
}

/* @group Calendar */

div.calendarContainer {
	position: absolute;
	z-index: 1000;
}

form.editform table.inputform td div.calendarContainer table td,
form.editform table.inputform td div.calendarContainer table th {
    padding: 0;
    border: none;
    text-align: center;
    background-image: none;
}

div.calendarContainer table.yui-calendar {
    border-collapse: collapse;
}

form.editform table.inputform td div.calendarContainer table.yui-calendar td.calcell {
    border: 1px solid #ebebeb;
}

.yui-calcontainer .title {
    font-size: x-small;
    line-height: 1.3;
    color: #00468c;
    font-weight: normal;
    font-style: normal;
}



/* @end */
