@charset "UTF-8";
html,body{
    height:100%;
    margin:0;
    padding:0;
}
body{
	text-align:center;
	min-width:932px;
	min-height:515px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#vertical{
    position:absolute;
    top:50%;
    margin-top:-258px;/* half main elements height*/
    left:0;
    width:100%;
}
#hoz {
    width:932px;
    margin-left:auto;
    margin-right:auto;
    height:515px;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
}
#pagebg {
	background-image: url(home.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 515px;
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
#login {
	width: 225px;
	background-color: #0F5324;
	text-align: left;
	border: 3px solid #0A0500;
}
.button {
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	background-color: #FEC00B;
	color: #7A5D0D;
	text-align: center;
}
#loginpos {
	text-align: left;
	padding-top: 165px;
	padding-left: 252px;
}
.widthfields {
	width: 160px;
}
input {
	border: 1px solid #FAC21B;
}
form {
	text-align: center;
}
.clear {
	clear:both;
}
