﻿body {
}
.addContents {
    border: 0px;
    width: 85px;
    height: 20px;
    background: url(../img/Add_Cargo.gif) right no-repeat;
}
.addContents:hover {
	cursor:pointer;
}
.copyAddress {
    border: 0px;
    width: 220px;
    height: 20px;
    background: url(../img/Copy_CargoAddress.gif) right no-repeat;
}
.copyAddress:hover {
	cursor:pointer;
}

.delContents {
    border: 0px;
    width: 85px;
    height: 20px;
    background: url(../img/Dell_Cargo.gif) left top no-repeat;
}
.delContents:hover {
	cursor:pointer;
}
div#msgbox1 { 
  position:    relative;
/*  top:1em; */
/*  left:475px;*/
/*  font-size:75%;*/
  width:800px;
  border-style:solid;
  border-width:1px;
  border-color:#696969;

   border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */

  
  background: url(../img/info01.gif) left top repeat;
  /*behavior: url(../css/ie-css3.htc);*/
  behavior: url(../css/PIE.htc);

}
div#msgalert { 
	position:    absolute;
	top:1.65em; 
	left:15px;
	padding: 10px 0px; 
	width:70px;

	background-color:#FF0000;

	border-radius: 10px;      
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
/*	behavior: url(../css/ie-css3.htc);*/
	behavior: url(../css/PIE.htc);
}

td.msg1 
{	
	width:40%;
	text-align: center;
	padding: 0px 0px 0px 50px;
}
td.msg2 
{
	width:60%;
}
span.msg0
{
	font-size:1em;
	color:#ffffff;
	padding :10px 10px 10px 10px;
}
span.msg1
{
	font-size:1em;
}
span.msg2
{
	font-size:0.95em;
	line-height: 120%;
}
span.msg3
{
	font-size:0.8em;
	line-height: 110%;
}
.infoCargo
{
	border: 0px;
    width: 205px;
    height: 20px;
    background: url(../img/info_Cargo.gif) left top no-repeat;
}
.infoCargo:hover {
	cursor:pointer;
}