/* ----------------------------------- register page common elements ----------- */
#register table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#register td {
	padding-top: 10px;
}

#register label {
	padding: 0;
}

#register td.form-subtitle {
	padding-top: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
}

#register td.input {
	width: 305px;
}

#register td.validation {
	width: 28px;
	text-align: right;
}

#register td.validation img {
	width: 24px;
	height: 24px;
}

#register td.input input {
	width: 297px;
    border: 1px solid #666666;
    font-size: 13px;
    height: 19px;
    padding: 2px 0 0 3px;
}

#register td.input input.error {
	width: 297px;
	background-color: #ffecec;
    border: 1px solid #7c0000;
    font-size: 13px;
    height: 19px;
    padding: 2px 0 0 3px;
}

#register td.input select {
	width: 300px;
	height: 19px;
}

#register td.note {
	font-size: 11px;
	padding-top: 2px;
}

#register td.submit {
    padding-top: 5px;
    text-align: right;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px 0px 0px 0px;
}

#register tr.error-msg td {
	padding-top: 2px;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
}

#preview-message {
	margin: 15px 0 0 0;
	display: none;
}

div.recaptcha-border {
	width: 300px;
	height: 57px;
	border: solid 1px #ccc;
	margin-bottom: 5px;
}

#recaptcha td.label a {
	font-size: 11px;
}

#recaptcha td.input span {
	font-size: 11px;
}

#email-services {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#email-services label {
	padding: 0;
	margin-top: -2px;
	margin-bottom: 0;
}

#email-services td {
	padding-top: 10px;
	vertical-align: top;
}

#email-services td.spacer {
	height: 15px;
}

#email-services tr.last-row td {
	padding-top: 15px;
}

#email-services td.es-checkbox {
	width: 4%;
}

#email-services td.es-desc {
	width: 46%;
	padding-right: 10px;
}

#email-services td.es-desc div {
	margin-top: 3px;
	border-top: solid 1px #ddd;
	padding-top: 1px;
}

#email-services td.es-desc a {
	background-color: #e0edf9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 2px 3px 2px;

}

#email-services td.es-desc a:hover {
	background-color: #c8def2;
	text-decoration: none;
}