﻿.previewDiv
{
    position:relative;
    float:left;
    width: 815px;
}

.titleSpan
{
    width: 100%;
    display: block;
    text-align: left;
    text-indent: 10px;
    font-size:1.3em;
    margin: 0 0 10px 0;
}

p.title
{
    position:relative;
    float:left;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 0 0;
}

.overflow a
{
    overflow:hidden;
}

#selectScale
{
    float: left;
    width: 160px;
    height: 150px;
}

#pdfFrame
{
    position:relative;
    width: 679px;
    height: 795px;
    float: right;
    margin-bottom: 20px;
    border-top: solid 1px #b2b2b2; 
 	border-left: solid 1px #c0c0c0;
 	border-right: solid 1px #c0c0c0;
 	border-bottom: solid 1px #e6e6e6;
 	background-image: url(../Images/input_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;   
}

#selectWindow
{
    position:relative;
    width: 225px;
    height: 100%;
    float: left;
    margin-left: 5px;
}
#renameBtn
{
    float: left;
    width: 90px;
    margin-left: 10px;
}
#msgDiv
{
    position: relative;
    float: left;
    font-size:13px;
    width: 212px;
    margin: 10px 0 10px 12px;
    padding:0 0 0 5px;
    color:Red;
}

.compenSp
{
    position:relative;
    float: left;
    font-size: 12px;
    width:100%;
}

#nameTb
{
    width: 250px;
    float: left;
}

#sortDiv
{
    width: 100%;
    margin-top: 10px;
    float: left;
    clear: both;
}
#sortable
{
    clear: both;
}
.sortItem
{
    background-image: url(../Images/nav.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    color:#FFFFFF;
    display: block;
    width: 575px;
    height: 18px;
    padding: 2px 0 0 5px;
    margin-top: 2px;
    font-size: 12px;
    background-color: #f4f4f4;
    letter-spacing:0.3px;
    
}
#pageNumSpan
{
    font-size: 12px;
}
#downloadDiv
{
    width: 100%;
    margin-top: 10px;
    clear: both;
}
#combineBtn
{
    width: 170px;
}

