body {	
	background-color: #000000;
	font-family: Arial;
}

.clear {
	clear: both;
}

#text {
	float: left;
	width: 215px;
	margin-left: 20px;
}

h1 {
	font-family: Arial Black, Arial;
	margin-top:15px;
	margin-bottom:10px;
	font-size:16px;
	letter-spacing: -0.5px;
	color:#999999;
}

p {
	color: #cccccc;
	font-size: 11px;
	line-height: 160%;
	letter-spacing: 0.2px;
}






#form {
	float: right;
	width: 240px;
	margin-top: 15px;
}

.row {
	display: block;
}

.row label {
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 1px;
	display: block;
}

.input-text {
	background:url(../img/input-text.gif) no-repeat 0 0;
	margin-bottom:12px;
	width:209px;
	height:19px;
	float:left;
}

.input-text input{
	display: block;
	width: 200px;
	margin: -1px 5px;
	padding-top:4px;
	background: none; border: none;
	color: #999; font: normal 10px Arial, sans-serif;
}

.submit-btn {
	background:url(../img/btn-submit.gif) no-repeat 0 0;
	margin-left:4px;
	margin-top: 1.5px;
	cursor:pointer;
	border:0;
	width:10px;
	height:11px;
	float:left;
}