.sup
{
	color: white;
}

.input, .textarea {
	width:200px;
	height:20px;
	background:white;
	border-radius:5px;
	//-moz-border-radius:5px;
	//-webkit-border-radius:5px;
	border:1px solid #dedede;
	//padding:10px;
	//margin:10px;
	font-size:0.9em;
	color:black;
}

	.input:focus, .textarea:focus {
		border:1px solid #97d6eb;
	}

.textarea {
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #white;
}

#submit {
	
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}



.sup1
{
	color: white;
}

.input1, .textarea1 {
	width:200px;
	height:5px;
	background:white;
	//border-radius:5px;
	//-moz-border-radius:5px;
	//-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:7px;
	margin:10px;
	font-size:0.9em;
	color:black;
}

	.input1:focus, .textarea1:focus {
		border:1px solid #97d6eb;
	}

.textarea1 {
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #white;
}

#submit {
	
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

