/*---------------------------
	INFO
--------------------------
DEVELOPED BY: First Beat Media
DATE: 

/*------------------------
BACKGROUND
------------------------*/
body {
	background-color: #46412c;
}
/*------------------------
OTHER ELEMENTS : lines , buttons, headline inside form...
------------------------*/
header > a {
	background-color: #9f662e;
	color: #d6c08e;
	
}
.title h2 {
	color: #d6c08e;
	text-shadow: 1px 1px 3px #333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	background-image: url(http://thirdbasedating.com/viktor/black.png);
	background-repeat: repeat;
}
.body_form {
	border-top: 3px solid #9f662e;
	border-bottom: 3px solid #9f662e;
}
.left > img {
	border: 3px solid #9f662e;
}
.right h2 {
	color: #9f662e;
	border-top: 2px solid #d6c08e;
	border-bottom: 2px solid #d6c08e;
}
.input_holder label {
	color: #9f662e;
}
.submit_button input {
	background-color: #9f662e;
}
footer {
	border-top: 3px solid #000000;
}

.pages .active {
	background-color: #9f662e;
}