
#columnLeft  {
    float: left;
	width: 510px;
	padding-left: 20px;
}
#columnRight {
	position:relative;
	color: #666666;
	width: 150px;
	float: right;
	padding-top:30px;
	padding-right:20px;
	padding-bottom:30px;
	xbackground-color:#CCCCFF;
}

.contactDescription {
   color: #666666;
   font-size: 12px;
}

.contactRow {
	vertical-align: top;
	height: 30px;
}
.contactRow td {
   font-size: 12px;
}

.compulsory  {
	height: 20px;
	width: 20px;
	background-image: url(images/compulsory.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#pageTitle {
	color:#b52626;
}

.formField { 
	width: 165px;
}














