#home_main
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px 20px 0 20px;
	border: 1px solid darkgray;
	/*+border-radius: 4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	/*+box-shadow: 1px 1px 2px lightgray;*/
	-moz-box-shadow: 1px 1px 2px lightgray;
	-webkit-box-shadow: 1px 1px 2px lightgray;
	box-shadow: 1px 1px 2px lightgray;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1.2rem;
}
/*common styles */
.c1-buttons-center
{
	margin: 15px;
}
.c1-buttons-right
{
	margin: 15px;
}
.c1-button
{
	width: auto;
	min-width: 7rem;
	padding: 3px 5px;
}
/*main*/
#hm_doreg
{
	position: absolute;
	top: 4px;
	right: 50px;
	width: 24rem;
	padding: 5px;
	text-align: center;
	background-color: steelblue;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*+box-shadow: 2px 2px 4px lightgray;*/
	-moz-box-shadow: 2px 2px 4px lightgray;
	-webkit-box-shadow: 2px 2px 4px lightgray;
	box-shadow: 2px 2px 4px lightgray;
	color: oldlace;
	font-weight: normal;
}
#hm_doreg a
{
	color: oldlace;
}
#cab_header
{
	font-size: 3.5vw;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 3px 3px 3px lightgray;
	color: steelblue;
	text-align: center;
	margin: 5px 0 25px 0;
}
#cab_footer
{
	position: absolute;
	bottom: 0;
	height: 4%;
	width: 100%;
	font-size: 1.5vh;
	font-weight: bold;
}
#cab_main
{
	overflow: hidden;
	height: 85%;
	margin: 0 10px;
}
#big_logo
{
	display: block;
	margin: auto;
	/*+border-radius: 10px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	height: 100%;
}
