﻿.how-it-helps-tabs li a {
	display: block;
	float: left;
	width: 280px;
	font-size: 12px;
	color: #888888;
	padding-right: 20px;
	padding-left: 29px;
    padding-top:10px !important;
    padding-bottom:10px !important;
	line-height: 16px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 2px solid #ffffff;
	border-bottom: 4px solid #ffffff;	
	text-transform: none;
	font-weight: 600;
	position: relative;
}
.how-it-helps-tabs li a i {
	background: url(../images/checkboxes.png) no-repeat 0px 0px;
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 15px !important;   
	left: 8px;
}
.how-it-helps-tabs li a.active i {
	background: url(../images/checkboxes.png) no-repeat 0px -14px;
}
.how-it-helps-tabs li a.active {
	background: #F2F6FA;
	color: #2C67B4;
}
.how-it-helps-tabs li.active a {
	width: 282px;
	color: #2157A5;
	font-weight: 600 !important;
	border-left: 2px solid #2157A5;
	border-bottom: 2px solid #2157A5;
	border-right: 2px solid #ffffff;
	margin: 0 -2px 0 0;
	margin-bottom: 0 !important;
	padding-bottom: 5px;
}
.how-it-helps-tabs li.active a:hover {
	width: 282px;
	color: #2157A5;
	font-weight: 600 !important;
	border-left: 2px solid #2157A5;
	border-bottom: 2px solid #2157A5;
	border-right: 2px solid #ffffff;
	margin: 0 -2px 0 0;
	margin-bottom: 0 !important;
	background: url(../images/small-arr.png) no-repeat 12px 12px;
	padding-bottom: 5px;
}
.how-it-helps-tabs li.active a:focus {
	width: 282px;
	color: #2157A5;
	font-weight: 600 !important;
	border-left: 2px solid #2157A5;
	border-top: 2px solid #2157A5;
	border-bottom: 2px solid #2157A5;
	border-right: 2px solid #ffffff;
	margin: 0 -2px 0 0;
	margin-bottom: 0 !important;
	background: url(../images/small-arr.png) no-repeat 12px 12px;
}

/*CheckArticle*/
.imageenlarge{display:block; background-image:url(../img/nav/imagethumb-gallery1.gif); background-repeat:no-repeat; background-position:left top; height:127px; width:208px; padding-top:10px; padding-right:10px; padding-left:10px}
.imageenlarge a img{border:none; width:195px; height:87px; display:block}
.imageenlarge a span{padding-top:7px; padding-right:10px; padding-left:20px; display:block; font-size:10px; color:#999}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	*/
	border:0px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> END -- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.reg-steps-wrapper-new {
	height: 92px;
	margin: 0 25px 0 0;
	background: #ededed;
}
.basiclist {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.basiclist h3 {
	background-image: none;
	margin: 0px;
	padding: 3px;
}
 .basiclist ul {
	list-style-type: none;
    margin-left:0px;
}
.basiclist ul li {
	background-image: url(../img/nav/ulli.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	padding-left: 16px;
	padding-bottom: 5px;
    font-size:12px;
}

.boxcomment1 {
	background-image:url(../img/nav/comment1.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 28px;
}
.boxcomment2 {
	background-image:url(../img/nav/comment2.gif);
	background-position:right bottom;
	color:#000000;
	font-family: "Open Sans", Arial;
	font-size:11px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}
.boxcomment2 p {
	margin-bottom: 5px;
}
.boxcomment3 {
	color:#666;
	font-family:"Open Sans", Arial;
	font-size:11px;
	font-style: oblique;
	padding-bottom: 15px;
}

.answers-survey input {
   display:inline;
   margin-right:10px;
   vertical-align:top;
}
.answers-survey label {
   display:inline;
}

#div_end_user input {
    width: 17px !important;
    height:17px !important;
}

#div_cb_terms label {
    display:inline-block;
    padding-left:10px;
    margin-top:3px;
    vertical-align:text-top;
}
.green-links {
	text-transform: none;
}

.tbl-survey tr td{
    
    vertical-align:top;
}

.tbl-survey tr td:first-child {
   padding-right:20px;
   width: 65%;
}
.boxes-links-wrapper {
    padding-right:20px;
}
.left-top-menu li a {
    text-transform:none;
}
.message {	
	font-style: normal;
}
/*10.02.2014.*/
.boxes-links-wrapper .key {
	display:block;
	width:100%;
}
.no-left-margin {
	margin-left:0;
}
.tot-ma2 i {
background: url(../images/sprites/icon-set-2.png) no-repeat 0 0;
width: 26px;
height: 26px;
}
.ext-ra2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -55px 0;
	width: 26px;
height: 26px;
}
.sma-co2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -27px 0;
	width: 26px;
height: 26px;
}
.plu-s2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -82px 0;
	width: 26px;
height: 26px;
}
.dplus-s2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -190px 0;
	width: 26px;
height: 26px;
}
.sup-li2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -109px 0;
	width: 26px;
height: 26px;
}
.exp-or2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -136px 0;
	width: 26px;
height: 26px;
}
.tra-ck2 i {
	background: url(../images/sprites/icon-set-2.png) no-repeat -163px 0;
	width: 26px;
height: 26px;
}
.solution-modal-trigger img {
	width:auto !important;
}
.components-big-4 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -70px 0;
}
.components-big-3 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -35px 0;
}
.components-big-2 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -105px 0;
}
.components-big-1 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -140px 0;
}
.components-big-5 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -174px 0;
}
.components-big-6 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll -209px 0;
}
.components-big-0 i {
	background: url("../images/sprites/icon-set-3.fw.png") no-repeat scroll 10px 0;
}
/*vertical align text with radio button at ArticleSearchTM page*/
.valign_rb input {
    margin-top:-2px;
}
/* ArticlesSearch page*/
div.content-nav{color:#666; clear:both; float:none; margin-bottom:5px; padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:10px; font-size:14px; background-image:url(../img/nav/contentnav.gif); background-repeat:repeat-y; background-position:center}
div.content-nav a{}
div.content-nav a:hover{color:#822985}
div.content-nav .content-nav-left{color:#000}
div.content-nav .content-nav-left a{color:#999; font-weight:normal}
div.content-nav .content-nav-right{float:right; display:block}
div.content-nav .content-nav-right .nextpage{color:#0066CA}

div.linefoot1 {
    font-family: 'Open Sans', Arial;
    padding-top: 10px;
}
div.linefoot1 span {
    font-size: 13px;
    font-family: 'Open Sans', Arial;
}
div.linefoot1 h2 span {
    font-size: 20px;
    color: #0088cc;
}
div.linefoot1 table {
    border-width: 0px;
    border-style: none;
    border-color:transparent;
}
div.linefoot1 table td {
    border:none;
    outline:none;
}
.article_search h2 {
    color: #0088cc;
}
.article_search table {

}
.span_search_box {
    margin:0px 25px 0px 0px;
    font-size: 12px;
}
.span_search_box input{
    margin-top:-2px;
}
.lbl_search_box {
    margin-bottom: 15px;
}
.tb_search{
    padding: 0 !important;
    margin: 0 !important;
}
INPUT::-ms-clear
{
  width : 0 !important;
  height: 0 !important;
  display: none !important;
}

/*** P R E D I C T O R ***/
.disc-no-bullets {
	list-style-image: none;
	margin: 20px 0 20px 15px;
	list-style-type: none;
}
.predictor-component h1 i {
	/*background: url("../images/PredictorLogo.png") no-repeat scroll -348px 0px;	
	background-size: 400px 49px;*/
    background: url("../images/PredictorLogo.png") ;	
	
}
.predictor-component .main-content .main-content-heading {
	background: #EDE0FB;
}
.predictor-component .component-part-heading {
	border-left: none;
	padding-left: 0;
}
.add-predictor {
	background: #EDE0FB; 
	height: 90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	text-align: center;		
	vertical-align: middle;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
}
.add-predictor .predictor-icon {
	float:left;
	margin-left: 10px;
	height:50px;
	line-height: 50px;
}

.add-predictor .predictor-icon img {
	vertical-align: middle;
}


.add-predictor .add-predictor-text {
	float:left;
	position:absolute; 
	top:50%; 
	height:40px; 
	margin-top:-12px;
	margin-left: 80px;
	
}
.add-predictor .add-predictor-text .add-predictor-text1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	font-family: 'Open Sans', Arial;
}
.add-predictor .add-predictor-text .add-predictor-contact {
	font-size: 22px;
	font-weight: 100;
	color: #8965AC;
	font-family: 'Open Sans', Arial;
}

.component-part-heading-middle {
	clear: both;
	text-align: left;
	color: #333333;
	font-size: 32px;
	display: block;
	font-family: Georgia, Arial;
	line-height: 1.04;
	padding: 10px 0 0 0;
	height: 140px;
}
.component-part-heading-middle .predictor-benefits-box{
		float:left;
		/*margin-left: 15px;*/
		width: 200px;
		height: 150px;
		padding: 15px 15px 10px 15px;
		background-color: rgb(255,255,255); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */	
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */ 

        /* Firefox v1.0+ */
        -moz-border-radius:5px;
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-border-radius:5px;
        /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
        border-radius:5px;
        /* Firefox v3.5+ */
        -moz-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
        box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e5e5e5,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
        /*filter:~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffff00,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";*/
		
		font-weight: 500;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		line-height: 1.4;
}
/*** I N T E G R A T O R ***/
.disc-no-bullets {
	list-style-image: none;
	margin: 20px 0 20px 15px;
	list-style-type: none;
}
.integrator-component h1 i {
	/*background: url("../images/IntegratorLogo.png") no-repeat scroll -348px 0px;	
	background-size: 400px 49px;*/
    background: url("../images/IntegratorLogo.png") ;	
	
}
.integrator-component .main-content .main-content-heading {
	background: #C7ECFC;
}
.integrator-component .component-part-heading {
	border-left: none;
	padding-left: 0;
}
.add-integrator {
	background: #6ACFF6; 
	height: 90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	text-align: center;		
	vertical-align: middle;
	position: relative;
}
.add-integrator .integrator-icon {
	float:left;
	margin-left: 10px;
	height:90px;
	line-height: 90px;
}

.add-integrator .integrator-icon img {
	vertical-align: middle;
}


.add-integrator .add-integrator-text {
	float:left;
	position:absolute; 
	top:50%; 
	height:40px; 
	margin-top:-20px;
	margin-left: 60px;
	
}
.add-integrator .add-integrator-text .add-integrator-text1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: 'Open Sans', Arial;
}
.add-integrator .add-integrator-text .add-integrator-contact {
	font-size: 16px;
	font-weight: 100;
	color: #333333;
	font-family: 'Open Sans', Arial;
	font-style: italic;
}

.component-part-heading-middle {
	clear: both;
	text-align: left;
	color: #333333;
	font-size: 32px;
	display: block;
	font-family: Georgia, Arial;
	line-height: 1.04;
	padding: 10px 0 0 0;
	height: 140px;
}
.component-part-heading-middle .integrator-benefits-box{
		float:left;
		/*margin-left: 15px;*/
		width: 200px;
		height: 150px;
		padding: 15px 15px 10px 15px;
		background-color: rgb(255,255,255); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */	
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */ 

        /* Firefox v1.0+ */
        -moz-border-radius:5px;
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-border-radius:5px;
        /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
        border-radius:5px;
        /* Firefox v3.5+ */
        -moz-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
        box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e5e5e5,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
        /*filter:~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffff00,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";*/
		
		font-weight: 500;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		line-height: 1.4;
}
/*** Green Line ***/
.disc-no-bullets {
	list-style-image: none;
	margin: 20px 0 20px 15px;
	list-style-type: none;
}
.greenline-component h1 i {
	/*background: url("../images/GreenLineLogo.png") no-repeat scroll -348px 0px;	
	background-size: 400px 49px;*/
    background: url("../images/GreenLineLogo.png") ;	
	
}
.greenline-component .main-content .main-content-heading {
	background: #B7EAB7;
}
.greenline-component .component-part-heading {
	border-left: none;
	padding-left: 0;
}
.add-greenline {
	background: #B7EAB7; 
	height: 90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.65);
	text-align: center;		
	vertical-align: middle;
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
}
.add-greenline .greenline-icon {
	float:left;
	margin-left: 10px;
	height:50px;
	line-height: 50px;
}

.add-greenline .greenline-icon img {
	vertical-align: middle;
}


.add-greenline .add-greenline-text {
	float:left;
	position:absolute; 
	top:50%; 
	height:40px; 
	margin-top:-12px;
	margin-left: 80px;
	
}
.add-greenline .add-greenline-text .add-greenline-text1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	font-family: 'Open Sans', Arial;
}
.add-greenline .add-greenline-text .add-greenline-contact {
	font-size: 22px;
	font-weight: 100;
	color: #8965AC;
	font-family: 'Open Sans', Arial;
}

.component-part-heading-middle {
	clear: both;
	text-align: left;
	color: #333333;
	font-size: 32px;
	display: block;
	font-family: Georgia, Arial;
	line-height: 1.04;
	padding: 10px 0 0 0;
	height: 140px;
}
.component-part-heading-middle .greenline-benefits-box{
		float:left;
		/*margin-left: 15px;*/
		width: 200px;
		height: 150px;
		padding: 15px 15px 10px 15px;
		background-color: rgb(255,255,255); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */	
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */ 

        /* Firefox v1.0+ */
        -moz-border-radius:5px;
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-border-radius:5px;
        /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
        border-radius:5px;
        /* Firefox v3.5+ */
        -moz-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Safari v3.0+ and by Chrome v0.2+ */
        -webkit-box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
        box-shadow:4px 4px 8px rgba(0,0,0,0.65);
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e5e5e5,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";
        /*filter:~"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffff00,GradientType=1) progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#a5000000,Positive=true)";*/
		
		font-weight: 500;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		line-height: 1.4;
}
