@charset "UTF-8";
body, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	color:#675C53;
}
body {
	line-height: 14px;
	background-color: #D3A985;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* DIV Wrapper Styles*/
.wrapper {
	/*margin: 0px;
	min-height: 100%;
    height: auto !important;
    height: 100%;*/
    margin: 0 auto;
	width: 770px;
}
#registration {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2.5em;
	background-image: url(../images/for_registr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 275px;
	height: 55px;
	padding-top: 150px;
	padding-bottom: 0em;
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25;
}
.content { padding-left: 15px; }
.box {
	background-color:#FFF;
	border: 4px solid #fff9d9;
}
form {
	margin:15px 0px;
	text-align:center;
}
form table {
	margin: 0px auto;
}
textarea, input.text  {
	background: #fff9d9;
}
td {
	text-align:left;
	vertical-align:top;
}
hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color:#000;
	color:#675C53;
}
a#goback {
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.5em;
	height: 40px;
}
a#goback:link, a#goback:visited {
	color: #675C53;
}
a#goback:hover, a#goback:active {
	color: #FFF;
}
