﻿.button
{
	background-color: #007ac6;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
.button.small
{
	border-radius: 15px;
	float: right;
	margin: 22px 5px 0;
	padding: 6px 15px;
}
.button:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.button>span
{
	font-size: 84%;
}
.button.b-close,.button.bClose
{
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.faqLinksTable{
	font-size:large;
	background-color:#007ac6;
	padding:10px;
	margin:10px;
	color:white;
	height:33px;
}

.faqLinksTable:hover {
	background-color:#009BF9;
	color:white;
}

.faqLink{
	background-image:url('/_layouts/images/linkIcon.png');
	background-position:right 50%;
	background-repeat:no-repeat;
	position:absolute
}

.faqLinkBackground{
	background-color:#007ac6;
	padding:10px;
	position:absolute;
	display:block;
	z-index:9999;
}

