body
{
	background-image: url('http://keithkurson.net/kissxchange/images/bg.png');
}

#content
{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-image: url('http://keithkurson.net/kissxchange/images/transparent.png');
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: .9em;
	border: 1px solid black;
	width: 60%;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;	
}

.header
{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dotted black;
	width: 50%;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 15px;
}

a
{
	border-bottom: 1px dotted black;
	color: #070000;
	text-decoration: none;
	cursor: help;
}

input
{
	border: 1px solid black;
	background-image: url('http://keithkurson.net/kissxchange/images/transparent.png');
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
	margin: 5px;
	width: 300px;
}

#note
{
	font-size: .7em;
	margin-top: 30px;
	text-align: left;
}
