
div.registerCreateAccount {
	width: 770px;
}

div.registerCreateAccount input.helpButton {
	float: right;
}

div.registerCreateAccount p.intro {
	padding-left: 20px;
	font-size: 1.2em;
}

div.registerCreateAccount p.mandatory {
	padding-left: 20px;
	font-size: 1.2em;
	color: Red;
	font-weight:bold;
}

div.registerCreateAccount h3 
{
	background: url(images/h3_gradient_grey.gif) repeat-x bottom #787878;
	clear: both;
	color: #fff;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	padding: 5px !important;
}

div#pageIntro div.headingWrapper {
margin-bottom: 0px !important;
}

div.registerCreateAccount h2 {
	font-size: 1.6em;
	padding: 10px;
}

div.registerCreateAccount h3.tandc {
	background-color: transparent;
	border: none;
}

div.registerCreateAccount input {
	font-size: 1em;
}

div.registerCreateAccount table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.2em;
}

div.registerCreateAccount table td {
	padding: 4px 0;
	
}

div.registerCreateAccount table td.required {
	width: 11px;
	padding: 4px 0 4px 9px;
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}

div.registerCreateAccount table th.colTwo {
	width: 180px;
	padding: 4px 0;
	font-weight: bold;
}

div.registerCreateAccount table td.colThree {
	/*width: 156px;*/
	width: 200px;
}

div.registerCreateAccount table td.colFour {
	/*width: 415px;*/
	width: 360px;
	padding-right: 10px;
	font-style: italic;
}

div.registerCreateAccount table td.optinoption {
	/*width: 415px;*/
	width: 200px;
}

div.registerCreateAccount table td.optin {
	width: 360px;
}

div.registerCreateAccount table td.required span {
	display: block;
	margin-top: 0px;
}

div.registerCreateAccount table tr{
	vertical-align: top;
}

div.registerCreateAccount table tr.altRow {
	background-color: #E7EAE9;
}

div.registerCreateAccount table td label {
	display: block;
	margin-top: 3px;
}

div.registerCreateAccount table td label.gender {
	margin-top: 0;
	padding: 0 5px;
	float: left;
}

div.registerCreateAccount table td input.gender {
	float: left;
}

div.registerCreateAccount table select {
	font-size: 1em;
}

div.registerCreateAccount table select.selectAddress {
	width: 190px;
}

div.registerCreateAccount input.findAddress {
	float: left;
}

div.registerCreateAccount p.findAddress {
	/*width: 310px;*/
	width: 250px;
	margin-left: 10px; 
	float: left;
}

div.registerCreateAccount input.selectAddress,
div.registerCreateAccount input.editManually {
	display: block;
	margin: 5px 0;
}

div.registerCreateAccount div.promoEmails 
{
    margin: 10px 0;
	padding-left: 20px;
	padding-right: 20px;
}

div.registerCreateAccount div.dataPromise {
	margin: 10px 0;
    padding-left: 20px;
	padding-right: 20px;
	float : right;
}

div.registerCreateAccount div.promoEmails p 
{
    font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.registerCreateAccount div.promoEmails ul {
	list-style: none !important;
	margin-left: 180px !important;
	margin-top: 10px !important;
}

div.registerCreateAccount div.promoEmails ul li {
	padding: 4px 0 !important;
	list-style: none !important;
}

div.registerCreateAccount div.promoEmails ul li label,
div.registerCreateAccount div.actionButtons label {
	padding-left: 5px;
}

div.registerCreateAccount div.tandc {
	padding-left: 20px;
	font-size: 1.2em;
} 

div.registerCreateAccount div.tandc textarea {
	display: block;
	width: 685px;
	height: 160px;
	margin: 5px 0;
	font: 1.2em Arial;	
}

div.registerCreateAccount div.tandc label {
	font-weight: bold;
	margin-left: 5px;
}

div.registerCreateAccount div.actionButtons {
	margin-top: 10px;
	padding: 15px 20px 5px;
	border-top: 10px solid #dcdcdc;
}

div.registerCreateAccount div.whatNext {
	clear: both;
}

div.registerCreateAccount div.whatNext div.wrapper {
	margin-left: 20px;
	margin-top: 10px;
}

div.registerCreateAccount div.whatNext div.wrapper p.contact {
	margin: 10px 0;
}

div.editSuccessfull h4 {
	padding: 5px 20px;
	margin: 10px 0 0;
}

div.registerCreateAccount ul li
{
	list-style: square;
	margin-left: 20px;
	font-size: 1.2em;
}


