html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
}
h1, h2, h3, h4, h5 {
	font-family: 'Cinzel', times, serif; 
	font-weight: bold;
	color: #DBAE3F;
	margin: 0px;
	padding: 2px 0px 6px 5px;
	line-height: initial;
}
p {
	margin: 0px;
	padding: 2px 0 4px 0;
}
input, select, textarea, button {font-family: Arial, Helvetica, sans-serif;outline: none;}
.rem {
	font-size: 90%;
	font-style: italic;
	color: #999;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#working {
	display: none;
}
#loader {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 16px;
	height: 16px;
	clear: both;
}
button.baseButton {
	position: relative;display: inline-block;width: 200px; height: 36px; line-height: 36px; font-size: 14px; text-align: center; overflow: hidden; padding: 0 8px;
	background: transparent url('../img/bg_bt.png') no-repeat; color: #FFF;border: none;
}
button.smalButton {
	position: relative;display: inline-block;width: 100px; height: 36px; line-height: 36px; font-size: 14px; text-align: center; overflow: hidden; padding: 0 8px;
	background: transparent url('../img/bg_bt2.png') no-repeat; color: #FFF;border: none;
}
button.icleft {text-align: left;padding-left: 0;}
button.icright {text-align: right;padding-right: 0;}
button .ic24 {margin: 0 8px;}
