/***************** smartdevs Theme by LyolikSW *****************/

body {background-color:#f0f9ff;}
table {width: 250px; margin: auto; border-collapse: collapse;}
/*table {width: 300px; margin: auto; border-collapse: collapse;}*/
td {text-align: center; border: 0px solid gray; padding: 2px;font-size: 13px;}
td.bordered {border: 1px solid gray;}
div {display: inline;}

div.foregnd {
	background:#fff;
	opacity:0.8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}


a.button {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 1.3em;
	line-height: 1.5em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 3px #fff;
	color: #446;
	outline: none;
	border: 2px solid #e0e0ff;
	border-radius: 5px;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #aaf;
	background: linear-gradient(#f0f0ff, #f5f5ff 48%, #d7d7ff 100%, #d7d7ff);
  
}
a.button:active {
	top: .1em;
	left: .1em;
	box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}

.footer {
	position: fixed;
	left: 0; bottom: 0;
	padding: 5px;
	background: rgba(240,240,240,0.9);
	font-size: 10px;
	box-sizing: border-box;
	color: #999;
	width: 50%;
	list-style-type: none;
}

a.ftr:link {color: #77f}
a.ftr:visited {color: #77f}
