/* Fonts */

h1 {
	padding-top: 0px;
	margin-top: 15px;
}
a:link {
	color: #0D72C7;
}
a:visited {
	color: #0D72C7;
}
a:hover {
	color: #D32D2D;
}
.about-text-white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.about-text-white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.about-text-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
textarea:focus {
	border: 1px solid #D32D2D;
}
.body-text-big {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
.body-text {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 15pt;
	text-align: left;
}
.body-text-red {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #C90D23;
	line-height: 15pt;
	text-align: left;
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.bodytextsmall-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
.headline-text {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-weight: bold;
	line-height: 27px;
}
.headline-text-red {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C90D23;
	text-align: left;
	font-weight: bold;
	line-height: 27px;
}






/* "Return to product page" popup */

.poppup_overlay{
display: none;
position:fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
background-position:fixed;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

* html .poppup_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + ‘px’);
}

.poppup_content {
display: none;
position: relative;
top: 1000px
left: 1000px;
width: 855px;
padding: 40px;
background-color: white;
z-index:1002;
overflow: auto;
-moz-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

* html .poppup_content { /* ie6 hack */
position: absolute;
margin-top: expression(0 – parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + ‘px’);
}





/* Body Layout */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image:url(http://playpen.pqsystems.com/images/back3.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
HTML {
	height: 100%;
}
.box {
	width: 935px;
	padding-right: 39px;
	padding-left: 39px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 82px;
}
.return {
	width: 250px;
	height: 25px;
	margin-top: 28px;
}
.logo {
	width: 400px;
	margin-top: 29px;
	margin-bottom: 34px;
}
.chat {
	width: 239px;
	float: right;
}
.form {
	width: 855px;
	padding: 40px;
	background-color:#FFF;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.return-text {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 15pt;
	text-align: left;
}
.return-text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.return-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.return-text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
