/* --------------------------- TRACKS Website --------------------------- */
/* -------------------------- POPUP BODY STYLING ------------------------- */
body {
	font-family:Tahoma, Helvetica, Arial,  sans-serif;
	color:#000;
	margin:0;
	padding:0;
	}
	
a {
	color:#333;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
	
div.popup {
	width:600px;
	margin-left:0;
}	
div.popup em {
	color:gray;
	font-size:12px;
	line-height:16px;
	}

div.popup h1.title {
	color:#fff;
	background-color:#D2D4D9;
	padding:8px;
	padding-left:13px;
	padding-top:10px;
	}
	
div.popup h3 {
	color:#c14a42;
}	
div.popup .column_1 {
	float:left;
	padding-left:10px;
	width:120px;
	margin-bottom:20px;
	}	
div.popup .column_2 {
	float:left;
	padding-left:10px;
	width:450px;
	margin-bottom:20px;
	}	
div.popup p {
	line-height:12px;
}
div.popup .column_1 p {
	font-weight:bold;
}
div.popup p.address {
	height:60px;
}

div.popup p.note {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   11px;
	line-height: 14px;
	font-style: italic;
	color:gray;
}

#content {
	width:750px; 
	margin:0;
	padding:0;
	padding-left:2em;
	background-color:#fff;
	}
	
div.button  {
	float:right;
	width:120px;
	height:40px;
	padding:8px;
	padding-left:0;
	font-family: 'Montserrat', verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:url('/images/button.gif') no-repeat;
	cursor:pointer;
}

div.button:hover {
	width:120px;
	height:40px;
	padding:8px;
	padding-left:0;
	text-align:center;
	background:url('/images/button_hover.gif') no-repeat;
	cursor:pointer;
}
div.paypal {
	width:100%;
	margin-bottom:20px;
}
div.button:hover a {
	color:#333;
}

#errorExplanation {
  color: #ff2200;
  padding: 16px;
  margin-bottom: 16px;
}
#errorExplanation h1,
#errorExplanation h2,
#errorExplanation h3,
#errorExplanation h4,
#errorExplanation h5 {
  display: none;
}
#errorExplanation ul {
  margin-bottom: 0;
}
