body {
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #e8e4d6;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin: 20px auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	margin-bottom: 5px;
	clear: both;
}

p {
	clear: both;
}

label {
	font-size: 13px;
	margin-bottom: 10px;
	color: #555;
	line-height: 180%;
	
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FAF5B3;
	text-decoration: none
}

hr
{
	border: none 0;
	border-top: 1px dotted #BBB;
	height: 1px;
}


table a:link,table a:visited,table a:active {
	color: #777;
	text-decoration: none;
	font-size: 14px;
}

table a:hover {
	color: #000;
	text-decoration: none;
}

input.text,
input.email, 
input.password,
input,
textarea {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}