body {
	font: 1em/10pt arial, courier, arial, sans-serif;
	color:#fff;
	font-size: 76%;
	margin:0px;
	background-color: #000;
}

										/* LINKS */
a img{text-decoration: none;border: 0 none;}

p{margin:0px; padding-top:3px;}

		
										/* CONTACT */
										
.row label {
	width: 230px;
	display: block;
	font: normal 12px Arial, serif;
	color:#fff;
}

.input-text {
	background: url(images/input-textarea.gif) no-repeat 0 0;
	margin-bottom:6px;
	border:1px solid #333;
	width:209px;
	height:19px;
	float:left;
}

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

.input-textarea{
	background: url(images/input-textarea.gif) no-repeat 0 0;
	float:left;
	position: relative;
	width: 209px; height: 64px;
	border:1px solid #333;
	color: #fff; font: normal 11px Arial, sans-serif;
	margin-bottom:6px;
}

.input-textarea textarea{
	display: block; position: absolute;
	color: #fff; font: normal 11px Arial, sans-serif;
	top: 5px; left: 5px;
	width: 200px; height: 55px;
	max-width:200px; max-height:55px;
	background: none;
	border: 0;
	overflow: auto;
}

.submit-btn {
	background: url(images/submit-btn.gif) no-repeat 0 0;
	cursor:pointer;
	border:0;
	width:50px;
	height:40px;
	float:left;
}

.contact-form {
	width:230px;
}

.captcha {
	width: 230px;
	display: block;
	float:left;
}

.rightcaptcha {
	display:block;
	color: #fff; font: normal 11px Arial, sans-serif;
	width:120px;
	float:left;
	margin-bottom:6px;
}

.leftcaptcha {
	margin-bottom:6px;
	background:#fff;
	display:block;
	border:1px solid #333;
	float:left;
}

.rightcaptcha input {
	border:1px solid #333;
	display: block;
	width: 100px;
	padding-top:4px;
	padding-left:3px;
	background: 0; 
	color: #fff; font: normal 11px Arial, sans-serif;
}

#skip_CaptchaCode {
	background: url(images/input-textarea.gif) no-repeat 0 0;
	text-transform: uppercase;
}
