@charset "UTF-8";
/* CSS Documen */

p {
	margin:10px 0 0 0;
}

html, body{
  height: 100%;
  text-align: left;
}

html{
  background: none;
  color: #333333;
}

body{
  background: #FFF url("/images/home_support/homeBg.jpg") no-repeat top center;
}

.containerHelp {
	margin: 0 auto;
	width:950px;
}

.helpColLeft {
	width:400px;
	text-align:center;
	margin:50px 0 0 0;
	float:left;
}

.helpColRight {
	width:520px;
	float:left;
	margin:0 0 25px 0;
}

.helpRightColTitle {
	width:100%;
	margin:22px 0 0 8px;
}

.helpContent {
	width:100%;
	margin:10px 0 0 8px;
}

.highlight-text {
	color: #411111;
	font-weight: bold;
}

.helpContent h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border: none;
	margin: 20px 0 auto;
}

.helpContent .helper-text {
	font-size: 11px;
	font-style: italic;
	margin: 20px 0 auto;
}

.helpIconLarge {
	width:100%;
	float: right;
	text-align:center;
}

.helpIconSmall {
	width:133px;
	margin:50px 0 0 0;
	float:left;
	text-align:center;
}

.helpSearchFPO {
	width:100%;
	margin:15px 0 0 0;
}

.helpSearchFPO .green-bg-body-container{
  margin: 0 0 0 15px;
}

.helpSearchTitle {
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
	color:#002000;
	font-style:italic;
	font-weight:bold;
	margin:0 10px 10px;
	padding:2px 0;
}

.helpSignUp {
	width:100%;
	text-align:center;
	margin:15px 0 0 8px;
}


.titleHelp {
	width:100%;
	text-align:left;
	margin:10px 0 0 0;
}

div.signup-form-container {
	margin: 20px 0;
	width: 100%;
	text-align: left;
}
table.signup {
	wdith: 400px;
	text-align:left;
}
td.filler {
	text-align: right;
}
td.field {
	width: 260px;
}
td.submit-btn {
	width: 260px;
	text-align: right;
	padding-top: 10px;
}
td.field input[type="text"], td.field input[type="password"] {
	text-align: left;
	width: 250px;
	float: left;
	padding: 3px;
	border: 1px solid #666;
	background: #f5f5f5;
}
td.field input[type="button"] {
	text-align: left;
	float: right;
	padding: 3px;
	border: 1px solid #666;
	background: #f5f5f5;
}
ul.highlights {
	margin: 5px 20px;
}
ul.highlights li {
	list-style: disc;
	margin-bottom: 2px;
	font-size: 11px;
}


div.lfa-profile {
	margin: 30px 10px 100px 10px;
}
div.lfa-profile table td.information {
	vertical-align: top;
	margin: 0;
}
div.lfa-profile table td.information div {
	margin: 10px 0;
}
div.lfa-profile table td.avatar {
	vertical-align: top;
	width: 110px;
}
div.lfa-profile table td.information h1{
	font-style: italic;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding:0 0 2px 0;
	border-bottom: 1px dotted #ccc;
}
div.lfa-profile table td.information span.title {
	font-weight: bold;
	font-style: italic;
}
input.grey {
	width: 210px;
	padding: 3px;
	border: 1px solid #999;
	background: #f5f5f5;
}
