.viewTable {
    
    border-collapse:collapse;
    margin:0;
    padding:0;    
    width: 356px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.viewTable th {
    
    padding:.2em .5em;
    vertical-align:top;
    font-weight:bold;
    width: 156px;
    font-family: Arial, Helvetica, sans-serif;
}
.viewTable td {
    padding:.2em .5em;
    vertical-align:top;
    font-weight:normal;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
}

.editTable {
    border-collapse:collapse;
    margin:0;
    padding:0;    
    width: 356px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.editTable th {
    padding:.2em .5em;
    vertical-align:top;
    font-weight:bold;
    width: 136px;
    font-family: Arial, Helvetica, sans-serif;
}
.editTable td {
    padding:.2em .5em;
    vertical-align:top;
    font-weight:normal;
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.editTable input,option,select {
    font-size: 100%;
}

.editTable p {
    font-size: 66%
}


.listTable {
    border-collapse:collapse;
    margin:0;
    padding:0;    
    width: 356px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    text-aligh:left;
}

.listTable th {
    padding:.2em .5em;
    vertical-align:top;
    text-aligh:left;
    width: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.listTable td {
    padding:.2em .5em;
    vertical-align:top;
    text-aligh:left;
    font-weight:normal;
    width: 330px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}


button {
    width:99%;
    background-color:#ffffff;    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 110%;
    margin-top: 10px;
    margin-left: 0px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    color: #555555;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffff',EndColorStr='#EC008B');
    
}

