body {
	/*font-size:3em;*/
}

div.main {
	position: relative;
	margin: auto;
	width: 95%;
	/*border: 1px solid gray;*/
	padding: 10px;
}

.spacer {
	margin: 4px;
	vertical-align: middle;
}

input[type=text] {
	size:14;
	font-size:2em;
	margin:auto;
}

.centered {
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.vcentered {
	position: relative;
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    vertical-align: middle;
}

.notice {
	vertical-align:bottom;
}

.hidden {
	display:none;
}

.loader{
	background-image: url("../media/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 120px 120px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

table, td, th, .bordered {
	border: 1px solid #2e6e9e;
	margin: 1px;
}
