@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}
body{
	background:#000 url(bgstreet.jpg) no-repeat fixed center top;
	font-family: helvetica,arial,san-serif;
	font-size:100%;
	color:#999999;
	text-align:center;
}

body.resultspage {
	background:#000 url(bgdoors.jpg) no-repeat fixed center top;

}
	



/*GENERAL CONTENT STYLES*/
a {
	color:#de2473;
	border-bottom:1px dotted #de2473;
    font-weight:bold;
	text-decoration:none;}
a:hover{
	color:#ccc;
	border-bottom:1px solid #ccc;}
p{
	line-height:18px;
	margin-bottom:8px;}
h1 {
	font-weight:normal;
	font-size:23px;
	line-height:28px;
	color:#fb87ca;
	padding:0 0 10px 0;
}



#container {
	
	text-align:left;
	width:620px;
	margin: 75px auto;
	clear: both;
}

#intro {
	padding-top: 30px;
	margin: 0px 30px 30px 85px;
	
	}



/*FOOTER STYLES*/	


#container { clear: both;}


input, textarea
{
	color: #333;
	background: #fb87ca;
	font-size:23px;
	border: 0;
	font-family: helvetica,arial,san-serif;
}


.submit input
{
color: #FFF;
background: #ffa20f;
border: 0;
padding: 1px 10px;
} 
 h1 input, h1 textarea, h1.submit input 
{
	
	font-size:21
	px;
	
}





