.upload_table{
    width:100%;
    text-align: left;
    border-collapse: collapse;
    /*background: #B9C9FE;*/
    word-wrap:break-word;
}
.upload-table-row{
 /*   width: 100%;*/
}

.upload_table .first{
	font-size: 13px;
	font-weight: normal;
	color: #039;
	padding: 8px;
	list-style-type: none;
	vertical-align: top;
	line-height: 15px;
	display: inline-block;
	width: 40%;
	text-align: center;
}
.second span {
	border-right: 2px solid rgba(0,0,0,0.2);
	float: left;
	margin: 11px 0px 0px 0px;
	padding: 0px 16px 0px 16px;
	text-decoration: underline;
	line-height: 10px;
}
.second span div { margin-left:30px;}
.second span:hover {
	text-decoration:none;
}
.second a {color:#669;}
.upload_table .second {
    padding: 8px;
    display: block;
    color: #669;
    width:40%;
    word-wrap:break-word;
	float:left;
	text-align:center;
}

.button{
    cursor:pointer;
	font-weight:bold;
}

.pdf_report{
    font-weight: bold;
    cursor: pointer;
}

.list-files-table2{
    word-wrap:break-word;
    width:100%;
}
#check_order{ /* UPDATED BY MH TO ADJUST DESIGN OF MY ACCOUNT ORDER DETAILS PAGE*/
    /*width: 80px;
    height:15px;
    padding:5px 0px 5px 0px;
    text-align:center;
    cursor: pointer;
    cursor:hand;
    font-weight: 700;
    -moz-box-shadow: 0 0 5px #2E2E2E;
    -webkit-box-shadow: 0 0 5px#2E2E2E;
    box-shadow: 0 0 5px #2E2E2E;
    background-color: #dee5e8;
    border:1 px solid #d9dde3;
    color: #2f2f2f;
    float:right;*/
    height:30px;
    padding:5px 0px 5px 0px;
	padding-top: 7px;
    text-align:center;
    cursor: pointer;
    cursor:hand;
	background-color: #FFCCCC;
	color: #2f2f2f;
	width: 100%;
	float: right;
	font-size: 20px;
}
#success{
    float:right;
    font-weight: 700;
    color: #2f2f2f;
}