body {
	margin:0;
	/*background:#e9e9e9;*/
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#666d70;
}

select {
color:#666d70;
}

/* dnkEdit - begin */
#top-navbar { 
text-align: center; 
padding-top: 4px; 
background: #0072bb;  
}
/* dnkEdit - end */

.top-box
{
	border: solid 1px; 
	padding: 10px 10px 10px 10px;
	width: 850px;
	text-align: left;
	margin-left: 4.5em;
	color: black;
}


#logo {
    float: left;
    clear: both;
}
#top-navbar ul {
    padding: 0;
    height: auto;
    list-style: none;
    list-style-position: inside;
	color: #00b3e2;
}
#top-navbar ul li {
    vertical-align: middle;
    padding: 0;
    height: 3.5em;
    display: table-cell;
    font-size: .75em;
    line-height: 1.25em;
	color: #00b3e2;
}

#top-navbar ul li:first-of-type a {
    padding: 0 1em 0 0.5em;
}
#top-navbar ul li a {
    border-right: 1px solid white; /* dnkEdit */
    margin: .5em 0;
    padding: 0 1em;
    display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
#top-navbar a {
    text-decoration: none;
    color: #fff; /*dnkEdit */
    font-family: 'RalewayBold';
    text-align: center;
}
#top-navbar ul li:last-of-type a {
    border: none;
}

#legal {
    color: #fff; /* dnkEdit */
    width: 100%;
    background-color: #005EB8; /* dnkEdit */
}

#legal-left {
    float: left;
    width: 1em; /* dnkEdit */
    margin-top: 1.5em;
}

#legal-left > img {
    margin-left: 750px;
	width: 110px;
}
#legal-left > img.biopharma-logo {
	margin-left: 870px;
	margin-top: -28px;
}

#legal-right {
    float: left;
    width: 610px;
	padding-left: 0px;
    
}

#legal-right > p {
    font-size: 10px;
    line-height: 1.2em;
    color: #fff; /* dnkEdit */
    padding: .5em 0;
}

#legal ul {
    padding: 0;
    height: auto;
    list-style: none;
    list-style-position: inside;
	color: #00b3e2;
}
#legal ul li {
    vertical-align: middle;
    padding: 0;
    height: 3.5em;
    display: table-cell;
    font-size: .75em;
    line-height: 1.25em;
	color: #00b3e2;
}

#legal ul li:first-of-type a {
    padding: 0 1em 0 0.5em;
}
#legal ul li a {
    border-right: 1px solid white; /* dnkEdit */
    margin: .5em 0;
    padding: 0 1em;
    display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
#legal a {
    text-decoration: underline;
    color: #fff; /* dnkEdit */
    font-family: 'RalewayBold';
    text-align: center;
}
#legal ul li:last-of-type a {
    border: none;
}




.congrats
{
background: #193d94; 
color: white;
padding: 10px 10px 10px 10px;
font-weight: bold;
}

.activate .textField{
	padding: 5px;
	margin: 4px 0;
	font: normal 12px Helvetica, Arial, sans-serif;
}
.center{
	margin: 0 10px 20px 430px;
	display: block;
}
.clear {
	clear:both;
}

.left-column
{
	width: 47%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 10px 0;
	/*Dirty IE Hack*/
	zoom: 1;
	*display: inline;
}

.right-column{
	width: 48%;
	display:inline-block;
	padding: 12px 0px 0px 0;
	margin-left: 2%;
	/*Dirty IE Hack*/
	zoom: 1;
	*display: inline;
}

#container {
	width:990px;
	/* padding:0px 30px; */
	/*background:#fff url(../images/content_background.png) repeat-y;*/
}
#content {
	width:980px;
	/*min-height:550px;*/
}
.enroll{
	width: 700px;
	position: relative;
	margin: 0 auto;
	/*padding-bottom: 30px;*/
}
.enroll .field{
	display: inline-block;
	width: 350px;
	height: 60px;
	float: left;
}
.enroll .field p{
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
.enroll .field select{

}
.enroll .field .textField{
	padding: 5px;
	margin: 4px 0;
	font: normal 12px Helvetica, Arial, sans-serif;
}
.enroll #zip-field{
	width: 110px;
}
.enroll #zip-field input{
	width: 80px;
}
.enroll #state-field{
	width: 160px;
}
.enroll #state-field input{
	width: 140px;
}
.enroll .question{
	margin-bottom: 20px;
}
.enroll .question p{
	max-width: 800px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
.enroll .question input{
	display: inline-block;
}
.enroll .question span{
	margin-right: 10px;
}
.errorMessage {

	margin:10px 10px 10px -5px;
	padding:5px;
	color:#ff0000;
	display: none;
}
.errorMessageIneligible, .errorMessage13years, .errorInvalid {
	color: #ff0000;
	display: none;
}

p > a
{
color: #509E2F; /* dnkEdit */
}

br
{
line-height: 6px;
}

#header {
	background:#231f20;
	margin:-12px	 0px 0px;
}
#header img {
	width: 100%;
}
h1 {
	font:normal 23.5px/25.5px Arial, Helvetica, sans-serif;
	color:#0e529a;
}
h2 {
	font:normal 16px/18px Arial, Helvetica, sans-serif;
	color:#666d70;
}
img, a img {
	border:0;
}
input[type=button] {
	height:30px;
	font: bold 12px Arial, Helvetica, sans-serif;
	border-radius: 5px;
	padding: 0px 30px 0px 30px;
	background: #509E2F; /* dnkEdit */
	color:#fff;
	border:none;
	line-height: 30px;
	margin-left: 10px;
}
input[type=button]:active{
	position: relative;
	top: 1px;
}
input[type=text]{
	width: 250px;
	height: 20px;
}
.radioAlign {
	margin-bottom:5px;
}
.textField {
	width:170px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6a747b;
}

sup, sub {
   /* vertical-align: baseline;
   position: relative;
   top: -0.4em;
   font-size: 65%; */
   line-height: 1px;
}

.SubmitButton
{
padding-left: 300px;
}

sub { top: 0.4em; }

.OrColumn
{
/*position: absolute;
padding-top: 6px;*/
font-weight: bold;
}

.boxed{	
    border: solid 1px #666d70; 
	padding: 10px 10px 10px 10px;
	color:#666d70;
}


select {
	min-width:75px;
	height: 25px;
}
#footer {
	width:920px;
	height:120px;
	margin:30px -15px 0px;
	padding:20px;
	background:#e4e0ee;
	font:italic 11px/20px Arial, Helvetica, sans-serif;
	color:#fff;
}

.top-nav
{
width: 990px;
}

.footerLinkContent {
	float:right;
}
#footer a {
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	color:#4a63ae;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
.footerText {
	float:left;
	width:920px;
	color: #4a63ae;
	text-align: center;
	font-size: 10px;
}
#wrapper {
	text-align:left;
	margin:0 auto;
	width:990px;
}
.clear-all{
	clear: both;
}

.toplabel {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.required{
color: red;
}
.dagger-font {
	font-size: 80%;
}
.clear { clear:both; }

div#optin {
  margin-bottom: 1.5em;
}
.display_error2
{
background-color:#f2dede;
display: none;
border-color: #eed3d7;
color: #b94a48;
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

span.error.errorFont {
  color: red;
}
/* generic classes */
@media screen {
/*.screen  { display: none; }*/
.print  { display: none; }
}
/* card section */
div#cardimage {
    position: relative;
    text-align: left;
    display: inline-block;      /* IEEEE!!! */
}

p#cardnumber {
  position: absolute;
  top: 160px;
  left: 105px;
  font-weight: bold;
  font-size: 40px;
  color: black;
}

.replaceQuestion{
padding-top: 46px;
}

.buttonLink{
  display: inline-block;
}

.box.Heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black;
}

div#ackData {
  margin-left: -12em;
}

.dynwidth {
	width: 100%
}
@media print {
	body {
		font: normal 12px/15px Arial, Helvetica, sans-serif;
	}
	.ot-sdk-show-settings, button{
		display: none;
	}
}