body {
	font-family: 'Philosopher', sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b8b8b7;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

img {
	border: 0px;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	color: #585858;
	margin-left: 30px;
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #585858;
}

a:link, a:visited, a:active {
	color: #585858;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-left: 15px;
	padding: 3px;
	resize: none;
	font-size: 12px;
	color: #585858;
}

input:hover, input:focus, input:active {
	border: 1px solid #666666;
	background-color: #F1F1F1;
}

.input_submit {
	width: 158px;
}

.width_150 {
	width: 150px;
	
}

.error {
	color: #c00000;
}

#wrapper {
	width: 1100px;
	z-index: 1;
	border: 0px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -550px;
}

#content {
	position: absolute;
	left: 430px;
	margin-top: 290px;
	width: 400px;
	display: block;
}

#footer {
	text-align: center;
	margin-top: 530px;
}

#content table tr td {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #585858;
}
