
a {
	color:#5c698a !important;
	text-decoration:none;
}
a:visited {
	color:#5c698a !important;
}
a:hover {
	text-decoration:underline;
}
.oldColor    { color:#5c698a; }
.darkBlue    { color:#315AFF; }
.darkPink    { color:#FFBA9E; }
.darkYellow  { color:#FFF1D1; }
.lightBlue   { color:#6D96FF; }
.lightPink   { color:#FFD9C8; }
.lightYellow { color:#FFF8E7; }
body {
	background-color:#FFF8E7;
	background-image:url('/img/background01.png');
	display: table-cell;
	font-family:'Molengo',sans-serif;
	margin:0;
	vertical-align: middle;
}
.writtenText {
	font-family: "Alegreya", georgia, serif;
}
.body,body > div {
	background-color:#FFF8E7;
	left:calc(50% - 300px);
	margin:-20px 0;
	min-height:710px;
	position:relative;
	top:0px;
	width:600px;
}
.breadcrumbs {
	margin:20px 50px 0 50px;
}
.breadcrumbsRight {
	float:right;
	margin:20px 50px 0 50px;
}
.clear {
	clear:both;
	height:0;
}
.contact {
	float:left;
	padding:20px 0;
	text-align:center;
	width:500px;
}
.contact > span.link {
	margin-right:6px;
}
.copyright {
	bottom: 0;
	color:#999;
	font-size:10px;
	left: 180px;
	position: absolute;
	text-align:center;
}
.formPasswordHelper1 {
	float:left;
}
.formPasswordHelper2 {
	float:left;
	margin-left:10px;
}
html {
	display: table;
	margin: auto;
}
input[type="text"] {
	width:200px;
}
.link {
	color:grey;
	font-style:italic;
}
.logo {
	height:123px;
	margin:70px 200px 30px 200px;
	width:200px;
}
.product {
	border-bottom:thin solid black;
	float:left;
	margin:0 0 0 60px;
	padding:20px;
	text-align:left;
	width:340px;
}
.section {
	margin:0 50px;
	position:relative;
	width:500px;
}
.spacer {
	clear:both;
	height:20px;
}
textarea {
	height:100px;
	width:494px;
}
.title {
	font-size:30px;
	margin:50px 30px;
	position:relative;
	text-align:center;
	width:540px;
}
.website {
	font-size:24px;
}