body {
	margin:0;
	padding:0;
	border:0;
	color:#1F1F1F;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	font-size: 12px;
	line-height: 24px;
}
.loginBox form {
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color:#999999;
	text-decoration:none;
	font-weight: bold;
 }

a:hover {
	color:#fff;
}

.loginBox {
	color: #666666;
	font-family: Tacoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
}

.subscribe {
	color: #666;
	background: transparent url(images/subscribe_btn.gif) no-repeat;
    height: 19px;
    width: 118px;
    border: none;
}

.subscribe:hover {
	color: #fff;
	background: transparent url(images/subscribe_btn.gif) 0 -19px no-repeat;
}

label {
	margin-top:10px;
	font-weight: bold;
	display:block;
}

input, textarea, .textareacolor {
	background: #1E1E1E url(images/blank2.gif) repeat;
	border:1px solid #282828;
	color:#fff;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	height:23px;
	margin:10px 0 10px 0;
	padding: 5px 10px 0 10px;
	width:250px;
	letter-spacing: 1px;
}

textarea:focus, input:focus, .textareacolor:focus {
	background: #1E1E1E url(images/blank2.gif) repeat;
	color:#fff;
}

input.submit {
	padding:2px 5px;
	font:bold 12px/12px verdana,arial,sans-serif;
	letter-spacing: 1px;
}

input.send-btn, input.send-btn a {
	background: #333 url(images/btn-send.gif) no-repeat;
	outline: none;
	height: 19px;
	width: 118px;
	border: none;
	color: #FFFFFF;
	font-size:10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin:0;
	padding: 0;
}

input.send-btn:hover {
	background: #333 url(images/btn-send.gif) 0 -19px no-repeat;
	color: #666666;
}

/* -------------------------------- RADIO BUTTON -------------------------------- */

.checked{
	background-image:url(images/chk_on.png);
	background-position:50px center;
	background-repeat:no-repeat;
	margin:10px 0pt 10px;
	clear:both;
	cursor:pointer
}
.unchecked{
	background-image:url(images/chk_off.png);
	background-position:50px center;
	background-repeat:no-repeat;
	margin:10px 0pt 10px;
	clear:both;
	cursor:pointer
}