* {
  margin:0;
  padding:0;
}

body {
  font-family: Arial;
  font-size: 9pt;
  margin-top:15px;
}

.other_page_body {
  
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

.selectCountry {
  width: 121px;
  height: 16px;
  font-family: Tahoma;
  font-size: 7pt;
  background-color:white;

}

.selectNum {
  width: 35px;
  height: 16px;
  font-family: Tahoma;
  font-size: 7pt;
  background-color:white;
}

.product_table td {
  text-align: right;
  padding: 3px;
}

#search_box #submit {
  width: 60px;
  height: 22px;
  margin-top:15px;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #c5d4f2;
  border: 1px solid #88a2b2;
}



#right_nav img {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  border: none;
}


#search_box td {
  padding-top:5px;
}

.even_row {
  background-color:#D4D4FF;
font-size: 8pt;
}

.odd_row {
  background-color:#E5E5E5;
font-size: 8pt;
}

.head_row {
  background-color:#6A7A9E;
  font-weight: bold;
  color:white;
 
}

.buttons{
  background-color: #c5d4f2;
  border: 1px solid #88a2b2;
}

.shorttxt {
  width: 70px;
      font-size: 8pt;
}

.longtxt {
  width: 214px;
      font-size: 8pt;
}

.emailtxt {
  width: 80px;
      font-size: 8pt;
}
.searchTxt {
	height:14px;
	width:152px;

}
.regTxt {
	height:14px;
	width:72px;

}