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


.formStyle #formTop {
	width: 594px;
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #606060;
	color: #c1d72d;
	padding: 15px;
	}

.formStyle form {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 90%;
	padding: 5px;
	color: #666;
}

.formStyle input {
	background-color: #F4F4F4;
}

.formStyle select {
 background-color: #F4F4F4;
 color: #666;
}

.formStyle textarea {
	background-color: #F4F4F4;
	color: #666;
	
}

.formStyle .formText {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #666;
	border: 1px solid #999;
}

.formStyle #disclaimer {
	padding: 5px 0 5px 0;
	color: #999999;
	font-size: 80%;
	line-height: 13px;
	overflow: auto;
	height: 100px;
}