﻿#formWrap 
{
	width: 100%;
	
	float: left; 
	margin: 0 8px 0 0;
}

#formWrap fieldset 
{
	width: 1024px;
	height:400px;
	background: url(fldBgr.gif) repeat-x #a0b3be;
	padding: 0 10px 40px 0;
}

.profileImg, .profileData, .LogoImg {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.profileImg {
	width: 120px;
	height: 195px;
	background: url(profileImg.png) no-repeat;
	margin: 30px 30px 0 20px;
}

.profileData {
	width: 325px;
	padding: 40px 0 0;
}
.LogoImg {
	width: 260px;
	height: 195px;
	background: url(Logo.png) Right no-repeat;
	margin: 30px 30px 0 20px;
}
.profileData h3 {
	font-size: 36px;
	color: #647d8e;
	font-weight: normal;
	margin: 0 0 25px 0;
	padding: 0 0 5px 0;
	background: url(h3bgr.png) left bottom repeat-x;
}

.profileData .inputWrapper {
	text-align: right;
	margin: 0 0 10px 0;	
}

.clearer {
	height: 1px;
	margin-top: -1px;
	clear: both;
}
