body {
  background-color: black;
  margin: 0;
  padding 0;
  font-family: Tahoma;
  font-size: 12px;
  color: white;
}
img {
  border: 0px;
}
#main {
  width: 1024px;
  border: 0px solid black;
  font-size: 14px;
}
#top {
  width: 1024px;
  border: 0px solid black;
}
a {
  font-family: Tahoma;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
a:hover {
  font-family: Tahoma;
  font-size: 13px;
  color: white;
  text-decoration: underline;  
}
.space {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 10px;
}
form {
	border: 2px dotted black;
	width: 190px;
}

#result {
    margin-left: 0px;
    margin-top:30px;
	  width: 190px;
    text-align: center;
    font-family: Tahoma;
    font-size : 12px;
    padding: 5px;
}
.error {
    font-family: Tahoma;
    font-weight:normal;
    font-size : 10px;
    color:  white;
    padding:5px;

}
.text {
	border: 1px solid #cccccc;
	width: 180px;
	font-family: Tahoma;
	font-size: 11px;
}
.text2 {
	border: 1px solid #cccccc;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	background: #c92933;
}
input {
    	border: 0px solid #cccccc;
	font-family: Tahoma;
	font-size: 11px;
}
textarea {
	width: 180px;
	height: 80px;
	font-family: Tahoma;
	font-size: 11px;
}
h1 {
  font-size: 16px;
}
h3 {
  font-size: 12px;
}
