/* This stylesheet is onlyh used by a handful of pages and these should be converted to style.css */

/* yellow curved boxes with have form elements within. 311px W x 138px H */
#form_background_box {
	background-image:url(../images/yellow_curved_box.jpg);
	background-repeat: no-repeat;
	width:281px;
	height:98px;
	padding:20px;
	padding-right:10px;
	text-align:right;
}

#form_background_box input,textarea {
	width:223px;
	margin-bottom:4px;
}
/* This curved box is 313px W x 206px H */
#form_background_box_large {
	background-image:url(../images/yellow_curved_box_large.gif);
	background-repeat: no-repeat;
	width:283px;
	height:166px;
	padding:20px;
	padding-right:10px;
	text-align:right;
	vertical-align: top; 
}

#form_background_box_large input, textarea {
	width:223px;
	margin-bottom:4px;
}

#form_background_box_large label {
	vertical-align:top;
}

/* yellow curved box on right hand side 172W x 106H */
#form_background_box_thin {
	background-image:url(../images/yellow_curved_box_thin.jpg);
	background-repeat: no-repeat;
	width:142px;
	height:76px;
	padding:15px;
	text-align:left;
	vertical-align: top; 
	font-weight:bold;
	line-height:16px;
}

#form_background_box_thin input,textarea {
	margin-bottom:4px;
}

#form_background_box_thin label {
	vertical-align:top;
	margin-bottom:4px;
}
	
/* yellow box on logged in index page (254W x 145H */
#box_background_box_parcel {
	width:240px;
	height:130px;
	background-image:url(../images/yellow_curved_box_parcel.jpg);
	background-repeat: no-repeat;
	padding-top:15px;
	padding-right:14px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
}

/* graphic find button */
#find_button {
	padding-top:5px;
	text-align:right;
}

#find_button_booking input {
	width:46px;
	height:22px;
}

#find_button_booking {
	padding-top:5px;
	text-align:left;
}

#find_button input {
	width:46px;
	height:22px;
}

.form_buttons {
	margin-top:7px;
	width:311px;
	text-align:right;
}

.form_buttons input{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background-color:#72002f;
	border-style:dotted;
	border-color:#72002f;
	border-width:1px;
}

/* where page content is split vertically into two columns: */
#jobinfo {
	width:320px;
	height:70px;
	background-image:url(../images/booking_reference.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:16px;
	padding-bottom:10px;
	
}

#jobinfo_complete {
	width:320px;
	height:70px;
	background-image:url(../images/booking_complete.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:16px;
	padding-bottom:10px;
	
}

#form_place_booking{
	margin: 4px 0 0 6px;
	overflow: hidden;
}
#form_place_booking .begin_line { 
	overflow: hidden;
	background: url(../images/form_place_booking_line_bgn.gif) no-repeat 316px 0;
}
#form_place_booking .form_field_block { overflow: hidden; }
#form_place_booking .end_line {
	overflow: hidden;
	background: url(../images/form_place_booking_line_end.gif) no-repeat 317px 0;
}
#form_place_booking .form {
	float: left;
	width: 312px;
	padding-top: 6px;
	background: url(../images/bg_form.jpg) repeat-x 0 37px;
}

#form_place_booking .form_oa .title_oa_step_1, #form_place_booking .form .title_oa_step_1 {
	height: 20px;
	margin-top: 8px;
	padding: 1px 0 2px 4px;
	color: #999;
	font-size: 12px;
	text-transform:uppercase;
}
#form_place_booking .form .title {
	background: url(../images/form_top_line.gif) no-repeat bottom;
	height: 28px;
}
#form_place_booking .form_in {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: url(../images/bg_form.jpg) repeat-x;
}
.form_in_contact {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: url(../images/contact_form_background.jpg) no-repeat;
	margin: 0 0 11px 0;
	height: 204px;
}

#form_place_booking .form_in_oa_1 {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: transparent url(../images/oa_01_first_under.jpg) no-repeat;
	height: 120px;
}
#form_place_booking .form_in_oa_4_1 {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: transparent url(../images/placebooking_1_background.jpg) no-repeat;
	height: 312px;
}
#form_place_booking .form_in_oa_4_2 {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: transparent url(../images/placebooking_2_background.jpg) no-repeat;
	height: 142px;
}
#form_place_booking .form_in_oa_4_3 {
	color: #6f6f6e;
	padding: 5px 0 13px 0;
	background: transparent url(../images/placebooking_3_background.jpg) no-repeat;
	height: 90px;
}

#form_place_booking .form_in_step_3 {
	color: #6f6f6e;
	padding: 15px 0 13px 0;
	background: transparent url(../images/oa_03_first_under.jpg) repeat-x;
	height: 214px;
}
#form_place_booking .form_in_step_3 label {
	width: 227px;
	margin-top: -2px !important;
	margin-top: 0px;
	padding:0;
	height: 10px;
}

#form_place_booking .form_in_step_3 label.titles {
	position: relative;
	top: -5px;
	margin-left: -8px;
	width: 240px;
}
#form_place_booking .top {
	float: left;
	margin-left: 27px;
	width: 156px;
}
#form_place_booking .top h4 {
	height: 23px;
	margin-top: 7px;
	padding: 3px 0 0 27px;
	background: url(../images/question.gif) no-repeat;
	color: #999999;
	font-size: 12px;
	text-transform:uppercase;
}
#form_place_booking .top p { margin-left: 2px; }
#form_place_booking label {
	display: block;
	float:left;
	width: 64px;
	height: 15px;
	margin-top: 5px;
	padding: 4px 7px 0 0 !important;
	padding: 4px 7px 0 12px;
	text-align: right;
	font-weight: bold;
}
#form_place_booking input,#form_place_booking select {
	float: left;
	margin: 5px 5px 0 0;
}
#form_place_booking span.hint {
	display: block;
	height: 14px;
	clear: both;
	padding: 3px 0 0 115px;
}
#form_place_booking span.point {
	display: block;
	float:left;
	padding-top: 7px;
	margin: 0 5px 0 1px;
	font-weight: bold;
}
#form_place_booking br { clear: both; }
#form_place_booking .buttons {
	clear: both;
	padding: 8px 0 0 76px;
}
#form_place_booking .buttons img {
	position: relative;
	left: -90px;
	margin: 15px 0 0 0;
}

/* //// H Style //// */
#site_title { display: none; }
#title_page {
	height: 24px;
	margin-bottom: 13px;
	padding-left: 7px;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	text-transform:uppercase;
	border-bottom: 4px solid #fdd803;
	letter-spacing: -0.4px;
}
.title {
	padding: 4px 0 0 4px;
	color: #999;
	font-size: 12px;
	text-transform:uppercase;
}
/* //// FORM Style //// */
fieldset { border: 0; }
select {
	font: 12px Helvetica,Tahoma,Verdana,Arial, sans-serif;
	color: #505050;
	width: 131px;
}
select.min { width: 48px; }
input {
	font: 13px Helvetica,Tahoma,Verdana,Arial, sans-serif;
	color: #505050;
	width: 131px;
	height: 19px;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c5c3c4;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
}
input.big { width: 182px; }
.help_button{
	border: 0;
	background: url(../images/help_button.gif);
	width: 46px;
	height: 22px;
	font-size: 0;
	padding-top: 16px;
	color: #790030;
}
.find_button{
	border: none;
	background: url(../images/find_button.gif);
	width: 46px;
	height: 22px;
	font-size: 0;
	padding-top: 16px;
	color: #790030;
}
#quote_button{
	border: 0;
	background: url(../images/quote_button.gif);
	width: 115px;
	height: 26px;
	font-size: 0;
	padding-top: 18px;
	color: #790030;
}

#book_job_button{
	border: 0;
	background: url(../images/book_job_button.gif);
	width: 115px;
	height: 26px;
	font-size: 0;
	padding-top: 18px;
	color: #790030;
}
/* //// P Style //// */
.text {
	margin: 16px 0 0 5px;
}
/* //// IMG Style //// */
.banner { margin-left: 2px;}


/*Open account 1 start*/

.three #container {
	height: 1300px;
}

#header_oaccount {
	background-image: url(../images/header.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 151px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.banner_oa {
	margin-left: 1px;
	padding-top: 14px;
}

.banner_contact {
	margin: -1px 0 0 1px;
}

#content div.block li {
  background: url( '../images/info.gif' ) no-repeat 0 3px;
  color: #999999;
  padding-left: 19px;
  margin-left: 13px;
  line-height: 17px;
  font-size: 11px;
  font-weight: bold;
  list-style-type: none;
}

#content span {
  display: block;
  margin-left: 7px;
  padding-left: 5px; 
  height: 20px;
  width: 105px;
  color: #999999;
  background: url( '../images/step_line.gif' ) no-repeat 0px 17px;
  font-size: 12px;
  font-weight: bold;
} 

#form_place_booking .form_oa {
	float: left;
	width: 312px;
	padding-top: 0px;
    padding-bottom: 5px;
	margin-left: 1px;
	margin-bottom: 5px;
/*	background: url(../images/form_bottom_line.gif) no-repeat bottom;
*/
}

#form_place_booking .form_oa .title {
	margin-top: 8px;
	padding: 1px 0 2px 4px;
	background: url(../images/form_top_line.gif) no-repeat 0 100%;
	height: 22px;
}

#stepbystep {
	display: block;
	position: relative;
	left: -4px;
	float: right;
	width: 160px;
	margin: -13px 0 0 0;
	padding: 0 18px 13px 0;
}

/*P style*/

.step_text {
	margin: 5px 0 19px 4px;
	letter-spacing: -0.1px;
	width: 160px;
}

.bgr1 {
  background: url('../images/account_details.jpg') no-repeat 9px 0px;
  padding: 32px 10px 0px 23px;
  height: 189px;
   }

.stepbystep_title {
	position: relative;
	left: 2px;
}

.text_oa, .text_oa_1 {
	font-size: 11px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	margin: 17px 0 4px 6px;
	width: 478px;
}

.text_oa_1 {
	margin: 15px 0 0 6px;
}

input.big_contacts {
	position: relative;
	left: -1px;
	top: -1px;
	width: 223px; 
	height: 20px;
 }
 
 input.big_contacts4 {
	position: relative;
	left: -1px;
	top: -1px;
	width: 179px; 
	height: 20px;
 }

#form_place_booking .next_button {
 	position: relative;
	clear: both;
	padding: 0px 0 0 197px;
}

#next_button{
	border: 0;
	background: url(../images/next_button.gif);
	width: 115px;
	height: 26px;
	font-size: 0;
	padding-top: 18px;
	color: #790030;
}

#oa_1_line {
	position: relative;
	top: 8px;
	margin: 10px 0 9px 6px;
}
#oa_2_line, #oa_3_line, #oa_4_line {
	position: relative;
	top: 8px;
	margin: 12px 0 9px 6px;
}

#line {
	position: relative;
	top: -12px;
	margin: 0px 0 9px 6px;
}

.two #line {

	position: relative;
	top: 25px;
	margin: 0px 0 9px 6px;
}

.three #line {
	margin: 55px 0 2px 0px;
}

#form_place_booking .gradient_line { 
	overflow: hidden;
	background: url(../images/form_place_booking_gradient_line.gif) no-repeat 323px -30px;
}

.content_bottom_background_oa {
	width: 552px;
	margin: 12px 0px -4px -11px;
	background: url(../images/content_bottom_line_oe.gif) no-repeat bottom;
}

#line_bottom {
	margin: 14px 0 -3px 8px;
	position: relative;
	top: -3px;
}

#second_label {
	position: relative;
	top: -3px;
	left: 1px;
}
#third_label {
	position: relative;
	top: -5px;
}
input.req {
	border: none;
	padding: 2px 0 0 3px;
	background: url(../images/oa_rq_field_long.gif) no-repeat fixed;

}
.change_background_long {
	border: none;
	background: url(../images/oa_rq_field_long.gif) no-repeat;
	width: 190px;

}
.normal_field_background {
	border: none;
	background-image: url(../images/oa_rq_field_long.gif);
	width: 190px;
}
input.req_short {
	border: none;
	padding: 2px 0 0 3px;
	background: url(../images/oa_rq_field_short.gif) no-repeat fixed;

}

input.norm_short {
	border: none;
	padding: 2px 0 0 3px;
	background: url(../images/oa_field_short.gif) no-repeat fixed;

}
#back_button{
	border: 0;
	background: url(../images/back_button.gif);
	width: 115px;
	height: 26px;
	font-size: 0;
	padding-top: 18px;
	color: #790030;
}

#form_place_booking .back_next_buttons {
	clear: both;
	padding: 2px 0 0 76px;
}

.bgr2 {
  background: url('../images/account_details_2.jpg') no-repeat 5px 0;
  padding: 3px 10px 0px 19px;
  height: 129px; 
}


 #idcompany_staff, #idcompany_staff_1 {
	position: relative;
	top: -1px;
	height: 18px;
 }
 
 #idcompany_business {
 	position: relative;
 	bottom: 1px;
 	height: 18px;
 }
 
 #idcompany_staff {
 	position: relative;
 	height: 18px;
	top: 0px;
}
 
 #idcompany_years {
 position: relative;
 	height: 18px;
	top: -1px;
 }
/*Open account 1 end*/

/*begin op ac 3*/
 .bgr3 {
  background: url('../images/account_details_3.jpg') no-repeat 5px 0;
  padding: 3px 10px 0px 19px;
  height: 129px; 
}
 
/*end op ac 3*/
/* longs */
#idaccount_name, #idaccount_address, #idaccount_address_2, #idaccount_contact, #idaccount_phone, #idaccount_fax{
	border: none;
	background: url(../images/oa_field_long.gif) no-repeat;
	width: 217px;
	padding: 4px 0 0 8px;
	font-size: 10px;
}
/* shorts */
#idaccount_pcode, #idaccount_mail {
	border: none;
	background: url(../images/oa_field_short.gif) no-repeat;
	width: 128px;
	padding: 4px 0 0 8px;
	font-size: 10px;
}

#idaccount_name {
	position: relative;
	top: 1px;
}
#idaccount_name_4 {
	position: relative;
	top: 1px;
}
#idaccount_name_label {
	position: relative;
	left: -1px;
}
#idaccount_address {
	position: relative;
	top: -1px;
}

#idaccount_address_2 {
	position: relative;
	top: -3px;
}
#idaccount_pcode {
	position: relative;
	top: -5px;
}
#idaccount_contact_label {
	position: relative;
	left: -1px;
}
#idaccount_contact {
	position: relative;
	top: 1px;
	background: url(../images/oa_field_long.gif) no-repeat;
}
#idaccount_phone_label {
	position: relative;
	top: -3px;
}
#idaccount_phone {
	position: relative;
	top: -1px;
}
#idaccount_fax_label {
	position: relative;
	top: -4px;
}
#idaccount_fax {
	position: relative;
	top: -3px;
}
#idaccount_mail_label {
	position: relative;
	top: -5px;
	left: -1px;
}
#idaccount_mail {
	position: relative;
	top: -5px;
	border: none;
}
.bgr4 {
  background: url('../images/account_details_4.jpg') no-repeat 5px 0;
  padding: 3px 10px 0px 19px;
  height: 129px; 
}
#form_place_booking .gradient_line2 { 

	overflow: hidden;
	background: url(../images/form_place_booking_gradient_line3.gif) no-repeat 323px -30px;
}

#form_place_booking .gradient_line4 { 

	overflow: hidden;
	background: url(../images/form_place_booking_gradient_line2.gif) no-repeat 323px -30px;
}

#form_place_booking .back_next_buttons2 {
	clear: both;
	padding: 3px 0 49px 81px;
}

#idcontact_contact, #idcontact_telephone {
	position: relative;
	top: 1px;
}

#idcontact_fax {
	position: relative;
	top:0px;
}

#idcontact_mail {
	position: relative;
	top: -1px;
	left: 1px;
}
/* ==================== */
.view_track h3{
   font-size: 13px;
   color: #979797;
   padding: 0 0 0 4px;
}

/*form#track-job{
   background: url(../images/view_track_form.png);
	background-repeat:no-repeat;
   width: 311px;
   height: 57px;
   padding:0px;
	padding-left:16px;
   z-index: 100;
}

form#track-job p{
   position: relative;
   top: 11px;
   left: 30px;
   margin:0;
   z-index: 100;
}

form#track-job label{
   position: relative;
   right: 3px;
   bottom: 3px
}

#find-button{
   width: auto;
   height: auto;
   position: relative;
   top: 7px;
   border: none;
}*/

p#intro{
   margin:20px 0;
   letter-spacing: 1px
}

.two p#intro{
   margin: 20px 0 20px 0 !important;
   padding: 0px 0 10px 0 !important;
   margin: 20px 0 10px 0 ;
   padding: 0px 0 0px 0;
   letter-spacing: 1px
}

.two #nav-line.bottom{
   position: relative;
   top: -175px;
}
.three #nav-line.bottom{
   position: relative;
   top: -235px;
   z-index: 1;
}
p#nav-line{
   position: relative;
   bottom: 140px;
   right: 5px
}

.view_track .banner_oa{
   position: relative;
   bottom: 17px;
   margin-bottom: -25px;
   
}
.view_track #content { height: 564px !important; }

.content_bottom_background_oa_vt_1 {
	padding: 50px 0 0px 0 !important;
	padding: 60px 0 0px 0;
	position: relative;
	top: 44px;
	left: -11px;
}


#gray-container{
	width: 272px;
	height: 328px;
	background: #EEEEEE url(../images/gray-rounded-container-bottom.png) left bottom no-repeat;
	position: relative;
	top: -15px !important;
	top: 0;
	left: 19px
}

#gray-container dl{
   margin:0 0 -24px 0;
   padding:14px 15px 16px;
   background: url(../images/gray-rounded-container-top.png) no-repeat;
   font-weight: bold;
}

#gray-container dl dt{
   color: #999999;
   width: 100px;
   margin-bottom: 13px;
}

#gray-container dl dd{
  color:  #555;
  width: 135px;
  float: right;
  position: relative;
  bottom:30px;
}

#tel, #matterno, #netamount{
   position: relative;
   top: -3px
}

#passenger{
   position: relative;
   top: -3px
}

#pounds{
   position: relative;
   top: -58px;
}

#drop-location{
   position: relative;
   top: -6px;
   width: 60px !important
}

#drop{
   position: relative;
   top: 20px;
}

#pick-up-address{
   width: 75px !important;
   right: 60px
}

#pick-up{
   position: relative;
   top: -3px
}


#lewisday, #jobinfo{
   position: relative;
   left: 22px;
   top: 0px;
}

#lewisday {
	position: relative;
	left: 18px;
}
.three #lewisday {
	position: relative;
	padding: 0;
}
#jobinfo span{
   background: none;
   width: auto;
   margin: 0;
   padding: 0;
   height: auto;
}

span#reference{
   font-size: 14px;
   position: relative;
   bottom: 6px;
   color: #777
}

#jobinfo span#status{
   color: #9E365C;
   text-transform: uppercase; 
   position: relative;
   bottom: 4px;
   font-size: 14px
}

#clock{
   position: relative;
   top: -75px;
   left: 220px;
   margin-bottom: -53px
}

#horizontal-line-left {
   float: left;
   position: relative;
   left: 6px;
   bottom: 40px
}

#horizontal-line-right {
   float: right;
   position: relative;
   right: 216px;
   bottom: 38px
}

#nav-line-middle {
   position: relative;
   left: 10px;
   top: -10px
}

#viewtrackanother {
   position: relative;
   top: -10px;
   left: 12px
}

#nav-line.bottom{
   position: relative;
   bottom: 165px;
   left: 3px
}

#bigmap {
   position: relative;
   left:16px;
   top: 10px;
   margin-bottom: 30px
}

.three span#status{
   text-transform: none !important;
   font-size: 11px !important;
   position: relative;
   left: 34px;
   top: 8px
}

#zoom{
   width: 276px;
   position: relative;
   left: 16px;
   top: -360px !important;
   top: 0px;
   height: 38px;
   text-align: center;
   font-weight: bold;
   font-size: 12px;
   line-height: 22px;
   padding-top: 5px;
   padding-top: 12px
}

.three #bottom_nvg{
   margin-bottom: 100px;
   position: relative;
   top: -10px;
   z-index: -10;
}
.content_bottom_background_oa_vt_3 {
	position: relative;
	top: -210px;
	left: -11px;
}
.form_oa#pagethree{
   position: relative;
   top: 5px
}
.three p#intro{
   margin-bottom: 15px
}
.three #lewisday, .three #jobinfo{
   left: 6px
}
.three #clock{
   left: 250px;
   top: -60px;
}
.three #horizontal-line-left{
   top: 20px 
}
.three #horizontal-line-right{
   top: 32px;
   right: 204px
}

.content_bottom_background_oa_vt_2 {
	margin: 0;
	padding: 0;
	position: relative;
	top: -165px;
	left: -11px;
}

.two #content { height: 762px !important; }
.three #content { height: 1108px !important; }

/* ----- contact ----- */
.contact_text {
	margin: 10px 0 15px 2px;
	width: 490px;
	letter-spacing: 0.7px !important;
}
#submit_button_contact {
	border: 0;
	background: url(../images/submit_button.gif);
	width: 115px;
	height: 26px;
	font-size: 0;
	padding-top: 16px;
	color: #790030;
}

#contact_comment {
	width: 220px;
	height: 88px;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #c5c3c4;
	overflow: hidden;
	position: relative;
	left: 0 !important;
	left: -3px;
}
.contact_field {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 220px; 
	top: -3px;
}
#contact_tip {
	margin: 0px 0 0 0;
	padding: 0 18px 13px 0;
	width: 160px;
	display: block;
	float: right;
	position: relative;
	left: 0px;
}
#contact_tip h1 {
	padding: 0 0 0 28px;
	background: url(../images/question.gif) no-repeat left top;
	line-height: 21px;
	font-size: 13px;
	text-transform: uppercase;
}
#contact_tip p {
	width: 145px;
}
#line_bottom_contact {
	margin: 5px 0 0 0 !important;
	margin: 15px 0 0 0;
}
.form_contacts {
	margin: 0 0 10px 0;
}
/*	services !!! 		*/

/* mirooo pishi ot tuk nadolu 	*/
/*	services !!! 		*/

.services_courier_services_banner {
	margin-left: 9px;
	padding-top: 11px;
}
.services_passenger_services_banner {
	margin: 0 0 3px 0;
	padding-top: 11px;
}
.services_international_services_banner {
	margin: 0 0 3px 9px;
	padding-top: 11px;
}
#services_top_navigation {
	margin: -1px 0 0 -15px;
}

#services_top_navigation li{
	display: inline;
	padding: 0 0 0 22px;
	color: #989898;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	text-transform:uppercase;
}
#services_top_navigation a {
	color: #85355c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#services_top_navigation a:hover {
	color: #989898;
}
.services_top_contents {
	width: 540px;
}
.services_courier_services_top_devider {
	margin: 5px 0 0 0;
}

.servises_top_left {
	float: left;
	width: 324px;
}
.servises_top_left p {
	margin: 2px 0 32px 7px;
	width: 294px;
	padding: 0 0 0 1px;
}
.servises_top_left h1 {
	margin: 0 0 0 7px;
	font-size: 12px;
	color: #999;
}
.servises_top_right, .services_passenger_top_right {
	float: left;
	width: 215px;
	background: url(../images/services_courier_services_top_right_background.jpg) no-repeat 99% 14px;
}
.services_passenger_top_right {
	background: url(../images/services_passenger_services_top_right_background.jpg) no-repeat 99% 0px;
}
.services_right_contents h3,.services_right_contents h1, .services_passenger_top_right h1, .servises_top_right h1 {
	margin: 15px 0 0 26px;
	font-size: 11px;
	color: #999;
}
.services_right_contents h4, .services_right_contents h2, .services_passenger_top_right h2, .servises_top_right h2 {
	margin: 0 0 0 25px;
	font-weight: normal;
	font-size: 10px;
	color: #999;
}
.services_passenger_top_right ul, .servises_top_right ul {
	margin: 2px 0 0 29px;
	letter-spacing: 0.4px;
	list-style: none;
}
.services_passenger_top_right img, .servises_top_right img {
	clear: both;
}
.service_top_right_note_cs, .service_top_right_note_ps {
	margin: 6px 0 0 10px;
	background-color: #fff8b2;
	width: 193px;
	padding: 0 0 30px 0;
}
.services_right_contents ul, .servises_top_left ul, .servises_top_right ul {
	list-style: none;
}
.servises_top_right .service_top_right_note_cs ul li, .servises_top_right .service_top_right_note_ps ul li {
	width: 155px !important;
	width: 145px;
}
.service_top_right_note_cs {
	padding: 0 0 40px 0;
}
.service_top_right_note_ps {
	padding: 0 0 40px 0;
}
.services_right_contents ul a, .services_top_contents ul a, .services_top_contents ul a:link {
	color: #999;
}
.services_right_contents ul a:hover, .services_top_contents ul a:hover {
	color: #6c0345;
}
.servises_top_left ul {
	margin: -6px 0 0px 16px;
	letter-spacing: 0.4px;
}
.servises_top_left ul li {
	width: 160px !important;
	width: 145px;
}
.service_top_left_note {
	margin: 0 0 4px 0;
	padding: 0 0 20px 0;
	width: 313px;
	background-color: #fff8b2;
}
.services_bottom_contents {
	margin: 9px 0 0 19px;
}
.services_bottom_contents h1 {
	margin: 0 0 9px 0;
	font-size: 13px;	
	letter-spacing: -0.5px;
	color: #999;
}
.services_bottom_contents p {
	margin: 0 0 14px 1px;
	letter-spacing: 1px;
}
.services_bottom_contents ul {
	margin: 0 0 0 -2px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.2px;
	color: #fdd803;
	list-style: none;
}

.services_bottom_contents ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	background: url(../images/bullet.gif) no-repeat 0 3px; 
}

.services_left_contents {
	float: left;
	width: 320px;
}

.services_left_contents p {
	margin: 12px 0 0 7px;
	padding: 0 0 3px 0;
	letter-spacing: 0.6px;
}
.services_left_contents img {
	margin: 10px 0 3px 0;
}
.services_left_contents h1 {
	margin: 0 0 0 6px;
	font-size: 13px;	
	letter-spacing: -0.4px;
	color: #999;
}
.services_left_contents ul {
	margin: 14px 0 8px 8px;
	padding: 0 0 1px 0;
	width: 266px;
	color: #666;
	font-size: 11px;
	letter-spacing: 0.4px;
	word-spacing: 2px;
	list-style: none;
}

.services_left_contents ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background: url(../images/small_bullet.gif) no-repeat 0 3px; 
}
.services_international_services_bottom_text {
	margin: -1px 0 0 0;
	font-size: 9px;
	line-height: 14px;
}
.services_right_contents {
	float: right;
	width: 206px;
	padding: 0px 0px 0 0;
	margin: 0 -6px 0 0;
	overflow: visible;
}
.services_right_contents img {
	margin: 0 0 0 0;
}
.services_right_contents h1 {
	margin: 11px 0 0 20px;
}
.services_right_contents h2 {
	margin: 0 0 0 20px;
}
.services_right_contents h3 {
	margin: 2px 0 0 20px;
}
.services_right_contents h4 {
	margin: 0 0 0 20px;
}
.services_right_contents .service_top_right_note_cs, .services_right_contents .service_top_right_note_ps {
	margin: 5px 0 5px 4px;
	padding-bottom: 10px;
} 
.services_right_contents .service_top_right_note_cs ul,  .services_right_contents .service_top_right_note_ps ul { 
	margin: -15px 0 0 26px;
}
.services_right_contents .service_top_left_note {
	width: 200px;
}
.services_right_contents .service_top_left_note img {
	margin: -1px 0 0 0;
}
.services_right_contents .service_top_left_note ul {
	margin: -15px 0 0 26px;
}
.services_right_contents .service_top_left_note ul li{
	width: 143px;
}
#service_international_services_cs {
	margin: -10px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/services_passenger_services_top_right_background.jpg) no-repeat 100% 16px;
}
#service_international_services_ps {
	background: url(../images/services_courier_services_top_right_background.jpg) no-repeat 100% 0px;
}


/* setup contacts */
.setup_account_banner {
	margin: -1px 0 0 2px;
}

#setup_contacts_p {
	margin: 15px 0 0 7px;
	font-size: 11px;
	width: 476px;
	word-spacing: 2px;
	letter-spacing: 0.8px;
	line-height: 13px;
}
.setup_contacts_left_contents {
	float: left;
	width: 336px;
	background: url(../images/setup_contact_left_contents_background.gif) no-repeat 97.5% 30px;
}
.setup_contacts_left_contents form {
	margin: 0 0 7px 0;
}

.setup_contacts_left_contents h1, .setup_contacts_left_contents h2 {
	margin: 13px 0 9px 10px;
	font-size: 13px;	
	letter-spacing: -0.4px;
	color: #999;
}
.setup_contacts_left_contents fieldset label {
	clear: left;
	float: left;
	margin: 4px 7px 0 0;
	width: 110px;
	color: #666;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.3px;
}
.setup_contacts_custom_label {
	width: 247px !important;
}

.setup_contacts_left_contents fieldset input, 
.setup_contacts_left_contents fieldset textarea,
.setup_contacts_left_contents fieldset select {
	float: left;
	width: 182px;
	height: 19px;
	margin: 0 0 5px 0;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c5c3c4;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
}
.setup_contacts_left_contents fieldset textarea {
	height: 138px;
	margin: 0 0 14px 0;
}
.setup_contacts_left_contents fieldset select {
	width: auto;
}

.setup_contacts_left_contents .setup_contacts_find {
	margin: 6px 0 0 3px; 
	padding: 17px 0 0 0;
	background: url(../images/setup_contact_modify_contact_background.jpg) no-repeat 3px 0px;
	width: 100%;
	height: 57px;
}
.setup_contacts_left_contents .setup_contacts_find .find_button {
	margin: 0 0 0 9px;
	border: none;
	width: 46px;
	height: 22px;
	float: left;
}
.setup_contacts_left_contents h2 {
	margin: -9px 0 0 10px;
}
.setup_contacts_left_contents #setup_contacts_select_acontact {
	width: 129px;
	height: 19px;
}
.setup_contacts_new_contact {
	margin: 9px 0 0 3px;
	padding: 17px 0 0 0;
	background: url(../images/setup_contact_add_contact_background.jpg) no-repeat 3px 0px;
}
.setup_contacts_left_contents fieldset {
	height: 493px;
}
.setup_contacts_left_contents button {
	margin-top: 13px;
	float: right;
	text-indent: -9999px;
	border: none;
	height: 22px;
	background: url(../images/mr_but_clear.gif);
	width: 46px;
}
	
.setup_contacts_left_contents button.save {
	margin: 13px 36px 0 4px;
	background: url(../images/mr_but_save.gif);
}

.setup_contacts_right_contents h1 {
	margin: 11px 0 9px 331px;
	font-size: 13px;	
	letter-spacing: -0.4px;
	color: #999;
	background: url(../images/tip_icon.gif) no-repeat 0 0;
	height: 25px;
	text-indent: -9999px;
}

.setup_contacts_right_contents p {
	margin: -8px 0 30px 331px;
	width: 170px;
}
#setup_contact_second_p {
	margin: -5px 0 30px 331px;
	width: 170px;
}

/* End management reporting */
#oa_step_3_second {
	width: 165px;
	
}

/* Hides from safari */

.view_track #content { height: 578px !important;# }
.two #content { height: 782px !important;# }
.three #content { height: 1135px !important;# }
