@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	
}

*{
	font-family:Calibri, Arial, Verdana, sans-serif;
	color:#fff;
	padding:0;
	margin:0;
}

p{
	width:400px;
	padding:10px 0 20px 40px;
	
}

div#container{
	text-align:center;
}

div#menu{
	border:1px solid #999;
	height:50px;
	background:url(images/bg.jpg) repeat-x;
}

div#menu a{

	border:1px solid #fff;
	display:inline-block;
	height:30px;
	padding:10px 10px;
	text-decoration:none;
	font-size:20px;
	
}

/*div#menu a:hover{
	background:url(images/over.jpg) repeat-x;
	color:#FFF;
}*/
input{
	color:#000;
}



img{
	border:0px solid;	
}

a.text{
	color:#06C;
	font-size:20px;
	padding:0 0 0 20px;
}

form{
	padding:10px;
	border:0px solid;
	width:400px;
	text-align:left;
	margin:0 auto;
	background-color:#000;
}


label{
	padding:5px 5px 5px 22px;
	border:0px solid #999;
	display:block;
	cursor: pointer;
  	cursor: hand;
}

form label.required {
  //background-image: url(images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.problem {
  background-image: url(images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.completed {
  background-image: url(images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}

span{
	width:50px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	border:0px solid #990000;
	color:#fff;
	font-size:14px;
}

span.radio{
	width:500px;
	display:block;
	text-align:left;
}

span.textarea{
	width:500px;
	display:block;
	border:0px solid #990000;
	text-align:left;
}

input{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:2px;
}

input.radio_button{
	margin:0 5px 0 20px;	
	border:1px solid #999;
}

textarea{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	color:#000;
}

b.err{
	margin: 0 0 0 100px;
	color:#990000;
}


/*body {
  font-family: verdana;
  font-size: 12px;
}
h1 {
  margin: 0 0 0.2em 0;
}
form {
  width: 600px;
  border: 2px solid #ccc;
  padding: 1em 0;
}
form div {
  clear: both;
  margin-bottom: 2px;
}


div#submitdiv {
  margin-left: 7em;
  padding-left: 22px;
  padding-top: 0.3em;
}
input#subject, textarea {
  width: 460px;
}
input#email, input#phone {
  width: 40%;
}
input, textarea {
  border: 2px solid #ccc;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}


*/




