@charset "utf-8";

body,td,th {
font-family:Georgia, Times New Roman, Times, serif;
font-size:11px;
color:#ccc;
}

body {
background-color:#000;
margin:0;
}

img {
border:none;
}

.headerNav {
background-image:url(/img/image01.png);
background-repeat:repeat-x;
height:100px;
}

.navButton {
width:650px;
height:100px;
padding-left:150px
}

.logo {
width:150px;
height:400px;
float:left
}

.content {
padding-left:150px;
padding-top:25px;
}
.row {
    float:left;
    position:static;
}

label {
width:50px;
float:left;
text-align:right;
margin-right:30px;
display:block;
}

.submit {
margin-left:80px;
}

a:link,a:visited,a:hover,a:active {
color:#FFF;
}

input,textarea {
color:#999;
background:#000;
border:1px solid #999;
}
/* Basic formats */

.bold {
		font-weight: bold;
}

.italic {
		font-style: italic;
}

.underline {
		text-decoration: underline;
}

/* Global align classes */

.left {
		text-align: inherit;
}

.center {
		text-align: center;
}

.right {
		text-align: right;
}

.full {
		text-align: justify
}

/* Image and table specific aligns */

img.left, table.left {
		float: left;
			text-align: inherit;
}

img.center, table.center {
		margin-left: auto;
			margin-right: auto;
				text-align: inherit;
}

img.center {
		display: block;
}

img.right, table.right {
		float: right;
			text-align: inherit;
}
.linebreak {
	width:99%;
	height:0px;
	color: #999;
	background-color: #999;
}
#recaptcha_response_field {
	border-color: #000 !important;
	background-color:#FFF !important; 
}
