.selfserve .contact-us-header {
    background: url("../images/bg-header-contact-us.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    margin: 0 auto;
    padding: 2px 0 4px 20px;
    text-indent: -9999px;
    width: 1014px;
}
.selfserve .contact-us-content {
	background-color: #ffffff;
	padding: 30px;
	border: 1px solid #D3D3D3;
	border-top: none;
	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	-moz-box-shadow: 1px 1px 5px #D8D8D8;
	-webkit-box-shadow: 1px 1px 5px #D8D8D8;
	box-shadow: 1px 1px 5px #D8D8D8;
	margin: 0 auto;
	overflow: hidden;
    width: 972px;
}
.selfserve  .col-1-3 {
    float: left;
    width: 300px;
}
.selfserve  .col-2-3 {
    float: right;
    margin-left: 20px;
    width: 622px;
}

.contact-us-content .preferences-link {
    float: right;
    margin: 5px 20px 0 0;
	color: #FFFFFF;
}

.contact-us {
    padding: 0 20px 10px;
}

.contact-us .row {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.row table {
    display: inline-block;
}

.contact-us .label {
    display: block;
    float: left;
    font-size: 12px;
	font-weight: normal;
    margin: 4px 20px 0 0;
    text-align: right;
    width: 225px;
}

.contact-us .label.two-lines {
    margin: -2px 20px 0 0;
}

.contact-us .field {
    float: right;
	width: 313px;
}

.contact-us select {
    height: 27px;
    padding: 1px;
    width: 304px;
}

.contact-us input[type="text"] {
    width: 300px;
}

.contact-us textarea {
    height: 100px;
    width: 300px;
}

input[type="checkbox"] {
    margin: 7px 5px 0 0;
}

.contact-us label {
    margin: 0 15px 0 0;
}

input[type="submit"] {
    float: right;
}

.contact-phone, .contact-email, .contact-mail, .contact-fax {
    float: left;
    height: 60px;
    margin-bottom: 30px;
    padding: 12px 0 0 70px;
    width: 200px;
}
.contact-phone {
    background: url("../images/img-phone.png") no-repeat scroll left center transparent;
}
.contact-email {
    background: url("../images/img-email.png") no-repeat scroll left center transparent;
}
.contact-mail {
    background: url("../images/img-mail.png") no-repeat scroll left center transparent;
}
.contact-fax {
    background: url("../images/img-fax.png") no-repeat scroll left center transparent;
    margin-right: 0;
}

.contact-form {
    width: 100%;
}

.contact-form tr td {
    padding: 5px;
}

.contact-form select {
    width: 90%;
}

.contact-form input, .contact-form textarea {
    width: 89%;
}

.contact-form input[type="submit"] {
   margin: 5px;
}

.reload {
	background: url(../images/reload.png) no-repeat;
	width: 24px;
	height: 24px;
	color: transparent;
	overflow: hidden;
	margin-left: 13px;
	margin-top: 13px;
	display: inline-block;
	vertical-align: top;
}

.captchaImage {
	height: 50px;
	width: 265px;
}

.riskConsultationIcon {
	width: 35px;
	height: 33px;
	position: absolute;
	right: 195px;
	top: 152px;
}

.riskConsultationText {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	position: absolute;
	right: 32px;
	top: 136px;	
}

.selfserve .riskConsultationIcon {
	right: 202px;
	top: 149px;	
}

.selfserve .riskConsultationText {
	font-size: 12px;
	right: 41px;
	top: 128px;	
}