html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
	font-family:'Arial';
	text-align: center;
	/* height: 800px; */
	/*
	background: #FFF url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	*/
	
}

a { color: #d6161f; background: transparent; font-weight: normal; text-decoration: none;}
a:hover { color: #d6161f; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #d6161f; background: transparent; font-weight: normal; text-decoration: none;}


h1 {
	color: #A30910;
	font-size: 18px;
	line-height: 25px;
	margin: 0px 0 15px 0;
}

h1 span { display: none; }
h1#logo { height: 100px; background: url(../mingle_logo.jpg) no-repeat; background-position:center; text-align: center; } 


h2 { 
	font-size: 16px; 
	font-weight: bold; 
	margin: 7px 0 10px 0; 
	padding: 0 0 0 0;
	color: #ccc; 
}

h3 { 
	font-size: 14px; 
	margin: 0px 0 10px 0; 
	padding: 0 0 0 0;
	color: #595959;
	font-weight: normal; 
}

p {
	margin: 0 0 1em; }
	
#outer { /* border: 1px solid #DDD; */ margin: 10px auto 0 auto; padding: 15px 20px 0px 20px; }

#block { width: 565px; height: 416px; background: url(../block_bg.jpg) no-repeat top left; padding: 10px 20px; margin: 10px auto 0 auto; }
#dating_block { font-size: 12px; width: 470px; height: 140px; /* background: white; */ margin: 10px auto 0 auto; text-align: left; }
#dating { float: left; margin: 5px 15px 0 0; border: 1px solid #ccc; }

form.sendmail { 
  background: none; 
  border: 0px solid #EEE;
  margin: 0px;
  padding: 0px;  
}

form.sendmail #field {
	background: #FFF; 
	color: #868686;
	font-size: 16px;
	padding: 5px;
	border:2px solid #b4b4b4; 
	margin: 0 0 0 0;
}


#sendimage {
	border: 0px;
	padding: 0 0 0 0;
	margin: 0px 0 0 0;
	
	width: 111px;
	height: 34px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../verstuur.gif) no-repeat top right;
	
	
	
}


#current { margin: 7px auto 0 auto; font-size: 11px; color: #ccc; }
#current a { color: #ccc; background: transparent; font-weight: normal; text-decoration: none;}
#current a:hover { color: #bbb; background: transparent; font-weight: normal; text-decoration: underline;}
#current a.highlight { color: #ddd; background: transparent; font-weight: normal; text-decoration: none;}




