body {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#2f3233;
}

/* STRUCTURE */

a{
color:#2f3233;
	}
a:hover{
	text-decoration:none;
	color:#9a141f;
	}

.cjsp-inputbox{
	border:3px solid #2f3233;
	font-size:12px;
	padding:6px;
	width:350px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior:url(../js/border-radius.htc);
	color:#9a141f;
	}

.cjsp-submit{
	background:#fff;
	border:3px solid #2f3233;
	font-size:12px;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior:url(../js/border-radius.htc);
	cursor:pointer;
	}

.structure{
	background:URL(images/aps_logo.png) no-repeat left 10px;
	position:absolute;
	left:50%;
	top:50%;
	width:875px;
	height:545px;
	}
.subscribe{
	font-size:18px;
	position:absolute;
	right:0;
	bottom:90px;
	height:90px;
	width:535px;
	}
.subscribe form{
	margin-top:15px;
	}
.cjsp-spammsg, .cjsp-smessage{
	position:absolute;
	bottom:0;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:4px;
	font-weight:normal;
	}
.footer{
	font-size:11px;
	position:absolute;
	bottom:0;
	text-align:right;
	width:875px;
	height:45px;
	line-height:45px;
	}
.footer span{
	font-size:18px;
	letter-spacing:13px;
	line-height:45px;
	height:45px;
	color:#9a141f;
	float:left;
	}
