﻿body {
	background-color: #999999;	
	
}


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
} 

.ecommbox {
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px;
	border: 0px solid #666666;
}
#benefitList  li { list-style-image: url('../../../../images/bullet.gif'); margin-left: 20px;  margin-bottom: 10px}

/* BUTTONS */

.buttons a, .buttons button, .buttons input{
	display:block;
	float:left;
	background-color:#1470c5;
	border:1px solid #105FA6;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer; /* Links */
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover, .buttons input:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active,  .buttons input:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* Dimmer */

button.dimmer, .buttons a.dimmer{
	color:#FFFFFF;
	background-color: #518DCC;
	border: 1px solid #4376AB;
}
.buttons a.dimmer:hover, button.dimmer:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.dimmer:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

