#register-alert {
	margin: 10px 0 20px 0;
}

table.account-data {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.account-data td {
	padding-top: 10px;
}

table.account-data label {
	padding: 0;
}

table.account-data td.label {
	background-repeat: no-repeat;
	background-position: right 12px;
}

table.account-data tr.success {
	background: none;
	color: inherit;
}

table.account-data tr.success td.label {
	background-image: url(../images/icons/tick-circle.png);
}

table.account-data tr.error {
	background: none;
	color: #cc0000;
}

table.account-data tr.error td.label {
	background-image: url(../images/icons/cross-circle.png);
}

table.account-data td.form-subtitle {
	padding-top: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
}

table.account-data td.input {
	width: 305px;
	padding-left: 5px;
}

table.account-data td.validation {
	width: 20px;
	text-align: right;
}

table.account-data tr.error-msg td {
	padding-left: 5px;
}

table.account-data td.validation img {
	width: 16px;
	height: 16px;
}

table.account-data td.input input {
	width: 297px;
    border: 1px solid #666666;
    font-size: 13px;
    height: 19px;
    padding: 2px 0 0 3px;
}

table.account-data tr.error td.input input {
	width: 297px;
	background-color: #ffecec;
    border: 1px solid #7c0000;
    font-size: 13px;
    height: 19px;
    padding: 2px 0 0 3px;
}

table.account-data td.input select {
	width: 300px;
	height: 19px;
}

table.account-data td.note {
	font-size: 11px;
	padding: 2px 0 0 5px;
}

table.account-data td.submit {
    padding-top: 5px;
    text-align: right;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px 0px 0px 0px;
}

table.account-data tr.error-msg td {
	padding-top: 2px;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
}

#preview-message {
	margin: 15px 0 0 0;
	display: none;
}

#recaptcha_options {
	margin-top: 5px;
}

div.recaptcha_border {
	width: 300px;
	height: 57px;
	border: solid 1px #ccc;
	margin-bottom: 5px;
}

div.ie6-error {
	color: #cc0000;
	font-weight: bold;
}

#recaptcha td.label a {
	font-size: 11px;
}

#recaptcha td.input span {
	font-size: 11px;
}

#email-services {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#email-services li {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

#email-services label {
	padding: 0;
	margin: 0;
}

#email-services label img {
	margin: 3px 0;	
}

#email-services div.es-checkbox {
	float: left;
	width: 8%;
}

#email-services div.es-info {
	float: left;
	width: 92%;
}

#email-services div.es-description {
	margin: 3px 0 6px 0;
}

#email-services div.es-sample {
	margin-top: 3px;
	border-top: solid 1px #ddd;
	padding-top: 1px;
}

#email-services div.es-sample a {
	background-color: #e0edf9;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 2px 3px 2px;

}

#email-services div.es-sample a:hover {
	background-color: #c8def2;
	text-decoration: none;
}

#verification-subtitle td {
	padding-top: 5px !important;
}

/* Manage account page */

#manage-account #manage-alert {
	margin: 0 0 10px 0;
}

#manage-tabs table.account-data td.first {
	padding-top: 5px;
}

#manage-tabs table.account-data p {
	margin-top: 0;
}

#manage-tabs table.account-data td.submit {
	text-align: left;
	background-color: #c5d3df;
}

#manage-tabs table.account-data td.es {
	padding-top: 15px;
}

#manage-tabs table.account-data #es-submit {
	padding: 5px;
}

