.contact h3 {
    width:524px;
}

.contact div.contacts  {
    float: left;
    color: #6d6d6b;
    height: auto;
    width: 326px;
    margin-right: 30px;
}

.contact div.contacts h4 {
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #c6c6c5;
    padding:0 0 3px 0;
    margin:0 0 16px 0;
}
.contact div.contacts h3 {
    float: left;
    width: 344px;
}

.contact div.contacts  h3 a.rightLink {
    background: url(/static/participant/media/images/btn_hide.gif) top right no-repeat;
    padding: 3px 23px 0 0;
    float: right;
    font-weight:normal;
    font-size: 0.7em;
    height:15px;
}

.contact div.contacts  h3 a.rightLinkexpand{
    background: url(/static/participant/media/images/btn_show.gif) top right no-repeat;
    padding: 3px 23px 0 0;
    float: right;
    font-weight:normal;
    font-size: 0.7em;
    height:15px;
}

.contact div.contact {
    float: left;
    background: #f5f4f1;
    font-size: 1.1em;
    padding: 20px 30px 10px 30px;
    height: auto;
    width: 285px;
    margin: 0px 0 10px 0;
}

.contact div.contact td  {
    padding: 0 15px 10px 0;
    border: none;
    margin:0 0 0 0;
}

.contact div.contact td.label {
    font-weight: bold;
    text-align: left;
}

.contact div.contact table {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.contact div.contactLeft {
    float: left;
    clear: none;
    width: 250px;
    height: auto;
    margin:0 0 0 0;
}

.contact div.contactRight {
    float: left;
    width: 524px;
    height: auto;
    padding: 0 0 0 0;
    margin-top: 2px;
    margin-left: 10px;
}



/* Contact Form */

.contact div.contactForm {
    background-color:#f5f4f1;
    position:relative;
    padding:20px 20px 0px 20px;
    margin:0px 0 20px 0;
    height:auto;
    width: 484px;
    font-size: 1em;
}

.contact div.contactForm h4 {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #c6c6c5;
    padding:0 0 3px 0;
    margin:0 0 16px 0;
    color: #74706c;
}

.contact div.contactForm .radio {
    margin: 0 3px 0 20px;
    left:-2px;
    top:-3px;
    width:auto;
}

.contact div.contactForm label {
    color:#74706c;
    float:left;
    margin:3px 10px 0 0;
    width:120px;
    height:auto;
    text-align:right;
}

.contact div.contactForm .field {
    float:left;
    width:335px;
    height:auto;
    text-align:left;
    margin:2px 0 0 5px;
    color: #6d6d6b;
}

.contact div.contactForm .btnContainer {
    position:absolute;
    bottom:30px;
    right:40px;
    width:170px;
    height:25px;
}

.contact div.formRow {
    font-size:1.1em;
    float:left;
    margin:0px 0 4px 10px;
    width:auto;
    height:auto;
    color: #6d6d6b;
}


.contact div.btnContainer #search {
    position:absolute;
    top:0;
    left:65px;
}

.contact div.btnContainer #clear {
    position:absolute;
    top:0;
    left:0;
}

.contact .dropDown {
    width:337px;
    float: left;
    padding: 0 0 0 0;
    text-align: left;
    font-size: 1em;
    color: #6d6d6b;
}

.contact .largeBox,
.contact text,
.contact .textfield {
    height: 250px;
    width: 328px;
    margin-left:0px;
    margin-top:-1px;
    padding:5px;
    padding-left: 0px;
}

.contact div.buttonbox {
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left:102px;
}

.contact div.buttonbox .button {
    float: right;
    margin: 15px 0px 15px 10px;
}

.contact div.contactForm input
{
    width: 328px;
    padding-left: 5px;
    margin-left: 0px;
}

.contact .errors
{
	font-size: 1.1em;
	font-weight: normal;
    padding:2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 514px;
    margin-bottom: 8px;
}

.contact div.contactRow {
	border: none;
	width: 250px;
	height:auto;
	color: #6d6d6b;
	padding: 0 15px 10px 0;
	margin:0 0 0 0;
	clear: right;
}

.contact div.contactRow label {
	font-weight: bold;
	text-align: left;
	width: 60px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.contact div.contactRow div.field {
    text-align:left;
    float:left;
    position: relative;
    margin-bottom: 10px;
    width: 170px;
}