@charset "UTF-8";
body {
	background-color:#f9f9f9;
	background-repeat:repeat-x;
	font-size: 100%;
  margin:0;
  padding:0;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	height: auto;
  border-style: solid;
  border-width: 0 2px 0 2px;
  border-color: #eeeeee;
  background-color:#ffffff;
}
.noscript{
  background:#fff url(/images/dyi/warning_icon.png) no-repeat 40px 3px;
  height:auto;
  margin:10px auto;
  padding:3px 40px 3px 70px;
  text-align:center;
  color:red;
  font-size: 80%;
  font-weight:bold;
  width:690px;
}
.logo {
	position:absolute;
	top: 183px;
	right: 75px;
}
fieldset {
  border:1px solid #aaa;
}
/*Navigation Bar*/
#navContainer{
	width: 100%;
	font-family: 'Helvetica', arial, tahoma, sans-serif;
}
#NavBar {
  /*border-bottom: 1px solid #999999;*/
  background: #ccc;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-indent: 0;
}
#NavBar li {
  padding-top: 5px;
	display: inline;
}
#NavBar li a {
	padding: 0 18px;
	color:#555;
	text-decoration:none;
	font-size: 1.2em;
  font-weight: bold;
  line-height: 42px;
}
#NavBar li a:hover {
	color: #c41807;
}
#NavBar a.current {
	color: #c41807;
	font-size: 1.3em;
}

/*hide the submenus that do not match the body class */
#sub1,
#sub2,
#sub3,
#sub4,
#sub5,
#sub6,
#sub7 {
  	display: none;
}

/*show the subnav that matches the body class, give it the light blue styling */
body.section-home ul#sub1,
body.section-product ul#sub2,
body.section-travel ul#sub3,
body.section-claims ul#sub4,
body.section-contact ul#sub5,
body.section-emergency ul#sub6,
body.section-agents ul#sub7 {
  background-color: #eee;
  display: inline;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 4px 0;  /* 1px 0 */
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 44px;
  width:100%;
  border-bottom: 1px solid #ddd;
  max-height: 26px;
}

body.section-home ul#sub1 li,
body.section-product ul#sub2 li,
body.section-claims ul#sub4 li,
body.section-contact ul#sub5 li,
body.section-emergency ul#sub6 li,
body.section-agents ul#sub7 li
{
	display: inline;
}

body.section-home ul#sub1 li a,
body.section-product ul#sub2 li a,
body.section-claims ul#sub4 li a,
body.section-contact ul#sub5 li a,
body.section-emergency ul#sub6 li a,
body.section-agents ul#sub7 li a {
  border-right: 1px solid #FFF;
  color: #777;
  float: left;
  font-size: 1em;
  padding-left: 17px;
  padding-right: 20px;
  padding-top: 2px;
  text-align: center;
  white-space: nowrap;
  line-height:25px;
}
body.section-home ul#sub1 a:hover,
body.section-product ul#sub2 a:hover,
body.section-travel ul#sub3 a:hover,
body.section-claims ul#sub4 a:hover,
body.section-contact ul#sub5 a:hover,
body.section-emergency ul#sub6 a:hover,
body.section-agents ul#sub7 a:hover {
	color:#c41807;
}
body.section-home ul#sub1 a.here,
body.section-product ul#sub2 a.here,
body.section-travel ul#sub3 a.here,
body.section-claims ul#sub4 a.here,
body.section-contact ul#sub5 a.here,
body.section-emergency ul#sub6 a.here,
body.section-agents ul#sub7 a.here {
	color: #c41807;
}

/*Content*/
#content {
	float:left;
	margin: 15px 5px 5px;
	padding: 20px 5px 10px 2px;
	width:780px;
	background-color:#FFF;
	font-family: 'Helvetica', arial, tahoma, sans-serif;
}

#sidebar fieldset {
  border:0;
}
#maincontent {
  float:left;
  font-size:95%;
  width:450px;
  margin:10px 0 10px 5px;
  padding:10px 10px 10px 15px;
	-webkit-background-clip: padding-box;
  line-height: 20px;
}

#maincontent a {
  color: #047fbf;
}

#main {
	width:440px;
	float:left;
	padding: 5px;
	margin: 5px 5px 5px 5px ;
	font-family: 'Helvetica', arial, sans-serif;
	background-color:#FFF;
}
p.fineprint {
	font-size: 9px;
	margin: 0;
}
p, ul, li {
	font-size: 14px;
  color: #484848;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin:0;
}
p.subhead {
	margin: 15px 0px 0px;
	font-weight: bold;
}
p.head {
    margin: 15px 0px 0px;
    font-weight: bold;
    font-size: 18px;

}

p.indent {
	margin-left: 20px;
  margin-top:0;
  color: #484848;
}
p.spacing{
  padding-bottom:15px;
}
ul.spacing{
 padding-top:5px;
 padding-bottom:15px;
}
ul.hyphen{
list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.hyphen li:before{
  display:inline-block;
  content: "-";
  width:1em;
  margin-left: -1em;
}
/*Footer*/
#footer {
	clear:both;
	padding:  2px 10px;
	background:#ccc;
	color:#fff;
	text-align:center;
	font-size: .8em;
	font-family: 'Helvetica', arial, tahoma, sans-serif;
}
#footer li{
	display:inline;
	list-style-type:none;
}
#footer li a {
	padding: 0 5px;
	color:#047fbf;
	text-decoration: none;
}
img.header {
  border-style: none;
}

/*Style*/
.rounded {
	border: 3px solid #f63;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-background-clip: padding-box;
}

/* New styling for tables */
h1 {
	display:inline;
  padding: 0;
	color: #AD9B65;
	font: normal 2em/65px 'Helvetica', arial, tahoma, sans-serif;

}
h2 {
	display: inline;
	width: 140px;
	height: 31px;
	color: #AD9B65;
	font-weight: bold;
	font-size: 1.8em;
}
h3 {
	display: inline;
	color: #AD9B65;
	font-weight: bolder;
	font-style: normal;
	font-size: 1.5em;
  margin: 0.67em 0  0.5em 0;
  line-height: 1.3em;
}
h3.table {
  color: #484848;
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size:1.17em;
  margin:10px 0;
  display:block;
}
h3.top {
  display:inline-block;
  margin-bottom:10px;
  margin-top:10px;
}

h4 {
	margin: 10px 0;
	padding-top:5px;
	color: #555;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
h5 {
	font-size: 23px;
	font-weight:bold;
  font-family: arial,helvetica,clean,sans-serif;
	color:#0077AA;
  margin:5px;
}
.before {
	background-position: 100px
}
.during {
	background-position: -90px;
}
.after {
	background-position: -270px;
}
.fineprint {
	font-size:.65em;
	font-style:italic;
	margin: 0;
}
dt, dd {
	padding: 5px 5px;
  color: #484848;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
}
dt{
  font-weight:bold;
}
.link-list {
	list-style:none;
}
.nodecoration {
  text-decoration: none;
  font-size:80%;
  font-style:normal;
  color:#888888;
}
/*-----------------------------
Table
------------------------------*/
table {
	width: 483px;
	font-family: Helvetica, Arial, sans-serif;
	color: #484848;
	font-weight: normal;
	margin: 25px 0px;
	text-align: left;
	border-collapse: collapse;
	font-size: 14px;
}
thead th {
	background-color: #ddd;
	font-weight: bold;
	padding: 4px 25px 4px 10px;
	/*border-bottom: 5px solid #BCBDC0;*/
}
table thead th.left {
	padding: 10px 20px 10px 5px;
	text-align: left;
	color: #484848;
	/*border-bottom: 5px solid #BCBDC0;*/
	background: #ddd;  
}
table tr .left {
	padding: 10px 20px 10px 5px;
	text-align: left;
	color: #484848;
	background: #f6f6f6;
	font-weight: bold;
}
table .fineprint {
	font-size: 9px;
	margin: 0px;
	color: #484848;
}
td {
	padding: 10px 25px 10px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}
.nopadding {
	padding: 0;
	margin: 0;
}

/*Forms*/

label {
	font-weight: bold;
	font-size: .82em;
  margin:5px 0 2px;
	display: block;
  color: #333;
}
.non{
  display:inline-block;
}
.flhalf {
	float:left;
	width:50%;
}
/*this is the tab setup on the purchase pages*/
#quotesteps {
  background:transparent;
  border:1px solid #888;
  margin-bottom:10px;
  padding:15px 5px 5px;
  float:left; 
  width:auto;
  min-width: 424px;
}
#quotesteps p {
  margin-top:0;
  clear:both;
  padding:10px 6px 2px;
  float:none;
}
#quotesteps fieldset {}

#quotestepsmenu {
  background:transparent;
  padding:0;
  font-size:13px;
  height:20px;
  font-weight:bold;
  margin:10px 0 0 0!important;
  position:relative;
  float:none!important;
}
#quotestepsmenu li {
  display:inline;
  clear:none!important;
}
#quotestepsmenu li div {
  background: #aaaaaa;
  margin: 0 1px 0 0px;
  height: auto;
  border: 0px;
  border-bottom: 0;
  color: #fff;
  float: left;
  padding: 10px 30px;
  border-bottom: #5eadd6 4px solid;
  display: block;
}
#quotestepsmenu li div.active {
  background: #717171;
  margin: 0px 1px 0 0;
  color: #fff;
  height: auto;
  padding: 10px 30px;
  border-bottom: #5eadd6 4px solid;
  display: block;
}
#quotestepsmenu li a {
  color:#fff;
  text-decoration:none;
}
#quotestepsmenu li a:hover, #quotestepsmenu li a.here {
  color:#fff;
  text-decoration:none;
}
#declaration dt, #declaration dd  {
  padding: 3px;
}
.noticeleft {
  float:left;
  width:220px;
  margin:0 5px 5px 10px!important;
  padding:0 0 0 5px; 
  border: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  text-align:left;
  font-size:11px;
}
.summaryLeft {float:left; width:210px; margin:15px 5px; border:1px solid #ccc; font-size:11px;}
.summaryLeft span {color: #555; font-weight: bold; margin-left: 12px; font-size: 12px;}
.summaryLeft dl.purchasesummary {float: left; width: 100%;}
.summaryLeft dl.purchasesummary dt {float: left;  width: 55%;}
.summaryLeft dl.purchasesummary dd {float: left; width: 35%; margin: 0px;}
.noticeleft h3, .summaryLeft h2 {
  display:block;
  margin:0;
  padding:18px 0 4px 0;
  width:200px;
  height:22px;
  text-align:left;
  color:#333; 
  font-size:140%;
  font-weight: bold;
  vertical-align:middle;
  border-bottom: solid 1px #ccc;
  margin-left: 5px;
}
.noticeleft h4 {
  display: none;
  float:left;
  width:190px;
  margin:2px 0;
  padding:0 5px;
}
.noticeleft p {
  font-size:1.2em;
  margin:0;
  padding: 5px 5px 0 8px;
  width:195px;
}
.noticeleft dd {
  font-size:1.2em;
  margin-left: 0px;
  margin-bottom: 5px;
}
.noticeleft img {
  margin:0 5px 0 0;
  padding:0;
  float:left;
  border:1px solid #333;
  display:block;
}
.noticeleftlink {
  text-decoration:none;
  color:#000;
}
.error {
  color:#fff;
}
.getquotehome {
    background:#ddd;
    margin-bottom:10px;
    padding:5px;
    /*-moz-border-radius:6px;*/
    /*border-radius:6px;*/
}
#subNavBar {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
    text-align: left;
    text-indent: 0;
    background: #eee;
}
#subNavBar li {
    display: inline;
}
#subNavBar li a {
  border-right: 1px solid #CCCCCC;
  color: #CCCCCC;
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-right: 5px;
  padding-right: 5px;
  text-decoration: none;
}
#subNavBar li a:hover {
    color:#c41807;
}
#subNavBar a#active {
    background: #fff;
    color: #c41807;
}

/*this makes the fieldsets float next to each other */
#stack .purchaseleft {float:left; width:215px; margin:0 10px 10px 5px;}
#stack .purchaseright {float:right; width:215px; margin:0 10px 0 0;}
#stack .purchaseleftcp {float:left; width:205px; margin:0 10px 0 0;}

#stack {width: 500px; padding:0; margin:0;}
#stack fieldset legend {margin:0;}
#stack label {display:block; padding:3px 0 2px; float:none; font-weight:bold; font-size:85%;}
#stack input, #stack select, #stack input[type=checkbox] {height: auto;}
#stack label.non {margin-right:10px; display:inline!important; font-weight:normal!important;}
#stack label.non_return {display:block; font-weight:normal!important;}
#stack input:focus, #stack select:focus {background: #e4edf1;}

input.resetButton {
  /* hiding the reset and clear buttons, they are pointless and extraneous nowadays */
  display: none;
}

select {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius:0px;  
    -webkit-border-radius:0px;    
    border: solid 1px #aaa;
    background-color: #ffffff;
    height: 25px;
    /* fix for vri modals on affiliate codes */
    color: #333;
    font-size: 12px;
    margin-bottom: 8px;
}
select#state {
  width: 150px;
}
select#ccexpmonth, 
select#ccexpyr {
  width: auto;
}

.bd select {
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    -moz-border-radius:0px;  
    -webkit-border-radius:0px;    
    border: solid 1px #aaa;
    background-color: #ffffff;
    height: 30px;
    /* fix for vri modals on affiliate codes */
    color: #333;
    font-size: 12px;
    margin-bottom: 8px;
}
/* for all inputs, form fields */
/*#stack input {
  height: auto;
  padding: 5px 10px 0px 0px;
  margin: 0px 0 25px 0px;
  border: 0px;
  border-bottom: 1px solid #717171;
  font-size: 15px;
  color: #000000;
  line-height: 24px;
}*/



#stack input[type=submit], #stack input.resetButton, input[type=submit], input.submit {
  background-color: #5eadd6;
  border-radius: 0;
  /*border: solid 1px #3f87ad;*/
  border: 0;
  /*color: #fff;*/
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 20px;
  min-height: 40px;
}
.getquotehome .submitButtonNew, fieldset .submitButton {
  color: #fff;
}
/* modal button vri fix */
.yui-skin-sam .yui-dialog .ft span.default button {
  color: #333 !important;
}



legend {
  color: #000; 
  margin: 0; 
  font-weight: bold;
  /*10px removed to reduce space between legend and inputs*/ 
  padding: 2px 4px;
}
fieldset {
  padding: 10px 8px; 
  margin: 15px 5px;
}

/* VRIDB ADDING THIS */
/* this is the sidebar quote form container div */
.getquotehome {
    background:#f3f3f3;
    margin-top:10px;
    margin-bottom:10px;
    -moz-border-radius:0px;
    border-radius:0px;
    padding: 22px 15px 20px 18px;
    margin-right: 5px;
    box-shadow: 1px 5px 10px #ccc;
    border-top: solid 4px #d6d6d6;
}

.getquotehome h3 {
  display: inline-block;
  color: #333333;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.getquotehome > label {
  font-size: 16px;
  color: #555555;
}


fieldset.purchaseleftquote {
  padding: 0;
  margin: 14px 4px 6px 4px;
}

fieldset.sub.clear {
  padding: 5px 5px;
  margin: 0px 0px;
}

h2, h3 {
  color: #555555;  /* #AD9B65 */
  display: inline-block;
}

h2 {
  font-weight: 500;
  width: 430px;
  color: #c41807;  /* 4e4e4e or a2121d for dark red */
}

h2.b {
  font-weight: bolder;
}

h3 {
  font-weight: lighter;
}

h3.b {
  font-weight: bolder;
}

#wrapper {
  /*border: 2px solid #dddddd;
  border: 0;*/
}

#footer {
  padding: 20px 10px 10px 10px;
  background: #eeeeee;
}

.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }

.footer-info {
  margin-top: 20px;
  font-size: 18px;
  color: #444444;
  line-height: 16px;
}

.footer-copyright {
  margin-top: 10px;
  font-size: 12px;
  color: #444444;
  line-height: 16px;
}

.home-header {
  margin-top: 12px;
  margin-bottom: 5px;
}

#NavBar {
  background-color: #d6d6d6;
  min-height: 45px;
  border-bottom: 0;
}

#NavBar a {
  color: #c41807; 
}

#NavBar a:hover {
  color: #850c00;
}

ul#sub1 {
  padding: 5px 0px;
}

#header {
  position: relative;
  height: 200px;
  background: #5eadd6;
}

#sidebar {
  width: 250px;
  float: right;
  padding: 5px 0;
  margin: 5px 0 0 0;
}

#footer ul {
  padding-left: 0px;
    margin-bottom:5px;
}

.home1 {
  color: #333;
  letter-spacing: -0.5px;
}

.home2 {
  color: #333;
  letter-spacing: -0.5px;
}

.home3 {
  color: #333;
  letter-spacing: -0.5px;
}


#quotestepmenu li div.active {
  color: #fff;
}

#quotestepsmenu li div {
  color: #fff;
  text-transform: uppercase;
}

input[type=text] {
  background: transparent;
  border: solid 1px #fff;
  border-bottom: solid 1px #666;
  padding: 2px 2px 3px 2px;
  margin-bottom: 6px;
  color: #333;
}

#stack input[type=text]#departdate, 
#stack input[type=text]#returndate,
#stack input[type=text]#tripcost, 
input[type=text]#departdate,
input[type=text]#returndate,
input[type=text]#tripcost {
    border: 0;
    border-bottom: solid 1px #666;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 12px;
    height: 22px;
    color: #444444;
    max-width: 180px;
}

input#departdate, 
input#returndate {
  background: transparent;
  background-image: url('/images/icon-calendar.png');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 45% 50%;
}

fieldset p {
  margin-top: 10px;
  margin-bottom: 10px;
}

textarea#comments {
  width: 400px;
  margin-bottom: 10px;
}

.header-headline {
  position: absolute; 
  top: 35px; 
  right: 20px; 
  color: #fff; 
  font-size: 34px;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8); 
  text-align: right;
}
  
.header-subhead {
  position: absolute; 
  top: 98px; 
  right: 20px; 
  color: #fff; 
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8); 
  font-size: 17px; 
  text-align: right;
}

/* VRIDB overriding styles */

.getquotehome .submitButtonNew:hover, input[type=submit]:hover, fieldset .submitButton:hover, .submitButton:hover {
  background-color: #207fb1 !important;
}

/*---Web Chat Button CSS---*/
.web__chat__btn {
    background-color: #bd1208;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 15px;
    display: none;
    max-width: 150px;
    text-align: center;
    padding: 10px 0px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 10px;
}
.web__chat__btn.webchat__active{
    display: block;
}

#CovidBar{
    height: 100px;
    background: #EEEEEE;
    color: #444444;
}
#CovidBar p.covidhead{
    margin: 0px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 30px 0px 30px;
}
#CovidBar p.covidhead span{
    color: #C21B17;
    text-decoration: underline;
}
#CovidBar p.covidbody{
    padding: 3px 30px 0px 30px;
}

/* Modal styling */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:#111;}

#colorbox{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#cboxLoadingGraphic {
    background:transparent url(/images/loading.gif) center center no-repeat;
}

#cboxClose {
    background: url('/images/vp/sprite-form.png') no-repeat scroll -4px -54px transparent;
    height: 17px;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
    top:17px;
    right:14px;
}

div#cboxLoadedContent div.modal {
    margin: auto;
    font: normal 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
}

div#cboxLoadedContent div.modal h3 {
    background: url('/images/vp/modalHeader.png') repeat-x top left;
    margin:0;
    padding:14px 0 5px 20px;
    height:26px;
    font-size:14px;
    color: #fff;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%;
}

div#cboxLoadedContent div.modal div.modal-content {
    background:#fff;
    margin:0;
    padding:20px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

div#cboxLoadedContent div.modal div.modal-content h4 {
    font-size:16px;
    font-weight:bold;
    color: #99B587;
    margin:0;
}

div#cboxLoadedContent div.modal div.modal-content ul {
    /*list-style-image: url('/images/vp/list-arrow.png');*/
    list-style-type: none;
    margin:20px 0;
    padding-left: 15px;
}

div#cboxLoadedContent div.modal div.modal-content ul li {
    margin:10px 0;
    padding:0;
}

div#cboxLoadedContent div.modal div.modal-content p {
    margin:10px 0;
}

.payment-info  input[type=text] {
    background: transparent;
    border: 1px solid;
    border-color: #fff #fff #666;
    padding: 2px 2px 3px;
    margin-bottom: 6px;
    color: #333;
    margin-right: 5px;
}

.payment-info .card-field {
    height: 30px;
}

.payment-info label {
    padding: 3px 0 2px;
    font-size: 1em;
}

.payment-info .legal-checkbox {
    font-weight: normal;
    margin-left: 5px;
}

.payment-info button {
    background-color: #5eadd6;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 40px;
    color: #fff;
    margin-right: 10px;
}

.payment-info button:disabled{
    background-image: none !important;
    background-color: #D7D7D7 !important;
}

.payment-info #cctype{
    width: 175px;
}

.payment-info #expMonth{
    width: 90px;
}

.payment-info #expYr{
    width: 60px;
}

.payment-info .form-error {
    color: red;
    font-weight: normal;
}