#front {
	margin: 10px 0;
}

#front div.left {
	width: 250px;
}

#front div.right {
	width: 540px;
	text-align: left;
}

#front div.left div.login {
	background-color: #f6f6f6;
	margin-bottom: 10px;
}

#front form {
	padding: 10px;
	text-align: left;
	width: 230px;
}

#front h2.header {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#front h3.label {
   font-size: 13pt;
   margin: 0 0 5px 0;
   font-weight: normal;
}

#front form div.row {
   font-size: 14pt;
   margin-bottom: 5px;
}

#front form input.text_field {
   width: 90%;
}

#front form div.remember {
   padding: 5px 0 0 0;
   font-size: 10pt;
}

#front form input.button {
   font-size: 12pt;
   padding: 3px;
   margin: 5px 0 0 0;
}

#front div.featured {
   width: 230px;
   padding: 10px;
   border: 0px solid #E8E8E8;
   background-color: #efefef;
}

#front div.logo {
	margin-bottom: 20px;
}

#front div.content h1 {
   font-size: 25pt;
   font-weight: normal;
   margin: 0 0 30px 0;
   line-height: 100%;
}

#front div.content h2 {
   font-size: 14pt;
   font-weight: normal;
   line-height: 150%;
   margin: 0 0 20px 0;
}

#front div.content h3 {
   font-size: 12pt;
   font-weight: normal;
   line-height: 150%;
   margin: 0 0 10px 0;
}

#front div.content hr
{
   border: 0;
   color: #E8E8E8;
   height: 1px;
   background-color: #E8E8E8;
   margin: 20px auto;
   width: 75%;
   text-align: center;
}

#front div.language {
   font-size: 10pt;
   width: 33%;
   float: left;
   margin-bottom: 5px;
}

#front div.language a.selected {
   font-weight: bold;
}

#front span.highlight
{
  background-color: #FFFFCC;
}