/* 
XHTML requirements

font-size requires relative units (em, ex, px)
    * em: the 'font-size' of the relevant font
    * ex: the 'x-height' of the relevant font
    * px: pixels, relative to the viewing device


	vertical-align: baseline;

----------------
padding does not work for px when used within <td> tag.  Use div instead.
----------------
border should not have (px) behind the number, but border-left should.
For border-left etc use (px "solid" color)
----------------

COLOR - when defining a font's color, simply use color (not font-color)

BACKGROUND - when using background: url(img), you cannot use quotes around img

*/

html, body, div, span, table { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family: arial; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
 }


html	{ 
  height: 100.2%; 
/*  background: url("https://international-monetary-group.com/img/background.jpg") left 141px repeat-x; */
}

body	{
  font: normal 12px "Helvetica", sans-serif; 
  margin: 0; 
  padding:0; 
  color: #666666; 
  height: 100%;
  text-align: center;
/*  background: transparent url("https://international-monetary-group.com/img/bg_main.jpg") center 141px no-repeat; */
}

table	{
  padding: 0;                  
  border-collapse: collapse;
  height:100%;
}



/* top links */

.tl {
  font-size: 11px;
  color: #cccccc;
}

.tl a {
  font-size:13px;
  font-family: inherit;
  color: #666666;
  text-decoration: none;
}

.tl a:hover {
  font-size:13px;
  font-family: inherit;
/*  color: #f47121; */
  text-decoration: underline;
}

.tl span.title { 
  font-size: 15px; 
  width: 100%; 
  display: block; 
  color: #1E3A6A; 
  font-weight: bold;
  background: transparent url(../img/hdr-arrow.gif) 158px 8px no-repeat; 
  padding-top: 6px;
  text-align: left;
}

.tl a:hover span.title {
  font-size: 15px; 
  width: 100%; 
  display: block; 
  color: #f47121; 
  font-weight: bold;
  background: transparent url(../img/hdr-arrow.gif) 158px 8px no-repeat; 
  padding-top: 2px;
  text-align: left;
}

.tl span.txt { 
  font-size: 10px; 
  color: #999; 
  display: block;  
  text-indent: 0px; 
  padding: 5px 10px 0px;
  text-align: left;
}

.tlblk a { 
  border-right: 1px solid #e1e1e1; 
  display: inline-block; 
  height: 40px; 
  float: left; 
  width: 175px; 
  text-indent: 10px; 
  text-decoration: none; 
}

.h1 {
   font-size:20px;
   font-weight:bold;
   color: #1c2952;
   text-align: left;
}

.h1 span {
   font-size:20px;
   font-weight:bold;
   color: #6d552c;
   text-align: left;
}

.h2 {
   background: url(https://www.international-monetary-group.com/img/bg_sep.png) repeat-x top left;
   width: 100%;
   height: 25px;
   border-top: 1px solid #dce3e5;
}

.h3 {
   font-size:13px;
   font-weight:bold;
   color: #1c2952;
   text-align: left;
}

.h3 span {
   font-size:13px;
   font-weight:bold;
   color: red;
   text-align: left;
}

.active_reg {
   background: url(https://www.international-monetary-group.com/img/active_bg.png) repeat-x top left;
   padding-top: 10px;
   font-weight: bold;
   text-align: center;
   font-size: 12px;
}

.active_reg span {
   font-size:18px;
   padding-right:5px;
   font-weight: bold;
}

.pending_reg {
   background: url(https://www.international-monetary-group.com/img/pending_bg.png) repeat-x top left;
   padding-top: 10px;
   font-weight: bold;
   text-align: center;
   font-size: 12px;
   color: #c0c8cc;
}

.pending_reg span {
   font-size:18px;
   padding-right:5px;
   font-weight: bold;
}

.copyright {
   border-top: 1px solid #dce3e5;
   font-size:10px;
   color:#888888;
   text-align: center;
}

.d1 {
   font-size: 13px;
   color: #5e78c5;
   padding-bottom: 15px;
   padding-top: 5px;
   text-align: left;
}

td.fee_hdr {
   text-align:center;
   border:1px solid #999999;
   font-weight:bold;
   background-color:#666666;
   color: #ffffff;
}

td.fee_desc {
   text-align:left;
   border:1px solid #666666;
}

td.fee_amt {
   text-align:right;
   border:1px solid #666666;
}

td.limit_desc {
   text-align:left;
   border:1px solid #666666;
   background-color:#eeeeee;
}

td.limit_amt {
   text-align:right;
   border:1px solid #666666;
   background-color:#eeeeee;
}

td.h1 {
   font-size: 15px;
   font-weight: bold;
   color: #1c2952;
   text-align: left;
}

.t1 {
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   text-align: left;
}

.t1 span {
   font-size: 12px;
   font-weight: normal;
   color: red;
   text-align: left;
}

.t1 input {
   border: 1px solid #abb3b3;
   text-align: left;
   color: darkblue;
}

.t1 select {
   border: 1px solid #abb3b3;
   text-align: left;
   color: darkblue;
}

.e1 {
   font-size: 12px;
   font-weight: normal;
   color: red;
   text-align: left;
}

.e1 span {
   font-size: 12px;
   font-weight: normal;
   color: red;
   text-align: left;
}

.e1 input {
   border: 1px solid red;
   text-align: left;
   color: darkblue;
}

.e1 select {
   border: 1px solid red;
   text-align: left;
   color: darkblue;
}

.t2 {
   font-size: 12px;
   font-weight: bold;
   color: #abb3b3;
   text-align: right;
   padding-right: 10px;
   padding-top: 20px;
}

.t2 input {
   border: 1px solid #abb3b3;
   text-align: left;
   color: darkblue;
   width: 200px;
   font-size: 11px;
   font-family: arial, verdana;
}

.e2 {
   font-size: 12px;
   font-weight: bold;
   color: red;
   text-align: right;
   padding-right: 10px;
   padding-top: 20px;
}

.e2 span {
   text-align: left;
   font-size: 12px;
   font-weight: normal;
   color: green;
}

.e2 input {
   border: 1px solid red;
   text-align: left;
   color: darkblue;
   width: 200px;
   font-size: 11px;
   font-family: arial, verdana;
}

div.blk { 
  border-right: 1px solid #e1e1e1; 
  display: inline-block; 
  height: 40px; 
  float: left; 
  width: 175px; 
  text-indent: 10px; 
  text-decoration: none; 
}

div.warning {
   background-color:#ffff99;
   border:1px solid gold;
   padding:5px;
   font-weight:bold;
   text-align:left;
}

.bg450_62 {
   background: url(https://www.international-monetary-group.com/img/bg_450x62.png) no-repeat left top;
   width: 450px;
   height: 62px;
   font-weight: normal;
   font-size: 12px;
   padding: 25px;
}

.verifyHdr1 {
   font-size:15px;
   font-weight:bold;
   color: #1c2952;
   padding-top: 30px;
   padding-bottom: 5px;
   text-align: left;
}

.verifyHdr2 {
   font-size:13px;
   font-weight:normal;
   padding-bottom: 6px;
   text-align: left;
}

.verifyHdr2 a {
   font-size:13px;
   font-weight:normal;
   color: blue;
   text-align: left;
}

.verifyDtl1 {
   font-size:12px;
   font-weight:bold;
   padding-top: 3px;
   text-align: left;
}

.verifyDtl2 {
   font-size:12px;
   font-weight:normal;
   padding-top: 3px;
   text-align: left;
}

.timedoutHdr {
   font-size:15px;
   font-weight:bold;
   color: #1c2952;
   padding-top: 30px;
   padding-bottom: 5px;
   text-align: left;
}

.timedoutDtl1 {
   font-size:12px;
   font-weight:bold;
   padding-top: 3px;
   text-align: left;
   white-space: normal;
   padding-top: 20px;
}

.timedoutDtl2 {
   font-size:12px;
   font-weight:normal;
   padding-top: 3px;
   text-align: left;
   white-space: normal;
   padding-top: 10px;
}

.rightLogin {
   padding-top:15px;
   border-left: 0px solid #abb3b3;
   padding-left: 5px;
   padding-right: 10px;
   padding-bottom: 15px;
}

.rLoginHdr {
   font-size:15px;
   font-weight:bold;
   padding-bottom: 2px;
   text-align: left;
}

.rLoginDtl {
   font-size:12px;
   font-weight:normal;
   text-align: left;
   white-space: normal;
   padding-bottom: 5px;
}

.cookieHdr {
   font-size:15px;
   font-weight:bold;
   color: #1c2952;
   padding-top: 30px;
   padding-bottom: 5px;
   text-align: left;
}

.cookieHdr span {
   font-size:15px;
   font-weight:bold;
   color: #6d552c;
   padding-top: 30px;
   padding-bottom: 5px;
   text-align: left;
}

.cookieDtl li {
   font-size: 12px;
   font-weight: normal;
   padding-top: 3px;
   text-align: left;
   white-space: normal;
}

.banner {
   border-right:1px solid #ffffff;
   border-bottom:1px solid #ffffff;
   background: transparent url(https://www.international-monetary-group.com/img/home_img_700x250.png) no-repeat top left; 
}

.buttonLink {
   padding:0px;border: 0px solid #000000;
   position:absolute;
   width:197px;
   margin-left:469px;
   margin-top:116px;
   text-align:center;
   cursor;pointer;
   color:#ffffff;
   font-family:sans-serif,verdana;
   font-size:15px;
   font-weight:bold;
   padding-top:9px;
   padding-bottom:9px;
}

div.browsers {
   background: url(https://www.international-monetary-group.com/img/browsers_top.png) no-repeat left top;
   width: 200px;
   padding-top: 8px;
   font-weight: bold;
   font-size: 14px;
}

div.browsers div {
   font-size: 14px;
   font-weight: bold;
   padding-left: 13px;
}

div.browsers span {
   font-size: 12px;
   color: blue;
   font-weight: bold;
   cursor: pointer;
}

div.browsers p {
   background: url(https://www.international-monetary-group.com/img/browsers_bottom.png) no-repeat left bottom;
   padding-left: -15px;
   width: 200px;
}

table.ticket_detail tbody td {
  background-color:#ffffff;
  border-top: 1px solid #bfdbff;
  border-bottom: 0px solid #bfdbff;
  border-left: 1px solid #bfdbff;
  border-right: 1px solid #bfdbff;
  border-color:#bfdbff;
  font-size:11;
  font-family:verdana;
  padding:3;
  padding-left:10;
  padding-right:10;
}

/* ================================================================================================== */

/* td definitions */
td.reg_confirm {
   font-size:13px;
   padding:5px;
}

td.reg_confirmb {
   font-size:13px;
   padding:5px;
   font-weight: bold;
}

td.mid2 {
   padding: 10px;
   background: url(https://www.international-monetary-group.com/img/site_mid2_bg.png) no-repeat center top;
}

td.mid3 {
   background: url(https://www.international-monetary-group.com/img/site_mid3_bg.png) no-repeat center top;
}

td.login {
   width: 200px;
   color: #ffffff;
   font-weight: bold;
   text-align: left;
}

td.adtext {
   padding-left: 15px;
   font-size: 11px;
   text-align: left;
   color: #000000;
   font-family: verdana;
}

td.adtext li {
   margin-left: 15px;
}

div.login {
   padding-left: 8px;
   padding-top: 10px;
   padding-bottom: 0px;
   color: #ffffff;
   font-weight: bold;
   text-align: left;
}

input.login {
   font-size: 11px;
   font-family: arial, verdana;
   width: 180px;
   height: 15px;
}

div.login a {
   color:#f6ecc9;
   font-size:11px;
   text-decoration:none;
}

div.login a:hover {
   color:#f6ecc9;
   font-size:11px;
   text-decoration:underline;
}

.icon {
   border-left: 1 solid #f6ecc9;
   border-top: 1 solid #f6ecc9;
   border-right: 1 solid #f6ecc9;
   border-bottome: 1 solid #f6ecc9;
}
/* end td definitions */


a.footer {
   font-size: 10px;
   color: #444444;
   font-family: verdana;
   text-decoration: none;
}

a.footer:hover {
   text-decoration: underline;
}


/* div links */

.dlink {
   font-size: 11px;
   font-family: inherit;
   color: #666666;
   text-decoration: none;
   cursor:pointer;
   padding:0;
   text-align: left;
}

.dlink:hover {
   font-size: 11px;
   font-family: inherit;
   color: #f47121;
   cursor:pointer;
   padding:0;
   text-align: left;
}

.dlink2 {
   font-size: 11px;
   font-family: inherit;
   color: #666666;
   text-decoration: none;
   cursor:pointer;
   padding:0;
   color: #f47121;
   text-decoration: none;
   font-weight: bold;
   font-size: 12px;
   text-align: left;
}

.dlink2:hover {
   text-decoration: underline;
   text-align: left;
}

.button {font:14px Georgia,Verdana; margin-bottom:10px; padding:8px 10px 9px; border:1px solid #ccc; background:#eee; cursor:pointer}
.button:hover {border:1px solid #bbb; background:#e3e3e3}

/* end div links */


/* backgrounds */

td.bgstps {
   background: url(https://www.international-monetary-group.com/img/bg_stps.jpg) repeat bottom left;
   color: #ffffff;
   font-weight:bold;
   font-size:17px;
}

div.plan_select {
   width: 220px;
   height: 150px;
   background: url(https://www.international-monetary-group.com/img/plan_select.png); 
   color: #000000;
   padding: 0px;
}

div.plan_option {
   width: 220px;
   height: 150px;
   background: url(https://www.international-monetary-group.com/img/plan_option.png); 
   color: #000000;
   padding: 0px;
}

div.silver {
   width: 118px;
   height: 80px;
/*   background: url(https://www.international-monetary-group.com/img/sm_plan_silver.jpg); */
   background: url(https://www.international-monetary-group.com/img/sm_plan_tmp.jpg);
   color: #000000;
   padding: 5px;
   filter:alpha(opacity=50); 		/* IE 4-7 */
   opacity:0.5;				/* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=50)"; /* IE 8 */
   cursor: pointer;
}

div.silver_on {
   width: 118px;
   height: 80px;
   background: url(https://www.international-monetary-group.com/img/sm_plan_silver_on.jpg) no-repeat top right;
   color: #000000;
   padding: 3px;
   filter:alpha(opacity=100); 		/* IE 4-7 */
   opacity:1.0;				/* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=100)"; /* IE 8 */
   border: 2px solid #000000;
}

div.gold {
   width: 118px;
   height: 80px;
/*   background: url(https://www.international-monetary-group.com/img/sm_plan_gold.jpg); */
   background: url(https://www.international-monetary-group.com/img/sm_plan_tmp.jpg);
   color: #000000;
   padding: 5px;
   filter:alpha(opacity=50); 		
   opacity:0.5;			
   -ms-filter: "alpha(opacity=50)"; 
   cursor: pointer;
}

div.gold_on {
   width: 118px;
   height: 80px;
   background: url(https://www.international-monetary-group.com/img/sm_plan_gold_on.jpg) no-repeat top right;
   color: #000000;
   padding: 3px;
   filter:alpha(opacity=100); 		
   opacity:1.0;				
   -ms-filter: "alpha(opacity=100)"; 
   border: 2px solid #000000;
}

div.platinum {
   width: 118px;
   height: 80px;
/*   background: url(https://www.international-monetary-group.com/img/sm_plan_platinum.jpg); */
   background: url(https://www.international-monetary-group.com/img/sm_plan_tmp.jpg);
   color: #000000;
   padding: 5px;
   filter:alpha(opacity=50); 		
   opacity:0.5;				
   -ms-filter: "alpha(opacity=50)"; 
   cursor: pointer;
}

div.platinum_on {
   width: 118px;
   height: 80px;
   background: url(https://www.international-monetary-group.com/img/sm_plan_platinum_on.jpg) no-repeat top right;
   color: #000000;
   padding: 3px;
   filter:alpha(opacity=100); 
   opacity:1.0;				
   -ms-filter: "alpha(opacity=100)"; 
   border-left: 2px solid #000000;
   border-right: 2px solid #000000;
   border-top: 2px solid #000000;
   border-bottom: 2px solid #000000;
}

div.silver_show {
   width: 368px;
   height: 274px;
   background: url(https://www.international-monetary-group.com/img/show_plan_silver.png);
   color: #000000;
   padding: 0px;
}

div.gold_show {
   width: 368px;
   height: 274px;
   background: url(https://www.international-monetary-group.com/img/show_plan_gold.png);
   color: #000000;
   padding: 0px;
}

div.platinum_show {
   width: 368px;
   height: 274px;
   background: url(https://www.international-monetary-group.com/img/show_plan_platinum.png);
   color: #000000;
   padding: 0px;
}

div.plan_desc {
   width: 368px;
   height: 318px;
   background: url(https://www.international-monetary-group.com/img/plan_desc.png);
   color: #000000;
   padding: 0px;
}

div.plan_summary {
   width: 368px;
   height: 318px;
   background: url(https://www.international-monetary-group.com/img/plan_summary.png);
   color: #000000;
   padding: 0px;
}

div.all_show {
   width: 368px;
   height: 315px;
   background: #ffffff;
   border-left: 1px solid #b5dee4;
   border-right: 1px solid #b5dee4;
   border-top: 1px solid #b5dee4;
   border-bottom: 1px solid #b5dee4;
   font-size:12px;
   padding: 0px;
   text-align: left;
}

div.bgmember {
   width: 90%;
   height: 80px;
   border: 1px;
   background: #dddddd;
   padding: 5px;
   filter:alpha(opacity=50); 		/* IE 4-7 */
   opacity:0.5;				/* Firefox, Safari(WebKit), Opera */
   -ms-filter: "alpha(opacity=50)"; /* IE 8 */
   cursor: pointer;
}

div.login1 {
  background: transparent url(https://www.international-monetary-group.com/img/login_bg1.png) no-repeat top left; 
  width: 627px;
  padding-top: 10px; 
  border: 0;
  color: #666666;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  white-space: normal;
}

div.login1 div {
  background: transparent url(https://www.international-monetary-group.com/img/login_bg1.png) no-repeat bottom left;
  width: 627px;
  padding-top: 5px; 
  padding-bottom: 50px;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

div.login2 {
  background: transparent url(https://www.international-monetary-group.com/img/login_bg2.png) no-repeat top left; 
  width: 198px;
  padding-top: 20px; 
  border: 0;
  color: #555555;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  white-space: normal;
}


div.login2 div {
  background: transparent url(https://www.international-monetary-group.com/img/login_bg2.png) no-repeat bottom left;
  width: 198px;
  padding-top: 5px; 
  padding-bottom: 20px;
  color: #555555;
  font-weight: bold;
}

div.login2 div a {
  color: #f47121;
  text-decoration: none;
  font-size: 12px;
}

div.login2 div a:hover {
  color: #f47121;
  text-decoration: underline;
  font-size: 12px;
}

/* end backgrounds */

a.pgLinks {
   color:#ccffff;
   text-align:left;
   text-decoration: none;
}

a.pgLinks:hover {
   color:#f6ecc9;
   text-align:left;
   text-decoration: none;
}

a.pgLinks div {
   font-size:14px;
   font-weight:bold;
   padding:5px;
}

a.pgLinks div div {
   font-size:12px;
   font-weight:normal;
   padding:0px;
   padding-top:5px;
}

/* table section */

.bodytbl {
   width: 900px;
}

/* end table section */

/* seperators */
td.sep {
   background: url(https://www.international-monetary-group.com/img/vert_sep.png) repeat-y top right;
   height: 100%;
}

/* end seperators */


/*
.apply table										{ float:left; width:48%; margin-right: 15px; margin-bottom: 15px; }
.apply table td										{ padding: 5px; }
.apply table td span								{ padding-top: 7px; }
*/
.reg1 table td, th { 
   background-color: #daebef; 
   border-bottom: 1px solid #a6d5e0; 
   border-top: 1px solid #a6d5e0; 
   text-transform: uppercase; 
   font-weight: bold;
   text-align: left;
   padding-left:10px;
}

/*
input {
   margin: 0px; 
   padding: 0px;
   width: 150px;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}
*/

input.norm {
   margin: 0px; 
   padding: 0px;
   padding-left: 1px;
   width: 170px;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}

select.norm {
   margin: 0px; 
   padding: 0px;
   padding-left: 1px;
   width: 173px;
   border-top: 1px solid #000000;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #aaaaaa;
   border-right: 1px solid #aaaaaa;
}

td.norm {
   text-align: left;
   padding-top: 5px;
}

.norm {
   color: #666666;
}

.err {
   color: red;
}

/* button */

div.sbut {
  background: transparent url(https://www.international-monetary-group.com/img/img_button.png) no-repeat top left; 
  height: 27px; 
  padding-top: 5px; 
  padding-bottom: 10px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  width: 45px;
  padding-left: 15px;
  cursor:pointer;
  white-space: nowrap;
}

div.sbut span {
  background: transparent url(https://www.international-monetary-group.com/img/img_button.png) no-repeat top right;
  height: 27px; 
  padding-top: 5px; 
  padding-bottom: 10px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding-right: 30px;
  cursor:pointer;
  white-space: nowrap;
}

.nobut {
   height:27px;
   padding-top:5px;
   padding-bottom:10px;
   color: green;
   font-size: 12px;
}

div.sbut3 {
  background: transparent url(https://www.international-monetary-group.com/img/img_button3.png) no-repeat top left; 
  height: 35px; 
  padding-top: 8px; 
  padding-bottom: 10px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  width: 45px;
  padding-left: 15px;
  cursor:pointer;
  white-space: nowrap;
}

div.sbut3 span {
  background: transparent url(https://www.international-monetary-group.com/img/img_button3.png) no-repeat top right;
  height: 35px; 
  padding-top: 8px; 
  padding-bottom: 10px;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding-right: 20px;
  cursor:pointer;
  white-space: nowrap;
  font-size: 15px;
}

/* end button */

/* tabs */

span.tab_sel1 {
  background: transparent url(https://www.international-monetary-group.com/img/tab_sel.png) no-repeat top left;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  width: 55px;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 22px;
}

span.tab_sel2 {
  background: transparent url(https://www.international-monetary-group.com/img/tab_sel.png) no-repeat top right;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 20px;
  font-size: 22px;
}

span.tab_unsel1 {
  background: transparent url(https://www.international-monetary-group.com/img/tab_unsel.png) no-repeat top left;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  width: 55px;
  padding-left: 14px;
  padding-right: 10px;
  font-size: 22px;
}

span.tab_unsel2 {
  background: transparent url(https://www.international-monetary-group.com/img/tab_unsel.png) no-repeat top right;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 20px;
  font-size: 22px;
}

/* end tabs */



#hdr .btm											{ width: 910px; margin: 0 auto; margin-top: 26px;}
#hdr .btm a											{ border-right: 1px solid #e1e1e1; display: inline-block; height: 53px; float: left; width: 173px; text-indent: 10px; text-decoration: none; }


.add #tog .top										{ background: transparent url(../img/tog-top2.jpg) no-repeat; height: 72px; }
.add #tog .top a									{ width: auto; height: 29px; padding-top: 5px; padding-left: 11px; font-size: 12px; }
.add #tog .top a span								{ padding-right: 11px; border: none; }
.add #tog .top span									{ padding-right: 1px; border-right: 1px solid #e9e9e9; display: block; float: left; font-weight: bold;}
.add #tog li										{ float: left; list-style: none;}


#tog .top a.active span	{ 
  background: transparent url(../img/tog-a.gif) no-repeat top right; 
  height: 29px; 
  padding-top: 5px; 
  border: 0;
}

#tog .top a:hover span { 
  background: transparent url(../img/tog-a.gif) no-repeat top right; 
  height: 29px; 
  padding-top: 5px; 
  border: 0;
}

/* 2013-02-08 - NEW */

div.butf26a21 {
   font-size: 12px;
   color: #ffffff;
   padding: 4px;
   padding-left:15px;
   padding-right:15px;
   border: 1px solid #f26a21;
   text-decoration: none;
   font-weight:bold;
   white-space:nowrap;
   display: inline-block;
   cursor: pointer;
   background: url("https://www.international-monetary-group.com/img/bg_button_login_hover.jpg") left top repeat-x;
   /* Use below for Mozilla browsers */
   border-radius: .5em;
   -webkit-border-radius: .5em;
   -moz-border-radius: .5em;
   -moz-outline-radius: .5em;
}

div.butf26a21 span {
   font-weight:bold;
   color: #ffffff;
}

div.butf26a21:hover {
   background: url("https://www.international-monetary-group.com/img/bg_button_login.jpg") left top repeat-x;
   box-shadow: 0px 0px 3pt 2pt #f26a21;
}

div.butd90001 {
   font-size: 14px;
   color: #ffffff;
   padding: 9px;
   padding-left:15px;
   padding-right:15px;
   border: 1px solid #d90001;
   text-decoration: none;
   font-weight:bold;
   white-space:nowrap;
   display: inline-block;
   cursor: pointer;
   background: url("https://www.international-monetary-group.com/img/bg_button_red_hover.jpg") left top repeat-x;
   /* Use below for Mozilla browsers */
   border-radius: .5em;
   -webkit-border-radius: .5em;
   -moz-border-radius: .5em;
   -moz-outline-radius: .5em;
}

div.butd90001 span {
   font-weight:bold;
   color: #ffffff;
   font-size: 14px;
}

div.butd90001:hover {
   background: url("https://www.international-monetary-group.com/img/bg_button_red.jpg") left top repeat-x;
   box-shadow: 0px 0px 3pt 2pt #e61e59;
}
