@CHARSET "UTF-8";
/**
  * Body
  *
  */
body
{
	background-color: #ffffff;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

table
{
	border-spacing: 0 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

hr
{
	width: 950px;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	height: 1px;
}

ul,
ol
{
	margin: 0;
	padding: 0;
}

li
{
	padding: 0;
}

form
{
	margin: 0;
}

input,
select,
textarea
{
	font-family: "Trebuchet MS";
	font-size: 11px;
}

a
{
	color: #7c7c7c;
	cursor: pointer;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img
{
	border: 0;
}

.error,
.error a
{
	color: #ff0000;
}

.succes
{
	color: green;
}

.clear {
	clear: both;
}

.clear-all {
	clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 0px;
  width: auto;
  line-height: 0px;
}