
#container {
    width: 100%;
    text-align: center;
}

#main {
    text-align: left;
    margin: 20px auto;
    width: 700px;
    height: 800px;
}

.item {
    width: 100%;
    text-align: left;
    float: left;
}

.item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 70px;
    text-align: right;
    padding-right: 10px;
    height: 18px;
    color: #2d2d2d;
}

.item .text {
    float: left;
    padding-top: 3px;
    height: 18px;
    color: #646464;
}

.item .input {
    padding-right: 5px;
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 200px;
}

#problemExist {
    width: 30px;
    height: 18px;
}

#updateClient {
    width: 30px;
    height: 18px;
}

#confirmFinish {
    width: 30px;
    height: 18px;
}

.item input {
    width: 200px;
    height: 18px;
}

.item select {
    width: 200px;
    height: 18px;
}

.input_width {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 700px;
}
.input_width2 {
    padding-top: 0;
    margin-bottom: 6px;
    float: right;
    padding-right: 50px;
    width: 100%;
}

.input_width input, .input_width select {
    width: 550px;
    height: 18px;
}

#amount {
    width: 185px;
}

.input_width textarea {
    width: 500px;
    height: 80px;
    margin-bottom: 0;
}

.content
{
    float: left;
    padding-top: 3px;
    color: #646464;
}
div.opinion {
    float: right;
    padding-top: 3px;
    color: #646464;
}

div.opinion span {
    float: left;
    clear: both;
}

.sign {
    padding-top: 8px;
    text-indent: 40px;
    font-style: italic;
    width: 100%;
    float: right;
    color: blue;
}

.attachment_add {
    margin-top: 4px;
}

#attachment_add {
    cursor: pointer;
    color: blue;
}

.attachments {
    margin-top: 4px;
}

.attachments .attachment_item {
    background: url("/platform/commons/icons/attachment.gif") no-repeat;
    padding-left: 20px;
    height: 20px;
}

.attachments .attachment_action {
    margin-left: 15px;
}

.attachments .attachment_action a {
    color: blue;
}


.attachment_add2 {
    margin-top: 4px;
}

#attachment_add2 {
    cursor: pointer;
    color: blue;
}

.attachmentsNode {
    margin-top: 4px;
}

.attachmentsNode .attachment_item {
    background: url("/platform/commons/icons/attachment.gif") no-repeat;
    padding-left: 20px;
    height: 20px;
}

.attachmentsNode .attachment_action {
    margin-left: 15px;
}

.attachmentsNode .attachment_action a {
    color: blue;
}

.buttons {
    clear: both;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 20px;
    width: 100%;
}

.buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}

.itemselector {
    float: left;
    margin-right: 5px;
    padding-top: 3px;
    width: 700px;
}

.itemselector .legend {
    height: 18px;
}

.itemselector .from {
    float: left;
    width: 200px;
}

.itemselector .from .content {
    width: 200px;
    height: 122px;
    border: 1px solid #B5B8C8;
    background-color: white;
}

.itemselector .to {
    float: left;
    width: 200px;
}

.itemselector select {
    width: 200px;
    height: 128px;
}

.itemselector .buttons {
    clear: none;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    width: 40px;
}

.itemselector .buttons button {
    width: 40px;
    margin-bottom: 3px;
}

.input_selector {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 760px;
    height: 130px;
}

fieldset {
    margin-bottom: 10px;
}

#dialogBody {
    margin-bottom: 40px;
}

#main {
    width: 710px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#dialogBody .components {
    clear: both;
    width: 680px;
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 28px;
}

#dialogBody .components .component_line {
    clear: both;
}

#dialogBody .components .component_item .label {
    padding-top: 3px;
    margin-bottom: 6px;
    float: left;
    width: 70px;
    text-align: right;
    padding-right: 10px;
}

#dialogBody .components .component_line .component_item .component {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 240px;
}
#dialogBody .components .component_line .component_item .component select {
    width: 240px;
}

#dialogBody .components .component_line .component_item .longinput {
    width: 550px;
    height: 18px;
}

#dialogBody .components .component_item option{
     float: left;
     width: 200px;
}

#dialogBody .components .component_line .component_item .diary {
    padding-top: 7px;
    margin-bottom: 6px;
    float: left;
    width: 550px;
}

.workContent
{
    width: 100%;
    height: 80px;
}

.remark
{
    width: 100%;
    height: 40px;
}

.date{
    float:left;
}
.date input{
    height:18px;
}


/*按钮样式*/
#dialogBody #buttons {
    clear: both;
    text-align: center;
    padding-top: 8px;
    width: 688px;
}

#dialogBody #buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}
