/* LCA form Container*/
.formcontainer {
	border-bottom:1px dotted #CCCCCC;
	height:66px;
	text-decoration:none;
}

fieldset  {
	padding: 15px;
	border: 1px dashed #D3D3D3;
	/*width: 350px;*/
	font-size:1em;
}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	font-size: 1.6em;
	margin-left: 8px;
	
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	font-size:1.3em;
	/* display: block;*/
	/* float: left;*/
	/* width: 125px;*/
	/* padding: 0em 0em 50px 0em;*/
	}

label.fieldLabelaa	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #EEF9FF;
	padding: 2px;
	border: solid 0px #FFCB05;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 260px;
	}
	
input.formInputText:hover {
	background-color: #FFEDA6;
	border: solid 0px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 0px #FFCB05;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #EEF9FF;
	padding: 2px;
	border: solid 0px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #FFEDA6;
	border: solid 0px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 0px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #58595B;
	background-color: #FFCB05;
	padding: 1px;
	border: solid 0px #f66;
	cursor: pointer;
	/* float: right;*/
	}
	
	
/* Profile Browsesr Styles*/

#profile-browser {
	/*float: left;*/
	overflow:auto;
}

.profile-container{
	float: left;
	width:32%;
	padding: 0 12px 19px 0;
}

.profile-img {
	float:left;
	/* width:98px;*/
	/* height: 100px;*/
	
}

.profile-details{
	color: #fff;
	float: none;
	/* width: 35%;*/
	background-color: none;
	margin-left: 86px;
}

.profile-details a{
	font-size: 1.4em;
	font-weight: bold;
}

