body {
	text-align: center;
}
.wrapper {
	position: relative;
	width: 780px;
	font-size: #000 url(../images/view_up.gif) no-repeat;
	margin: 0 auto -85px;
	text-align: left;
}
.header {
}
.btn_holder {
	height: auto;
	margin: 0 auto;
	width: 150px;
}
.txt_holder {
	height: auto;
	margin: 0 auto;
	width: 500px;
}
h1 {
	text-indent: -500em;
}
h2 {
	padding: 0 0 0.6em;
	color: #FF0000;
	font: 0.9em helvetica,arial,sans-serif;
	font-weight: bold;
}
p {
	padding: 0 0 1em;
	color: #000000;
	font: .8em helvetica,arial,sans-serif;
	line-height: 1.5em;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #0bf;
}
a:hover {
	color: #0bf;
}
hr {
	color: #222222;
}
strong {
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
}
.footer a {
	color: #fff;
	text-decoration: none;
	border: 0;
	font-size: 0.8em;
	padding: 0 5px;
}
.footer p {
	position: absolute;
	left: 0;
	width: 500px;
	padding: 0 0 0 50px;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: left;
	top: 20px;
}
.wrapper #centeringbox .btn_holder a {
	border: none #000 0;
}
#centeringbox {
	top: 50px;
}
.clear {
	clear: both;
}
/*FORM*/
.form_holder {
	width: 250px;
	margin: 0 auto;
}
input.send-btn {
	width: 102px;
	height: 21px;
	background: #333 url(../images/Btn.gif) no-repeat;
	outline: none;
	margin-bottom: 5px;
	float: left;
	clear: right;
}
input.send-btn:hover {
	background: #000 url(../images/Btn_over.gif) no-repeat;
}

.button {
	font-size : 12px;
	font-family : "trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	line-height : 15px;
	background-color : #666666;
	width : 120px;
	height : 17px;
	border : 1px solid #333;
	margin: 0 5px 0 0;
	color: #CCCCCC;
	font-weight: normal;
	float: left;
}

.button:focus {
	background-color : #BFDCC8;
	color: #333333;
}
/* -- END Form --*/

