﻿body { background:#171717;}
html, input, textarea, select {font-family:Tahoma; font-size:12px; color:#000000; line-height:16px;}

.centered-div 
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height: 220px;
	margin-top: -110px; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	background-color: #171717; 
}

.centered-div-page 
{
	position:absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	background-color: #171717; 
}

.rounded-rectangle
{
   margin-top: 4px;
   margin-bottom: 2px;
   padding: 3px 10px 3px 10px;
   -moz-border-radius: 6px;  
   border-radius: 6px 6px 6px 6px;
   border: 1px solid #bfd4ec;
}

.rounded-rectangle-optout
{
   margin-top: 4px;
   margin-bottom: 2px;
   padding: 3px 10px 3px 10px;
   -moz-border-radius: 6px;  
   border-radius: 6px 6px 6px 6px;
   border: 1px solid #bfd4ec;
   background-color: #FFFFAA;
}

.bg-white
{
   background-color: White;
}

.bg-optout
{
   background-color: #FFFFAA;
}