#ts_main
	{
	text-transform: none;
	font-size: 14px;
	}

.ts_input_text
	{
	border-radius: 3px;
	background-color: #444444;
	color: #bbbbbb;
	border-style: none;
	width: 300px;
	margin-top: 4px;
	}

.ts_submit
	{
	border-radius: 3px;
	background-color: #444444;
	color: #bbbbbb;
	border-style: none;
	width: 218px;
	margin-top: 4px;
	}

.ts_warning
	{
	color: #ffa3a3;
	}

.ts_success
	{
	color: #a3ffb2;
	}