body {
font-family: Arial, sans-serif;
padding: 10px 50px;
background:#fff;
font-size: 90%;
}

table, input, textarea, select {
font-family: Arial, sans-serif;
}

table {
width: 100%;
border-collapse: collapse;
clear: both;
border: 1px solid #f6f6f6;
color: #555;
margin-bottom:15px;
}

table tr.odd {
background-color: #f6f6f6;
}

table td, table th {
padding: 10px;
border-right: 1px solid #f6f6f6;
}

table tr.odd {
background-color: #f6f6f6;
}
table tr.odd td {
border-right: 1px solid white;
}

table th {
text-align: left;
color: black;
}

/*
table th a{
color: black;
}

table td a {
color: #FF6633;
}
*/
a{
color: #FF6633;
}

div.error-line, div.comment-line {
}

div.error-line {
background-color: #FFFF99;
padding: 10px;
width: 100%;
margin-bottom:1px;
}
div.comment-line {
background-color: #CCFFCC;
}

div.form-line {
background-color: #f6f6f6;
padding: 10px;
height: 20px;
_height: 45px;
margin-bottom:1px;
width: 100%;
clear: both;

}

div.general-options-area {
width: 50%;
float: left;
}
div.form-line span.label {
width: 35%;
display: block;
float: left;
}

div.xml-xsl-options-area {
width: 50%;
float: right;
}

div.xml-xsl-options-area div.form-line {
border-left:1px solid white;
}

div.form-line span.editor {
}

div.form-line span.editor select {
width: 40%;
}

div.form-line span.editor input {
width: 60%;
}

div.clear {
clear: both;
}

.buttons input {
padding: 0 10px;
margin-right: 10px;
}

#simple-mode-line select {
width: 30%;
}

/* convert form */
.hidden-area {
display: none;
}

.visibled-area {
display: block;
}

#conversionLogPanel {
width: 100%;
}

#convertProcessForm {
background-color: #f6f6f6;
padding-right:10px;
margin:0;
}

#conversionLog {
width: 100%;
background-color: white;
}

#convertProcessFormIframe {
width: 100%;
border:10px solid #f6f6f6;
height: 300px;
background-color: white;
}

#logonForm {
  width: 50%;
}

td.file-icon {
  width: 33px;
  padding: 0;
  padding-top: 2px;
  padding-left: 2px;
}

td.file-size, th.file-size {
text-align: right;
}

table.conversion-result {
margin-bottom: 40px;
}

#convert_process_form_button {
display: none;
}