body {
	background-color:transparent;
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
td {
	font-size:11px;
	vertical-align:middle;
}
a:link {
	color: #97c00c;
	font-weight: bold;
	text-decoration:none;
	border: none;
}
a:visited {
	text-decoration:none;
	color: #97c00c;
	font-weight: bold;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: none;
}
a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: none;
}
.button {
	width:85px;
	height:27px;
	padding: 1px 5px 3px 5px;
	padding-right: 5px;
	border: none;
	background: transparent;
	color: #999;
	text-transform: uppercase;
	background: url(templates/utyl-service/images/button-normal.gif) no-repeat;
}
.button:hover, .button:focus {
	background: url(templates/utyl-service/images/button-over.gif) no-repeat;
	color: #fff;
}
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
*+html .button {
	padding: 1px 5px 1px 5px !important; /*IE 7*/
}
.inputbox, input {
	border: 1px solid #333;
	background:#131313;
	color:#ccc;
	height:17px;
}
.textarea {
	border: 1px solid #333;
	background:#131313;
	color:#ccc;
}
.inputbox, input, .textarea, select {
	width:350px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.inputbox, input, .textarea {
	padding:4px;
}
.inputbox:hover, .inputbox:focus, input:hover, input:focus, .textarea:focus, .textarea:hover {
	background: #222;
}

