/**************************************
TextSend CSS StyleSheet by Carsen Klock
***************************************/
body {
		background-repeat: repeat;
		background-image: url(img/bg.gif);
		background-color: #d4d4d4;
	}
.button {
		font-family: Verdana;
		font: bold;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
td {
		font-family: Verdana;
		font-size:10px;
		line-height:13px;
		background-color: #FFFFFF;
		background-position: center;
	}
input.textbtn {
		border: 1px solid #999999;	
	}
textarea.textbtn, select {
		border: 1px solid #999999;			
	}
.main {
		border: 1px solid #999999;
	}
.details_title_tags {
	color: #455FA0;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 70px;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 7px;
}