* {
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}
body {
	background-image: url(img/bkg.jpg);
	background-repeat: repeat-x;
	margin: 15px;
	height: 100%;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 5px 1px;
	padding: 5px 5px 1px;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 10px 1px;
	padding: 5px 10px 1px;
}

.boxLogin {
	background-color: #9C6E53;
	background-image: url(img/box.login.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 0px;
}
.contentHeader {
	background-color: #D5B49C;
	vertical-align: top;
}
.loginText {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 15px;
}

#nav {
	margin-bottom: 10px;
	margin-left: 245px;
	padding-top: 4px;
	margin-top: 3px;
	width: 500px;
}

.contactInfo {
	font-size: 10px;
	font-weight: bold;
	text-align: center;

}
.HeaderBox {
	border: 1px solid #82492B;
	padding: 10px;
	background-color: #B08568;
	margin: 7px 7px 0px;
	width: 47%;
}
.ContentBox {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 0px 7px 7px;
	border-top: 1px none #82492B;
	border-right: 1px solid #82492B;
	border-bottom: 1px solid #82492B;
	border-left: 1px solid #82492B;
	width: 47%;
}
.loginFields {
	margin-left: 15px;
	margin-right: 15px;
}
.backendLink {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
}
.textProduct {
	font-size: 11px;
	text-align: left;
}
