.box, #dialogue {
    position: absolute;
    text-align: left;
    z-index: 1000;
    border: 5px solid #AAA296;
    font-size: 1.2em;
    background: #EEECEA;
}

/*
#dialogue {
    border: 0;
}
*/

* html .box {
    width: 507px;
}

*:first-child+html .box {
    width: 507px;
}

.box .gutter { 	background: #EEECEA; margin: 0; padding: 0; }

.box a {
	display: block;
	outline: none;
}

.box a.close,
.box a.close img {
	line-height: auto;
	border: 0;
}

.box a.inactive	{ color: #ccc; }

.box a.close { float: right; line-height: 2em; margin-right: 5px; }

.box .nav		
{ 
	position: absolute;
	height: 62px;
}

.box .nav a	{ 
	position: absolute;
}

.box .nav a,
.box .nav a span {
	height: 62px;
	width: 25px;	
}

.box .nav a.next,
.box .nav a.next span {
	background-position: top right;
}

.box .nav a.prev:hover,
.box .nav a.prev:hover span {
	background-position: bottom left;	
}

.box .nav a.next:hover,
.box .nav a.next:hover span {
	background-position: bottom right;	
}

.box .nav a.next { right: 0; }
.box .nav a.prev { left: 0; }

.box .ajax { 
	padding: 5px;
	min-height: 150px;
}

 .box .msg { 
	width: 300px;
	padding: 10px 10px 0 10px;
}

.box p { margin-bottom: 0.833em; }

.box .bd, .box .hd { 
	text-align: left;
}

.box .hd { padding: 0 5px; }
.box .bd { position: relative; }

.box .ft { 
	text-align: left; 
}

.box .caption { padding: 0 5px; }

.box .caption {
	margin: 0; 
	line-height: 1.4;
	float: left;
	padding-top: 5px;
}

.box h3 {
	margin: 0 0 0.714em;
	font-size: 1.4em;
}

.box .original{
	/* min-height: 358px; */
}

.box h2 {
    padding: 0;
    margin: 0 0 0.5em 0;  
}

.compare {
    text-align: right;
    margin-bottom: 0.5em;
    line-height: 2em;
    padding-right: 5px;
}

.box .journey {
    border: 1px solid #DDD;
    background: #F6F6F6;
    width: 487px;
}

.box .journey caption {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.box .ajax .journey td,
.box .ajax .journey th {
    padding: 2px 5px;   
}

.box .ajax .journey td.last{
    text-align: center; 
}

.box .ajax .journey th {
    background: #514741;  
    color: #fff; 
}

.overlay, #overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
    opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	display: none;
	z-index: 200;
}

.ldr {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	background: #100103;
    padding: 10px; 
    display: none;
    z-index: 300;
}

.ldr .base {
	width: 100px;
	background: #EEECEA;
	height: 1em;
}

.ldr .bar {
	width: 0;
	background: #DB0047;
	height: 1em;
}

.ldr p {
    margin-bottom: 1em;
	line-height: 1em;
	font: 1em/1em Verdana;
}

#dialogue .gutter {
    margin: 0;
    padding: 10px;  
}

#dialogue h2, #dialogue h3, #dialogue h4 {
    font-weight: bold;   
}

#dialogue h2 {
    font-size: 2em;
    margin-bottom: 0.6em;  
}

#dialogue h3 {
    font-size: 1.333em;
    margin-bottom: 0.451em;  
}

#dialogue p, #dialogue dl, #dialogue dt, #dialogue dd {
    line-height: 1.6;
}

#dialogue p, #dialogue dl, #addRecipient, #dialogue fieldset, #dialogue ul  {
    margin-bottom: 1.2em;
}

#recipients .msg {
    color: #DA0046;
}

#dialogue .terms { 
    height: 56px; 
    border: 1px solid #AAA296; 
    overflow: auto;
    padding: 5px;
    margin-bottom: 1.2em;
 }

#dialogue .terms h4, #dialogue .terms p { 
    font-size: 0.9em; 
    margin-bottom: 0.9em; 
}

#email_0 {
    padding-left: 3px;   
}

#recipients .msg {
    /* margin: 0 0 0.5em 0; */
}

#recipients .email, #recipients .phone {
    margin: 0 0 5px 0;
}
                     
