/* --- main layout --- */	
	* { margin: 0; padding: 0; }	
	body {
	font-family:Arial, Tahoma, Geneva, sans-serif; font-size:medium; color:#000000;
	padding:0; margin:0 0 0 0;background:#011628 url(images/bg.jpg) top center no-repeat fixed;
	}
	#wrapper { width:100%; margin:0 auto; padding:0px;}	
/* --- END main layout --- */

/* --- content --- */

	#content {font-size:1.9em; line-height:normal; min-height:547px; width:884px; font-family:Berlin Sans FB Demi, Arial, Helvetica, sans-serif;  margin:0 auto; padding:70px 0 0 0;text-align:center;}
	
	#left{ width:350px; float:left; position:relative;}
	#mid{ width:448px; height:547px; float:left; position:relative; background:url(images/optin-bg.png) top center no-repeat;}
	#right{ width:86px; float:left; position:relative;}
	#timer{margin:198px 90px 0 0; float:right; position:relative;}
	
	.privacy{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000; line-height:18px; text-align:left; margin-top:10px;}
	.optinform{ margin:345px 0 0 40px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}
	.text{width:270px; height:30px; border:#b63131 2px solid; padding:4px 46px 4px 4px; background:#ffffff url(images/email-icon.png) 98% center no-repeat; font-weight:bold; color:#0b2780; margin-top:10px;}
	.submit{width:263px; height:64px; border:none; cursor:pointer; background:url(images/btn_instanceaccess.png); margin-top:20px;}
	
/* --- END content --- */

.numbers {
    border-style: ridge;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 2px;
    border-color: #000000;  /* change the border color using the hexadecimal color codes for HTML */
    background: #000000;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 2px 0px;
    width: 50px;
    text-align: center; 
    font-family: Arial; 
    font-size: 28px;
    font-weight: bold;    /* options are normal, bold, bolder, lighter */
    font-style: normal;   /* options are normal or italic */
    color: #fce809;       /* change color using the hexadecimal color codes for HTML */
}
.title {    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;    
    padding: 0px;
    width: 55px;
    text-align: center; 
    font-family: Arial; 
    font-size: 12px; 
    font-weight: bold;  /* options are normal, bold, bolder, lighter */
    color: #ffffff;       /* change color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
}
#table {
       margin:0 0 0 -85px;
          /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

/* --- footer --- */	
	#copyrightinfo02 {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#FFFFFF; width:400px; text-align:center; margin:0 auto;}
	#copyrightinfo02 a {color:#aed6ff; text-decoration:none; margin:0 10px 0 10px;}
	#copyrightinfo02 a:hover {color:#FF0000; text-decoration:none;}

/* --- END footer --- */


