/**************************************
TextSend CSS StyleSheet by Carsen Klock
***************************************/
body {
		background-repeat: repeat;
		background-image: url(img/bg.gif);
		background-color: #d4d4d4;
	}
.button {
		font-family: Trebuchet MS;
		font: bold;
	}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.text {
		font-family: Trebuchet MS;
		font-size:12px;
		line-height:13px;
		background-color: #FFFFFF;
		background-position: center;
	}
input.textbtn {
		border: 1px solid #0066FF;	
	}
input.textbtn:hover {
		border: 1px solid #003300;
	}
textarea.textbtn {
		border: 1px solid #0066FF;			
	}
textarea.textbtn:hover {
		border: 1px solid #003300;
	}
.main {
		border: 1px solid #999999;
	}