/* CSS Document */

/********************************************************************************** Contact */
body{
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
label{
  display:block;
  font-style:italic;
}
input, textarea, textfield, .message {
  color:#cccccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.8em;
  padding:5px;
  margin:5px 0 15px 0;
}
.button{
  width:140px;
  border:1px solid #888888;
  padding:10px;
  margin-right:20px;
  background:#84cc5c;
}
.button-reset{
  background:url(images/contact-reset.png) center no-repeat;
}
.button-submit{
  background:url(images/contact-submit.png) center no-repeat;
}
.bot-line{
  padding-bottom:5px;
  border-bottom:1px dotted #aaaaaa;
  overflow:hidden;
}

.style1 {font-size: x-small}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.test1 {
	color: #999999;
	font-size:14px;
}
h1 {
		font-size:18px;
		color:#999999;
}
